Ilya Sorokoumov [http://community.jboss.org/people/ilya40umov] created the discussion
"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" To view the discussion, visit: http://community.jboss.org/message/585613#585613 -------------------------------------------------------------- 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 http://community.jboss.org/thread/33617 -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/585613#585613] Start a new discussion in EJB3 at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
