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
1580 views