You can use BPM with P6 EPPM.
To configure BPM with P6:
In the P6 media pack Tools\BPM Connector\12c
subfolder, locate the prm-bpm-connector-
12c-v1.0.jar
\soa\soa\modules\oracle.soa.fabric_12c\bpm-infra.jar
\soa\soa\modules\oracle.soa.workflow_12c\bpm-services.jar
\soa\soa\modules\oracle.soa.fabric_12c\fabric-runtime.jar
\oracle_common\modules\oracle.jmx_12c\jmxframework.jar
\oracle_common\modules\oracle.jmx_12c\jmxspi.jar
\soa\bpm\modules\oracle.bpm.mgmt_12c\oracle.bpm.bpmn-em-tools.jar
\soa\soa\modules\oracle.soa.mgmt_12c\soa-infra-mgmt.jar
\wlserver\server\lib\wlclient.jar
\oracle_common\modules\oracle.xdk_12c\xml.jar
\oracle_common\modules\oracle.xdk_12c\xmlparserv2.jar
\soa\soa\modules\oracle.soa.fabric_12c\tracking-api.jar
<Oracle_Home>\soa\soa\modules\oracle.rules_12c\rulesdk2.jar
Note: The jars must be from the same BPM installation that will be integrated with P6.
In Windows: <Oracle_Home>/wlserver/server/lib
In Linux: <Oracle_Home>/wlserver/server/lib
grant codeBase "file:<
full path to BPM support JAR directory>/*" {
permission java.security.AllPermission;
};
For example :
grant codeBase "file:C:/oracle/bpm12XX/*" {
permission java.security.AllPermission;
};
or
grant codeBase "file:/home/oracle/bpm12XX/*" {
permission java.security.AllPermission;
};
Related Topics |
Legal Notices
Copyright © 1999, 2016,
Oracle and/or its affiliates. All rights reserved.
Last Published Thursday, February 04, 2016