[jboss-dev-forums] [Design of POJO Server] - Re: Scoped domain with java2ParentDelegation=false loads cla
adrian@jboss.org
do-not-reply at jboss.com
Fri Oct 12 09:43:39 EDT 2007
Ok, your problem looks to be that your domain doesn't have any classloaders:
| No classloaders in this domain (the null)
|
| 2007-10-12 11:33:46,015 TRACE [org.jboss.classloader.spi.base.BaseClassLoaderDomain] ClassLoaderDoma
| in at 11b3435{aop.loading:loader=scopedextender1} trying to get resource org/jboss/test/aop/scopedexten
| der/blah.txt from all exports null
|
| So load from parent
|
| 2007-10-12 11:34:10,906 TRACE [org.jboss.classloader.spi.ClassLoaderDomain] ClassLoaderDomain at 11b343
| 5{aop.loading:loader=scopedextender1} org/jboss/test/aop/scopedextender/blah.txt matches parent afte
| rFilter=<EVERYTHING>
|
| The parent has a classloader.
|
| 2007-10-12 11:34:10,921 TRACE [org.jboss.classloader.spi.base.BaseClassLoaderDomain] ClassLoaderDoma
| in at 1f21056{<DEFAULT>} trying to get resource org/jboss/test/aop/scopedextender/blah.txt from all exports [VFSClassLoader
| Policy at c1a0a6]
|
So the question is why is there no classloader policies in
aop.loading:loader=scopedextender1
You'll need to look at the deployment trace logging to see whether (and when)
the classloader gets added to the domain or whether it is getting added to the
wrong domain.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094588#4094588
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094588
More information about the jboss-dev-forums
mailing list