Hi,

I don't know how it exactly works but I made the experience with other J2EE 
Application servers that in order to do load balancing over all the ejb 
containers in the cluster, it is better to have a remote interface because then 
a new entity bean can be created in an other ejb container than the session 
bean which creates the entity bean.
But normally when ther is only a local interface for the entity bean, the 
entity bean must be created in the same ejb container where the session bean is 
executed.
So I don't know about the exception but this could be a reason, but I AM NOT 
SURE

Georges

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

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


-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to