Adding JBPM back in to 5.6 - where to find the JBPM template?

The JBPM source readme makes reference to a JBPM template used to configure JPBM in 5.6. I followed the instructions to build the package (no problems), but I don't see the JBPM template directory to copy into $NUXEO_HOME/templates/ as stated in the README file (excerpt below). Am I missing something? Is this template found elsewhere? thx, Bruce.

Configure the Datasource

Nuxeo jBPM relies on a Datasource nxjbpm which is not defined in a default distribution. The easiest way to add it is to use the provided jbpm template. You need to copy the templates/jbpm folder into your Nuxeo instance:

$ cp -r templates/jbpm $NUXEO_HOME/templates/
0 votes

1 answers

1515 views

ANSWER



Actually this template is not needed as we decided to keep a datasource for nxjbpm in the standard Nuxeo distribution, see your conf/Catalina/localhost/nuxeo.xml which should include it (this file is generated from the template common-base).

1 votes



I'll remove this sentence from the README.md.
09/25/2012