[jboss-dev-forums] [Deployers on JBoss (Deployers/JBoss)] - Re: HOWTO deploy webapp dynamically
adrian@jboss.org
do-not-reply at jboss.com
Wed Jun 25 13:36:26 EDT 2008
"richard.opalka at jboss.com" wrote : BTW, how would you deal with the classloader issue Adrian?
The hunt the real classloader game. ;-)
| ClassLoader cl = ...;
| ClassLoader parent = cl.getParent();
| while (cl instanceof org.jboss.classloading.spi.RealClassLoader == false && parent != null)
| cl = parent;
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160620#4160620
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160620
More information about the jboss-dev-forums
mailing list