-
Bug
-
Resolution: Done
-
Minor
-
7.10.0.GA
-
False
-
False
-
-
-
-
-
-
ER1
-
?
-
Undefined
-
Workaround Exists
-
-
-
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.
- is cloned by
-
JBPM-9711 JbpmJUnitBaseTestCase no longer uses default datasource properties
- Resolved