Hi,
I'm trying to deploy a single deployment EAR unit with a WAR and SAR to use the same classloader for WAR and the SAR. It does not explode the WAR completely before it tries to load a custom WSDDProvider which is part of the WAR. It throws a FileNotFoundException. Need both to be deployed a one unit as otherwise I get into ClassCastException issue.
What could be happening here?.
Raj