You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2010/06/21 07:43:52 UTC

[jira] Commented: (SMX4NMR-138) Merge SU classloader extension feature as present in SMX 3.3.1

    [ https://issues.apache.org/activemq/browse/SMX4NMR-138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60178#action_60178 ] 

Jean-Baptiste Onofré commented on SMX4NMR-138:
----------------------------------------------

After investigating and discussing with Gert:
- the ClassLoaderXmlPreprocessor in ServiceMix 3 core is used for lightweight container
- the JBI components use the ClassLoaderXmlPreprocessor in shared-libraries (servicemix-common)

So the classloader definition is not in the NMR, it's in component shared libraries.

> 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.