You can use BPM with P6 EPPM. See Tested Configurations for the versions of BPM that work with P6 EPPM.
To configure BPM with P6:
Tools\BPM Connector\11g
subfolder, locate the prm-bpm-connector-11.1.1.X-v1.0.jar
bpm-infra.jar
bpm-services.jar
fabric-runtime.jar
jmxframework.jar
jmxspi.jar
oracle.bpm.bpmn-em-tools.jar
soa-infra-mgmt.jar
wlclient.jar
wsclient_extended.jar
xml.jar
xmlparserv2.jar
Note: The jars must be from the same BPM installation that will be integrated with P6.
In Windows: C:\WebLogic_Home\wlserver_10.3\server\lib
In Linux: /WebLogic_Home/wlserver_10.3/server/lib
grant codeBase "file:<
full path to BPM support JAR directory>/*" {
permission java.security.AllPermission;
};
For example :
grant codeBase "file:C:/oracle/bpm1111X/*" {
permission java.security.AllPermission;
};
or
grant codeBase "file:/home/oracle/bpm1111X/*" {
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