Description of problem: this is to back port jira issue https://issues.jboss.org/browse/JBPM-4177 which was causing ORA-01400 due to incorrect DDL scripts Version-Release number of selected component (if applicable): How reproducible: when data base schema is created with current 6.0.0.Final or ER5 DDL scripts some primary key columns have wrong names and thus failing with various errors that id was not generated. Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
already fixed on master, awaiting acks jbpm master: https://github.com/droolsjbpm/jbpm/commit/f86aee4e38c5e9fdcaa9a41b37fad2c8a13756b5
Maciej Swiderski <swiderski.maciej> updated the status of jira JBPM-4177 to Resolved
Maciej Swiderski <swiderski.maciej> made a comment on jira JBPM-4177 thanks for checking and reporting back it works. DDL scripts have been fixed on master to reflect correct column names.
backported to 6.0.x: https://github.com/droolsjbpm/jbpm/commit/38fcaedb6cb40f4014fa8d261368e3593e4269f8
Verified on Oracle 11g R1 in BPMS 6 ER7.