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?