Kris Verlaenen [http://community.jboss.org/people/KrisVerlaenen] created the discussion
"Re: JBPM5 integration with oracle" To view the discussion, visit: http://community.jboss.org/message/574571#574571 -------------------------------------------------------------- The default column name for the date inside the NodeInstanceLog was using "date", which is not allowed in Oracle DB. I've changed the default column name to "log_date" and tested persistence with Oracle DB and it seems to working correctly here. https://github.com/krisv/jbpm/blob/master/jbpm-bam/src/main/resources/AuditLog.hbm.xml https://github.com/krisv/jbpm/blob/master/jbpm-bam/src/main/resources/AuditLog.hbm.xml Let me know if you still have issues. Kris -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/574571#574571] Start a new discussion in jBPM at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
