Results 1 to 2 of 2

Thread: Wrong Documentation

  1. #1
    Join Date
    May 2009
    Posts
    2

    Default Wrong Documentation

    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.MessageB rokerFactoryBean" >
    <property name="servicesConfigPath" value="classpath*:services-config.xml" />
    </bean>


    thanks,

    Raśl

  2. #2
    Join Date
    Apr 2005
    Location
    San Francisco, CA
    Posts
    1,224

    Default

    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
    Jeremy Grelle

    Staff Engineer, Web Products Team
    SpringSource

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •