This functionality is in trunk - except if that is the only classpath location you need you don't need to specify it in servicemix 3.1 you would just omit the classpath tag entirely and everything in the lib directory is included. The logic is in the following class:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/common/servicemix-common/src/main/java/org/apache/servicemix/common/xbean/ClassLoaderXmlPreprocessor.java?view=markup This is an extension of a class of the same name from xbean-server. The xbean class is what 3.0.1 currently uses and does not incude this functionality (although it does support inverse classloading, hidden and non overrideable class path artifacts). On 12/8/06, Jeffrey Puro <[EMAIL PROTECTED]> wrote:
With version 3.0.1 of ServiceMix, is it possible to specify a location entry in the <classpath> block so that it picks up jars based on a wildcard expression? For example: <classpath> <location>lib/*.jar</location> </classpath> Regards, Jeff This email (and any attachments) is intended only for the use of the individual or entity named above and may contain information that is privileged and confidential. If you are not the intended recipient, or have unauthorized access, you are hereby notified that copying, disseminating, distributing or taking any action in reliance on this email is strictly prohibited<br /> <br /> Opinions, conclusions and other information in this message that do not relate to the official business of our firm shall be understood as neither given nor endorsed by it.
