-
Bug
-
Resolution: Done
-
Major
-
7.5.1.GA, 7.6.0.GA
ProcessAutoAckErrorCommand execution fails on Postgres with two
different type of errors:
(1) No entries in ProcessInstanceLog:
Caused by: org.postgresql.util.PSQLException: ERROR: operator does not
exist: character varying = bigint
at
org.jbpm.executor.commands.error.ProcessAutoAckErrorCommand.findErrorsToAck(ProcessAutoAckErrorCommand.java:64)
(2) Entries in ProcessInstanceLog:
Caused by: org.postgresql.util.PSQLException: Large Objects may not be
used in auto-commit mode.
at
org.jbpm.executor.commands.error.ProcessAutoAckErrorCommand.findErrorsToAck(ProcessAutoAckErrorCommand.java:55)
So both queries defined in this command are incompatible with Postgres.
- is cloned by
-
JBPM-8988 The "org.jbpm.executor.commands.error.ProcessAutoAckErrorCommand" execution fails on Postgres database.
- Resolved