1 Reply Latest reply on Mar 21, 2014 6:40 AM by wdfink

    Jboss 7 Class Loading Issue

    hasnainraza3

      Hello everyone,

       

      I am migrating application from JBOSS 5 to JBOSS 7.1,i have two ears for e.g A and B,B ear contains ejb classes, when A ear publish a workflow it is queued and the ejb classes in the B ear consume the call but it cant find the classes from A ear and causing classNotFoundException.

       

      How can i read classes of ear A project from EAR B.