I'm very confused about the JBoss class loader. Can any one describe in details how the class loader works, exactly? I only have to do one thing...
If a WAR doesn't find a class with its own classloader, he delegates the search to its parent classloader which must be the EAR's.
What changes should I have to do in my application for the above?
Please reply as soon as possible.
Thank you.