Hi Craig,
JDBC Pools are only needed when it relates to IS internal database handling like auditing, crossreferencing, process engine, B2B (aka TN).
These features use the bundled DataDirect driver.
When connecting to customer specific databases it is only required to have the driver jar under WmJDBCAdapter/code/jars folder in the packages folder.
In your case this would be C:\SoftwareAG\IntegrationServer\instances\default\packages\WmJDBCAdapter\code\jars.
Reload Package WmJDBCAdapter afterwards.
The folder C:\SoftwareAG\IntegrationServer\lib\jars\custom is not part of the loading mechanism of IS, more likely this should be C:\SoftwareAG\IntegrationServer\instances\default\lib\jars\custom instead.
But usually the location inside the WmJDBCAdapter package is preferred.
Remember to add a dependency on your DemoJDBC Package to the WmJDBCAdapter(Version=“.”) to avoid starting your connection before the basic runtime is available.
Regards,
Holger
#webMethods-General#webMethods#Integration-Server-and-ESB