Inverse classloader definition in xbean SU ------------------------------------------
Key: SM-729 URL: https://issues.apache.org/activemq/browse/SM-729 Project: ServiceMix Issue Type: Improvement Components: servicemix-common Affects Versions: 3.0 Reporter: Doug Fischer Guillaume has updated the classloader definition here: http://issues.apache.org/activemq/browse/SM-673 however if inverse classloading is required you would still need to specify the classpath location elements. Possibly, if something like specifying an empty classpath element (ex. <classpath inverse="true" />) would still include the default SU classpath (".", "lib/*.jar", "lib/*.zip") this would solve the issue. The other notions of nonOverridable and hidden could still be potential issues unless mabye there was an additional attribute for classpath like the following: <classpath inverse="true" default="true"> <nonOverridable>true</nonOverridable> <hidden>true</hidden> </classpath> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira