2 Replies Latest reply on Jun 6, 2013 11:16 PM by georgesg

    Jboss 6.1.alpha - Class loading issue while deploying 2 EARs

    georgesg

      We have migrated the web and ejb2.1 applications from jboss4.3 to jboss eap 6.1.0.alpha.  In jboss 4.3, EARs can lookup classes of each other. But in Jboss6.1.0.alpha EARs are isolated.

       

      Each ear uses an API which uses jboss jndi and a dll file to lookup datasource.  problem here is, Since this External dll file is already loaded by the class loader of EAR1, when EAR2 tries to load, jboss complains that the library is already loaded by another class loader. Is there any settings to resolve this problem ? Thanks