Hi all, I am using the servicemix-lwcontainer to dynamically deploy serviceunits. I have a whole list of dependencies which are copied into the service unit. An example structure is:
lib/ lib/depA.jar lib/depB.jar servicemix.xml I need depA and depB to be in the classpath. However, this list of dependencies is constantly changing and is collated using maven, i.e. the dependencies are copied from the project's dependency list. Just wondering if there is a way to specify wildcards in the xbean <classpath> tag? I skimmed through the code, and it doesn't seem like it is. If this is the case, is there another way to package up service units with their dependencies? Thanks for you help. Luan
