in Beta 3, but since you're relying on the default, just remove the
property. Note that <scope> now takes three possible values, request,
session or application.
-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of thunderstumpgesatwork
Sent: Monday, May 15, 2006 1:23 PM
To: [email protected]
Subject: [flexcoders] Beta3 - RemoteObject destination error with
stateful parameter
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(Mess
agingConfiguration.java:421)
at
flex.messaging.MessageBrokerServlet.init(MessageBrokerServlet.java:113)
at
jrun.servlet.WebApplicationService.loadServlet(WebApplicationService.jav
a: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>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Get to your groups with one click. Know instantly when new email arrives
http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~->
--
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
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

