Hello,
I’m using Camunda with Spring Boot and PostgreSQL. Recently, I’ve started getting an exception:
PSQLException: Cannot commit when autoCommit is enabled.
Turning autocommit off (spring.datasource.auto-commit=false) seemingly solved the issue. I have two questions:
- Do you now what can cause this exception in Camunda engine? The exception doesn’t occur every time the process is run and I can’t put my finger on a reason.
- Will Camunda working without autocommit cause any issues? I can’t find anywhere whether it should be turned off or on.