PDA

View Full Version : Wrong Documentation



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

jeremyg484
May 18th, 2009, 07:20 AM
Ahh, good catch, thanks. I must not have had the docs in my workspace during the refactoring. I will correct that today before we release RC2. See http://jira.springframework.org/browse/FLEX-50