[jboss-user] [Microcontainer] - Re: ClassNotFound on deployment of a SchemaResolverDeployer
alesj
do-not-reply at jboss.com
Thu Dec 4 17:25:20 EST 2008
"alesj" wrote : "alesj" wrote : I'll check the NPE.
| | Trying to mock your case.
| I've copied your xml config.
| Running my demos boot, I don't get NPE.
| ClassLoadingSpace:325 is used, but it's all fine.
Found it. ;-)
It's what I suspected in the first place - 1st post with import-all="false".
You probably have import-all="true" in the kernel deployers,
where you expose package capabilities:
| <classloading name="jboss-kernel-classloader" version="2.0.0.GA" xmlns="urn:jboss:classloading:1.0" import-all="true">
| <capabilities>
| <package name="org.jboss.deployers.vfs.deployer.kernel"/>
| <package name="org.jboss.deployers.vfs.spi.deployer"/>
| </capabilities>
| <requirements/>
| </classloading>
|
It's still a bug, but you can workaround it while I fix it. :-)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194484#4194484
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194484
More information about the jboss-user
mailing list