Hi All,
I have an EAR in with 2
EJB modules (b.jar and c.jar) in WSAD 5.1.2. There is a shared jar called a.jar which is added under ear module. Now, now when I deploy this b.jar inside WSAD 5.1.2's WebSphere 5.0
Test Environment, I am getting an error saying
java.lang.NoClassDefFoundError: org//runtime/IUnmarshallable but this class is there in a.jar
What am I missing here. I also tried adding this a.jar to b.jar's MANIFEST.MF file but no use ....
Thanks & Regards,