Showing posts with label BPM. Show all posts
Showing posts with label BPM. Show all posts

Saturday, July 23, 2011

Enabling the BPMN Service Engine on EM Console


In order to enable the BPMN Service engine in EM Console, below steps need to be followed:
1. set bpm.enabled=false in setDomainEnv.sh

        EXTRA_JAVA_PROPERTIES="${EXTRA_JAVA_PROPERTIES}  -Dbpm.enabled=true"
        export  EXTRA_JAVA_PROPERTIES

2. Restart the Admin Server for the change to take effect.