JBoss Community

Re: tutorial / code example on how to call a remote EJB from an EJB in another EAR and ear isolation ON, in jboss 4.2.3

created by Ilya Sorokoumov in EJB3 - View the full discussion

I had the same problems with WebLogic because it always creates separated classloaders for EARs. You just need to put remote interface class, used entities/dtos and exceptions in jar file and this file should be added to the second ear.

There is a long discussion about this topic here:

http://community.jboss.org/thread/33617

Reply to this message by going to Community

Start a new discussion in EJB3 at Community