"alesj" wrote :
| But why this worked before, with VFS and the new CL both already being used.
| Why it stopped with your war CL changes?
|
I would guess because tomcat was rebuilding the URLClassLoader classpath, perhaps using
the extracted jar so that they were simple file urls to the jars.
This code should be using JarInputStream(InputStream in) rather than a JarFile so that the
InputStream can be obtained from an arbitrary URL. JarFile is the least flexible api to be
using.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127199#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...