[jboss-user] [EJB 3.0] - Stateful session beans call by value in 4.0.4.GA-Patch 1 , d

gantzm do-not-reply at jboss.com
Wed Jul 12 23:32:53 EDT 2006


Is the 'call-by-value' semantics supposed to work for stateful session beans when using a single VM in 4.0.4.GA-Patch1 ?  I've searched this forum and the Wiki and seem to get confusing and sometimes conflicting information.  At present it isn't working for me as the object I get back from a JNDI lookup wasn't loaded from the correct class loader.  

Is this the expected behaviour, or is this a bug?  The 'call-by-value' semantics appear to be working for stateless session beans.

The current project I'm working on is packaged as such:


  | myEjbs.ear
  |   ejb1.jar
  | 
  | myApps.ear
  |   simpleApp.war
  |     WEB-INF/lib/ejb1-client.jar
  | 



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957613#3957613

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957613



More information about the jboss-user mailing list