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&...]