-
Bug
-
Resolution: Done
-
Minor
-
7.53.0.Final
-
None
-
False
-
False
-
NEW
-
NEW
-
Undefined
-
-
Extending JbpmJUnitBaseTestCase now requires to include a datasource.properties file if the setupDataSource parameter is set to true.
Failure:
java.lang.AssertionError: Unable to load datasource properties [/datasource.properties] .... at org.jbpm.test.persistence.util.PersistenceUtil.getDatasourceProperties(PersistenceUtil.java:236) at org.jbpm.test.AbstractBaseTest.getDataSourceProperties(AbstractBaseTest.java:50) at org.jbpm.test.AbstractBaseTest.setupPoolingDataSource(AbstractBaseTest.java:58) at org.jbpm.test.JbpmJUnitBaseTestCase.setUp(JbpmJUnitBaseTestCase.java:223) ....
The same code worked before this change in 7.40.x.
- clones
-
RHPAM-3610 JbpmJUnitBaseTestCase no longer uses default datasource properties
- Closed