Sorry, I made a bad question. What I meant is I'm having a hard time to find clear documentation on how to configure the jbpm-persistence-jpa (version 5.2.0-Final) to run embeded in an application I'm starting to write and want to deploy in a webserver. I don't know things such as:
- Do I need to configure drools-persistence AND jbpm-persistence?
- Is there a "jpm-persistence-hibernate" (I mean, no JPA) module? Is there a configuration for it?
- What files do I need to produce to get the persistence configured? Where should I put each of these files? Must they have a specific name? Where do I find good examples of such configuration files?
- What parameters the jbpm-persistence-jpa accepts as valid? What are their possible values?
- Same as (4) but to drools-persistence-jpa.
The manual mentions a JBPMHelper that's useful to run test cases, but I feel it is not clear on what configurations should be used on a web application, as I mentioned.