1 Reply Latest reply on Mar 29, 2011 6:58 PM by bpmn2user

    JBPM5 - Process and Task Persistence

    bpmn2user

      Here is a simple HelloProcess persistence example (http://community.jboss.org/people/bpmn2user/blog/2011/03/25/jbpm5--persistence-hello-process-example) created after going through the discussions (http://community.jboss.org/thread/162939?tstart=0 and http://community.jboss.org/thread/163990?tstart=0 ).

       

      This one uses a standalone example with Bitronix, persisting both task and process information. It works fine if H2 database is used. If Oracle database is used, it throws transaction rollback exception while running 'ksession.startProcess("Hello");'

       

      Does anyone have any suggestions for the configuration changes to make it run as a standalone example.