[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Generated Classes not found if they do not match any of
kabir.khan@jboss.com
do-not-reply at jboss.com
Wed Dec 10 12:58:03 EST 2008
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#4195701
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195701
More information about the jboss-dev-forums
mailing list