Hi,
Can you try the following steps:
a. Download and place mysql-java-connector.jar in the following directory:
<Software AG_directory>\MWS\lib
b. Create a < mysql-connector-name>.bnd text file in
<Software AG_directory>\MWS\lib directory,
Example:
mysql-connector-java-version.bnd
c. Provide instructions for the OSGi bundle conversion in the .bnd text file
attach as fragment to the caf.server bundle
Fragment-Host: com.webMethods.caf.server
Bundle-SymbolicName: mysql-connector-java-
Bundle-Version: < mysql-connector-version >
Include-Resource: < mysql-connector-jar >
-exportcontents: *
Bundle-ClassPath: < mysql-connector-jar >
Import-Package: *;resolution:=optional
Example:
attach as fragment to the caf.server bundle
Fragment-Host: com.webMethods.caf.server
Bundle-SymbolicName: mysql-connector-java-
Bundle-Version: 5.1.41
Include-Resource: mysql-connector-java-5.1.41.jar
-exportcontents: *
Bundle-ClassPath: mysql-connector-java-5.1.41.jar
Import-Package: *;resolution:=optional
d. Run following command at
\MWS\bin
mws.bat -s < serverInstanceName > update
Example:
mws.bat –s default update
Please check if this helps.