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

Gert Vanthienen updated SMXCOMP-856:
------------------------------------

    Fix Version/s:     (was: 2011.02)
                   2012.01

Deferring to 2012.01
                
> Add file attribute in the xbean <classpath/>
> --------------------------------------------
>
>                 Key: SMXCOMP-856
>                 URL: https://issues.apache.org/jira/browse/SMXCOMP-856
>             Project: ServiceMix Components
>          Issue Type: New Feature
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2012.01
>
>
> Currently, the user can tune the SU classloader using the <classpath/> 
> element in the xbean.xml.
> <classpath [inverse="true"]>
>   [<nonOverridable>xxx</nonOverridable>]*
>   [<hidden>xxx</hidden>]*
>   [<location>xxx</location>]*
>   [<library>xxx</library>]*
>   [<component>xxx</component>]*
> </classpath>
> We made improvement to use regexp/wildcard, system variables into a location.
> Unfortunately, it's a not possible to use a properties file containing the 
> classpath locations (loading using PropertyPlaceholder) because the 
> classloader is not yet setup and so the spring bean is not yet loaded.
> I propose to add a new element in the <classpath/> one: <file/>.
> The <file/> element contains a the path/URL to a file containing the 
> <classpath/>.
> With this, the user can now define the SU classloader using an "external" 
> file (as a kind of classloader properties file).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to