raulcd
May 18th, 2009, 04:56 AM
Hi,
I have found in RC1 documentation there's no changes to map the new packages of the code. For example the MessageBrokerFactoryBean is now in the org.springframework.flex.core package, but in the documentation (pdf (page 3) or html (2.3. Configuring the MessageBroker in Spring)) you can see the previous package:
<!-- Bootstraps and exposes the BlazeDS MessageBroker -->
<bean id="_messageBroker" class="org.springframework.flex.messaging.MessageBrokerFa ctoryBean" >
<property name="servicesConfigPath" value="classpath*:services-config.xml" />
</bean>
thanks,
Raśl
I have found in RC1 documentation there's no changes to map the new packages of the code. For example the MessageBrokerFactoryBean is now in the org.springframework.flex.core package, but in the documentation (pdf (page 3) or html (2.3. Configuring the MessageBroker in Spring)) you can see the previous package:
<!-- Bootstraps and exposes the BlazeDS MessageBroker -->
<bean id="_messageBroker" class="org.springframework.flex.messaging.MessageBrokerFa ctoryBean" >
<property name="servicesConfigPath" value="classpath*:services-config.xml" />
</bean>
thanks,
Raśl