Community

ClassLoading delegation

reply from rafael liu in JBoss Microcontainer - View the full discussion

Yeah, I could make my container's parent domain point to the target application's domain. The problem is I can't change anything at target application bundle.

 

Is there some documentation about these demos? I ran it and got:

 

 

java.lang.NoClassDefFoundError: org/jboss/kernel/plugins/bootstrap/basic/BasicBootstrap
at org.jboss.demos.bootstrap.Main.configure(Main.java:109)
at org.jboss.demos.bootstrap.Main.main(Main.java:54)
at org.jboss.demos.bootstrap.Main.main(Main.java:48)
Caused by: java.lang.ClassNotFoundException: org.jboss.kernel.plugins.bootstrap.basic.BasicBootstrap
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:319)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:264)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:332)

 

 

Looks like a Microcontainer class. Reading the docs, seems Microcontainer doesn't have a binary release yet..

 

Thanks

Reply to this message by going to Community

Start a new discussion in JBoss Microcontainer at Community