0 Replies Latest reply on Jan 17, 2012 6:16 AM by juan.gago

    Problem org.postgresql.util.PSQLException: Large Objects may not be used in auto-commit mode.

    juan.gago

      Hi all!

      I have a problem with org.jbpm.process.workitem.wsht.SyncWSHumanTaskHandler.

      I use PostgreSQL 9.1, and "org.postgresql.util.PSQLException: Large Objects may not be used in auto-commit mode." is thrown in "TaskCompletedHandler.handleCompletedTask" method.

      This occurs because thre is no open transaction, but ¿how do I configure this?, ¿should not be responsability for jBPM library?.

      My code doesn't create transactions an jBPM library starts other transactions when a task is inserted or updated.

       

      Has someone sovled this problem?

      Thanks!