I am developing a simple java program in CICS Explorer to connect to DB2 on mainframe. Using the plug-in development option in CICS Explorer, I have converted the DB2 jars as plug-ins,deployed them and added the deployed plugins in the JVM profile OSGi Bundles option .I have also added the same in the LIBPATH option in JVMProfile and in the CICS Explorer target platform.
But on deploying the bundle in CICS , I am getting the error :
Error msg : No Suitable driver SQLSTATE : 08001 Error code : 0
Kindly help me trace the issue