0 Replies Latest reply on Nov 23, 2006 12:32 PM by jpbarbe

    JBPM / SEAM / MySQL: compatibility problem

    jpbarbe

      Hi,
      I use jBPM with SEAM.
      I create a process with @createProcess(...) and I display the list of pooledTaskInstance.
      When I use an Hypersonic database, I can see that one task instance has been created in TASKINSTANCE Table and #{poolTaskInstanceList} returns me this task instance.
      But when I use MySql, the TASKINSTANCE table keep empty and #{poolTaskInstanceList} returns me nothing at all. the Mysql DB contains only the description of my process JBPM.
      There are no erros or exceptions in logs.

      Thanks for your help.
      JP.