0 Replies Latest reply on Jul 2, 2006 1:39 PM by jpf

    jBPM 3.2 database connections

    jpf

      Hi.

      I was facing the problem that with every new task form in jBPM 3.2 a new database connection was created - but never closed (using PostgreSQL). As a workaround I added the line

      jbpmBean.close();
      to the cancel(), save() and saveAndClose() methods and now it seems to work fine.
      I am not sure, if this is a general problem. If yes it might be an issue to fix until an alpha/stable version of 3.2?

      Rgds,
      Patrick