我使用 Spring BlazeDS 在我的 Application Java EE 中集成 Flex 和 Spring。
版本:
spring-flex.version:1.5.2.RELEASE
液晶显示器版本: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