0 Replies Latest reply on Apr 10, 2013 4:04 PM by jbpmpbj

    Trouble with postgres and jbpm-console

    jbpmpbj

      I have some existing jbpm processes. processinstancebytearray field (in processinstanceinfo table) is configured to be a type of  bytea, instead of oid.

      But when I try to create an instance of process in jbpm-console, I get an exception "... is of type bytea but expression is  of type of oid ... ".

      I wonder, how can I configure jbpm-console to use  same mappings, as my existing processes