You should call the EJBObject.remove() method, even if it has no effect on a stateless bean.
It is recommanded to do the steps (i) only once. In fact the HomeFactory pattern will explain how to manage it. The step (ii) can also be done once with stateless beans. In fact, 2 consecutive calls on the same client side object can be executed by 2 differents server side beans. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916467#3916467 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916467 ------------------------------------------------------- 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
