0 Replies Latest reply on Aug 18, 2005 3:55 AM by sherwinds

    JBOSS 4.0.2+JBPM 3.0 + HIBERNATE 3 + MYSQL 4 + FEDORA4

    sherwinds

      Hello,

      I have this web application that is running on Windows with the same versions of the above quite well, but when trying to deploy it on FEDORA 4 and build JBPM tables, I noticed that it creates BOOLEAN fields of the JBPM tables to field type BIT, but on Windows, it creates TINYINT

      Table: JBPM_ACTION, JBPM_TASK, JBPM_TASKINSTANCE, JBPM_TOKEN

      I am having problem retrieving TaskInstance if field is of type BIT, so I have to manually change them into field type TINYINT, once this is done, problem goes away.

      Can you please advise if this is a bug on JBPM 3.0 and has been fixed on the later releases?