The previous example was wrong it should have been:
| //works since the class is registered in the loader's loaded classes
| classLoaderA.loadClass("not.registered.package.SomeClasss");
|
| //Does not work since not.registered.package is not in the
| //list of packages of any of the loaders registered in the domain
| classLoaderB.loadClass("not.registered.package.SomeClasss");
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195701#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...