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.
The class loading is different since AS7, see Class Loading in AS7 - JBoss AS 7.2
You might pack the interfaces into your ear if you use it.