Hi,
jbpm comes with his oun JBPMorm.xml file (in jbpm-persistence-jpa-5.2.1.Final.jar),
try to change in your persistence.xml :
<mapping-file>META-INF/jbpmOrm.xml</mapping-file>
to
<mapping-file>META-INF/JBPMorm.xml</mapping-file>
HTH