Merge SU classloader extension feature as present in SMX 3.3.1
--------------------------------------------------------------
Key: SMX4NMR-138
URL: https://issues.apache.org/activemq/browse/SMX4NMR-138
Project: ServiceMix NMR
Issue Type: Improvement
Reporter: Jean-Baptiste Onofré
Assignee: Jean-Baptiste Onofré
In SMX 3.3.1, we added a SU classloader extension feature allowing to extend
the SU classloader using jar into archive, using regexp, etc.
See the bottom of this page:
http://servicemix.apache.org/classloaders.html
This feature allows to use notation like:
<classpath>
<location>${servicemix.home}/lib/ext/my.jar</location>
</classpath>
<classpath> <location>${servicemix.home}/lib/ext/my.jar</location> </classpath>
or
<classpath>
<location>jar:file:/path/to/my.ear!/my.jar</location>
<location>jar:file:/path/to/my.ear!/other*.jar</location>
</classpath>
We need to merge this feature into SMX4 NMR.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.