You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I switched from flowable 7.0.0 to 7.1.0 and ran my unit test which uses HSQL and Autowires org.flowable.engine.RuntimeService via one of my classes, it fails with
Describe the bug
I switched from flowable 7.0.0 to 7.1.0 and ran my unit test which uses HSQL and Autowires org.flowable.engine.RuntimeService via one of my classes, it fails with
Expected behavior
org.flowable.engine.RuntimeService should be able to instantiate when connecting to HSQL
Work around
I was able to work around by copying
To src/test/resources and rename them with hsql vice h2, meaning I wound up with
Then the test passed
The text was updated successfully, but these errors were encountered: