Spring Flex-Interceptor-找不到类[Flex.springintegration.core.Dat



在我的应用程序Java EE.中,我使用Spring BlazeDS在Flex和Spring之间进行集成

版本:

  • spring-flex版本:1.5.2.发布

  • lcds.version:4.7

当我使用:

<flex:message-broker />

它运行良好。

但当我使用拦截器时,我会出现以下错误:

<bean id="messageInterceptor" class="com.package.MessageInterceptorImpl"/>
<flex:message-broker>
        <flex:message-interceptor ref="messageInterceptorImpl"/>
</flex:message-broker>

错误:

org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [flex.springintegration.core.DataServicesConfigProcessor] for bean with name '_messageBrokerDataServicesConfigProcessor' defined in null; nested exception is java.lang.ClassNotFoundException: flex.springintegration.core.DataServicesConfigProcessor

就像错误状态一样:他找不到类flex.springintegration.core.DataServicesConfigProcessor将类添加到运行时环境中,就可以开始了。

很可能您缺少一个包含此类的jar文件。

相关内容

  • 没有找到相关文章

最新更新