[jboss-user] [jBPM] - JBPM5.2 and Oracle

bpmn2user do-not-reply at jboss.com
Thu Dec 15 17:25:48 EST 2011


bpmn2user [http://community.jboss.org/people/bpmn2user] created the discussion

"JBPM5.2 and Oracle"

To view the discussion, visit: http://community.jboss.org/message/641863#641863

--------------------------------------------------------------
I thought of sharing this additional step I had to do while using jBPM5.2 with Oracle.

I had to run the following SQL to create the sequences as there were not generated using JBPM5.2.  

CREATE 
SEQUENCE SESSIONINFO_ID_SEQ START WITH 1 INCREMENT BY
 1 NOCYCLE;


CREATE
 SEQUENCE WORKITEMINFO_ID_SEQ START WITH 1 INCREMENT BY
 1 NOCYCLE;
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/641863#641863]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20111215/35dfeffe/attachment.html 


More information about the jboss-user mailing list