I also found a problem with URL creation for jars.
deploy/foo.jar creates a URL
jar:file:/.../deploy/foo.jar!/
With a URL like this, you cannot do url.openStream() although, for some strange reason,
you can do url.openConnection()
Do we want to change the URL for jars so that they don't have the foo.jar?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978131#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...