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/23 21:56:53 UTC

[jira] Resolved: (SMXCOMP-765) Merge XBean classloader extension feature present in lightweight container

     [ https://issues.apache.org/activemq/browse/SMXCOMP-765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré resolved SMXCOMP-765.
------------------------------------------

    Resolution: Fixed

Revision 957324.

> Merge XBean classloader extension feature present in lightweight container
> --------------------------------------------------------------------------
>
>                 Key: SMXCOMP-765
>                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-765
>             Project: ServiceMix Components
>          Issue Type: Improvement
>    Affects Versions: servicemix-shared-2008.01, servicemix-shared-2009.01, servicemix-shared-2009.02, servicemix-shared-2010.01
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: servicemix-shared-2010.02
>
>
> 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.