Hi,
We are facing an issue while deploying the custom jars as module. Till now we were using the classic approach to copy the jars physically on content server and restarting JMS. The scenario is as below:
We are trying to deploy one module which makes sftp connection and uses some third party library jars such as vfs and jsch.jar.
We created jar definitions for vfs and jsch.jar, referred all in one module with custom jar. At runtime the class from custom jar is unable to load/locate 3rd party jars which were deployed altogether.
Please advice. It's very urgent. Any help will be appreciable.