Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.2.3
-
None
-
None
-
ServiceMix 3.3.1
JVM 1.5.0 Sun
Linux
Description
It's possible to extend the SU classloader using the <classpath/> tag.
Currently, the <location/> tag in classpath uses File and expects something like /path/to/my.jar.
We are going to extend this using JarUrlConnection inside the <location/> tag. Using JarUrlConnection, the user will be able to use classpath extension like :
jar:file:/path/to/my.ear!/my.jar
for example.
Moreover, we will add regexp supports for jar lookup. At the end, the user will be able to use something like that :
jar:file/path/to/my.ear!/my*.jar