1 Reply Latest reply on Feb 4, 2011 1:31 PM by ilya40umov

    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

    alfatek

      Hi,

       

      In my jboss ear-deployer.xml I've set Isolated to true, then I have 2 .ear deployed and I want to invoke EJB1 in ear1 from EJB2 in ear2.

       

      I'm having all sorts of problems like classdefnotfound, etc so I'm looking at a tutorial on how to achieve this, what libs should I have in each project, etc... A code example would also do it for me

       

      Anyone can help?