Hi Justin, Thank you for your reply.Please find the steps exactly I am
doing in osgi context and in standalone ,Standalone JAVA client - I am
using three jars- jms-api-1.1-rev-1.jar,wlclient.jar and wljmsclient.jar
. Standalone client is working fine with these third party jars .No
other transitive dependency . OSGI Context - Created separate osgi
bundle which contains jms client code in a servlet and I am adding those
three third party jars as bundle-class-path in bundleplugin like below
..,{ma...