3 Replies Latest reply on Jan 17, 2006 1:13 PM by kabirkhan

    SLSB as a client

    amdonov

      I have a EJB 3.0 SLSB in one .ear (ear1) file acting as a client to a SLSB in another .ear (ear2). I am using issolated class loading and I have to include the .ejb3 file from ear2 into ear1 for it to find the classes. However, when I try to bundle the .ejb3 file from ear2 in ear1 it trys to reploy the file even if I change the extension to .jar. What is the best approach for this? I don't want to disable nested deployments for the entire server. Can I do that for this application only?