Hi, I have a servicemix-bean pojo SU based on a deleguation pattern : the business logic is describe in an interface, the implementation class is set in a ini file. The pojo dynamically instanciate implementation class and execute business operation via the interface. I don't want to link external jar which contain implementation class to my SU because I would like to be able to change the pair .ini and .jar at start time.The question is where should I put the external jar ? I try to put it in a directory and add directory to the classpath but it don't work.
Thanks Nicolas -- View this message in context: http://www.nabble.com/dynamic-invocation-and-library-classpath-tp15981155s12049p15981155.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
