Hide Forgot
Clone of https://issues.jboss.org/browse/JBPM-5063 Testing against db configured as case sensitive (mariadb on linux), the query that shows the Process Instances domain data, throws this exception Caused by: org.mariadb.jdbc.internal.util.dao.QueryException: Unknown column 'V.variableId' in 'where clause' To reproduce: Execute the product against a bd configured case sensitive. Access to process instance perspective, and create an instance Create a new filter that shows domanin data (processId='instance_process_id') Current result: throws an exception and the list appears waiting Expected result: show the instances and the domain data as column to select
The issue has been fixed and the pr for the 6.4.x is https://github.com/droolsjbpm/jbpm-console-ng/pull/401 At master the PR has been merged https://github.com/droolsjbpm/jbpm-console-ng/commit/ca3aaa07c04cdc0673a02f61c20917d7b8eae760 Waiting for the merging of the PR to 6.4.x to change the bz to modified
the PR has been merged to 6.4.x https://github.com/droolsjbpm/jbpm-console-ng/commit/4d1bf2f3982d3f9f166b23ee3476d8340d658134
The issue has been fixed. Verified with BPM Suite 6.3.0 CR1