-
Type:
Bug Report
-
Resolution: Cannot Reproduce
-
Priority:
L3 - Default
-
None
-
Affects Version/s: None
-
Component/s: None
-
Environment:Deployment of camunda-engine 7.13.0 within a Wildfly 11 AS as an EAR-Deployment
After updating from camunda 7.6.0 to 7.13.0 we get the attached exception.
In our code, we are executing a query for a process definition as follows:
org.camunda.bpm.engine.RepositoryService .createProcessDefinitionQuery() .processDefinitionKey(pProcessDefinitionKey) .latestVersion() .singleResult();
While debugging, it can be seen, that somwhere in the code an internal "orderBy" is entered, which is set to order along the ID-Column of the result.
This Bug (https://jira.camunda.com/browse/CAM-6376) might be related or not, I did a manual downgrade of mybatis (i.e. replacing 3.5.3 with 3.2.8 from Camunda 7.6.0 in my Deployment), which did not change the issue.