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 2009/01/20 15:41:59 UTC

[jira] Commented: (SM-1771) Support JarUrlConnection with regexp in the SU

    [ https://issues.apache.org/activemq/browse/SM-1771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=48839#action_48839 ] 

Jean-Baptiste Onofré commented on SM-1771:
------------------------------------------

For information, the <classpath/> management class is in servicemix-common. It's the ClassLoaderXmlPreprocessor.

> Support JarUrlConnection with regexp in the SU <classpath/>
> -----------------------------------------------------------
>
>                 Key: SM-1771
>                 URL: https://issues.apache.org/activemq/browse/SM-1771
>             Project: ServiceMix
>          Issue Type: Improvement
>          Components: servicemix-common
>    Affects Versions: 3.3
>         Environment: ServiceMix 3.3.1
> JVM 1.5.0 Sun
> Linux
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>
> 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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.