-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
https://app.camunda.com/hudson/job/7.0_-_camunda-bpm_Integration_Webapps/
The test fails on Glassfish because glassfish does not correctly recognize the DB2 driver to be a jdbc type4 driver.
We tried adding the following property to the datasource definition:
<property name="driverType" value="4"></property>
But unfortunately that did not help.