2 Replies Latest reply on Dec 17, 2008 11:50 AM by peterj

    Accessing EJB in seperate EAR

    jej2003

      I am trying to access an EJB (SLSB) in a separate EAR file (not isolated) using injection. When I do this I get an error that the dependent class is not loaded because of the load order. Is there a way to have JBoss load the other ear first without using the prefix loader?