1 Reply Latest reply on Sep 20, 2005 2:41 PM by ldiaz

    jbpm-starters-kit-3.0.1 (jbpm3.db Module),  in a Windows Pos

    ldiaz

      Hello im running the DB create scripts from the jbpm-starters-kit-3.0.1 (jbpm3.db Module), in a Windows PostgreSQL 8.0.

      does any one knows how to run the following script, it seems that the key generator rutine is not workinw well does any one has any clue?


      this is the script:
      create table JBPM_ACTION (ID_ bigint generated by default as identity (start with 1), class char(1) not null, NAME_ varchar(255), ISPROPAGATIONALLOWED_ bit, REFERENCEDACTION_ bigint, ACTIONDELEGATION_ bigint, EVENT_ bigint, PROCESSDEFINITION_ bigint, EXPRESSION_ varchar(4000), TIMERNAME_ varchar(255), DUEDATE_ varchar(255), REPEAT_ varchar(255), TRANSITIONNAME_ varchar(255), TIMERACTION_ bigint, EVENTINDEX_ integer, EXCEPTIONHANDLER_ bigint, EXCEPTIONHANDLERINDEX_ integer, primary key (ID_));

        • 1. Re: jbpm-starters-kit-3.0.1 (jbpm3.db Module),  in a Windows
          ldiaz

          Hello im running the DB create scripts from the jbpm-starters-kit-3.0.1 (jbpm3.db Module), in a Windows PostgreSQL 8.0.

          Does any one knows how to run the following script, it seems that the key generator rutine does not work well does any one has any clue?

          this is the script:
          create table JBPM_ACTION (ID_ bigint generated by default as identity (start with 1), class char(1) not null, NAME_ varchar(255), ISPROPAGATIONALLOWED_ bit, REFERENCEDACTION_ bigint, ACTIONDELEGATION_ bigint, EVENT_ bigint, PROCESSDEFINITION_ bigint, EXPRESSION_ varchar(4000), TIMERNAME_ varchar(255), DUEDATE_ varchar(255), REPEAT_ varchar(255), TRANSITIONNAME_ varchar(255), TIMERACTION_ bigint, EVENTINDEX_ integer, EXCEPTIONHANDLER_ bigint, EXCEPTIONHANDLERINDEX_ integer, primary key (ID_));