Keep in mind that web services are stateless, and that if you want to use a stateful session bean, you have to use it in a stateless manner, or you have to figure out a way to associate the state with multiple invocations.
Either way you must wrap the SFSB with either an SLSB or a JSE (the POJO endpoint) -Jason View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913687#3913687 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913687 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
