[jboss-user] [EJB 3.0] - why? 2nd call to session bean method detaches entity beans..

hanasakijiji do-not-reply at jboss.com
Tue Mar 6 20:36:55 EST 2007


There is a servlet that gets a stateless session bean by its JNDI binding name.  The servlet makes several calls to the session bean.  Each call manipulates one, or more, entity beans.  In some cases, an entity bean (CMP) is returned to the caller in the servlet.  When this same entity bean instance is passed back into the same session bean, it appears to be detached.  This is shown by the exceptions in the logs and the fact that everything works ok if the entity bean instance(s) are "merge"ed by the session bean.

Why is this?  How can it be address so the "merge" is no longer required.
All of the entity bean methods are explicitly annotated as REQUIRED transaction (same as the default).


using jboss 4.0.5


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

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



More information about the jboss-user mailing list