You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Ryan Moquin <fr...@gmail.com> on 2009/08/30 21:19:07 UTC

Question about Servicemix 4.0 and shared libraries

In the previous Fuse ESB (3.x), I had a jar file which imported a spring.xml
which had a spring.xml that I imported into my xbean.xml files so that it
was easier to change certain settings.  I put it into lib/optional, and that
worked in the 3.x versions.

Is there a way to do this in Servicemix 4.0?  Do I just drop the xml file
into deploy and it will be able on the classpath to my SU's?  There is also
a class or two in that JAR that have a class that I transport in a message
property on a message exchange.  I get errors with ActiveMQ unless those
classes are global.  If I deploy the xml file in the deploy directory, how
do I handle making those classes global or do I need to change some things
around so they don't need to be?

Ryan