In some pages I found that following configuration can be added, but I can't find a resource for jbpm.pvm.cache.xml:
<hibernate-configuration>
<!-- other config -->
<cache-configuration resource="jbpm.pvm.cache.xml" usage="nonstrict-read-write" />
</hibernate-configuration>
Is there any example of the jbpm.pvm.cache.xml?
And from what version of jbpm4 is this available?