Well, I went back to square one because I ran into some interesting behavior, so, I re-installed Brian's sample app and am now in a state whereby I am either:
1) when using a "named" RO (per original code), I get a compile error stating "Invalid value for 'named' - does not match any object name from the configuration file", or; 2) if I change the RO from 'named' to source="examples.EmployeeAccess" I then get a Client.NotAllowed error stating "The source examples.EmployeeAccess can not be accessed directly". Can I confirm that you are using JBoss 4.0sp1? Here is the snippet from the flex-config showing the whitelist for the remote objects...again, thanks for any assist you can provide. | <named> | <object name="EmployeeAccess"> | <source>examples.EmployeeAccess</source> | <use-custom-authentication>true</use-custom-authentication> | <roles> | <role>sampleusers</role> | </roles> | </object> | <object name="ManagerAccess"> | <source>examples.ManagerAccess</source> | <use-custom-authentication>true</use-custom-authentication> | <roles> | <role>samplemanagers</role> | </roles> | </object> | </named> | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873312#3873312 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873312 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
