Hi,

you have to ways to do it:
- you can package your classes in a jar file and put this jar file into the ServiceMix lib directory. In that case, your classes will be available in the ServiceMix root class loader. - another solution is to package your classes into a shared library. The shared library can be included in your xbean definition using <classpath/> tag.

I don't understand your update on LD_LIBRARY_PATH as it's for native libraries and not classes.

Regards
JB

On 08/16/2010 02:37 PM, pahaukka wrote:

We are new to serviceMix 3.3 and wanted to integrate our external classes in
different location to our Binding Component under .../hotdeploy.

Noticed that environment does not get propagated completely to JVM, is there
any special trick beside -DmyVAR=value and updating LD_LIBRARY_PATH in
servicemix shell script? Those are not working for me ...


Help wanted,
PH.

Reply via email to