[jboss-dev-forums] [Design of POJO Server] - Re: Facelets scanning for .taglib.xml is broken in trunk
scott.stark@jboss.org
do-not-reply at jboss.com
Wed Feb 6 17:15:14 EST 2008
"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#4127199
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127199
More information about the jboss-dev-forums
mailing list