Guys, as of Beta3 I am getting an error in my remote object
configuration. It is complaining about the <stateful> parameter. Below
are the configurations and the error I'm receiving. For now I've
removed this statement. Was this changed or removed for Beta3? I
didn't see it in the upgrade docs, and it's still mentioned in the
online documentation...

Thunder
____________________________

flex.messaging.config.ConfigurationException: Unexpected tags in
<properties> found.  Please fix them before continuing:
  '/stateful' in destination with id: queryManagerRO
  '/stateful' in destination with id: database
        at
flex.messaging.config.MessagingConfiguration.reportUnusedProperties(MessagingConfiguration.java:421)
        at
flex.messaging.MessageBrokerServlet.init(MessageBrokerServlet.java:113)
        at
jrun.servlet.WebApplicationService.loadServlet(WebApplicationService.java:1200)

_______________________________

    <!-- QueryManager remote Object -->
    <destination id="queryManagerRO">
        <properties>
            <stateful>false</stateful>
            <!-- the java class name of the destination -->
            <source>com.main.querymanager.QueryManager</source>
        </properties>
    </destination>

    <!-- DatabaseService remote Object -->
    <destination id="database">
        <properties>
            <stateful>false</stateful>
            <!-- the java class name of the destination -->
            <source>com.main.sqladmin.DatabaseService</source>
        </properties>
    </destination>






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




YAHOO! GROUPS LINKS




Reply via email to