1. use this persistence.xml - simply copy it into src/main/resources/META-INF

please note the name of persistence unit name: org.jbpm.persistence.jpa.updated

2. then use this name of persistence unit in the ProcessMain class constructor like this:

and that should be all you need for 6.0.1 to make it to work.

04-14 23:35