1 Reply Latest reply on Aug 23, 2007 4:43 PM by amnigos

    Class loading issue with Multiple EAR files

    amnigos

      Hi All,

      We have two EAR files which basically communicates with other.We are using emf code in our application to provide webservices , so we have packaged emf jars with Both EAR files.

      The issue is if we invoke the webservices from first EAR then Jboss able to load required EMF classes and then if we invoke the webservices from second EAR it fails with EMF related classnotfound exception and Vice -Versa.

      We are not using any EAR level class isolation.

      Any help is highly appreciated.