You can use BPM 11g (11.1.1.6 or later) with P6 EPPM R8.3. Previous versions of 11g will not work with R8.3.
To configure BPM 11g with P6 Release 8.3:
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
Notes:
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, 2014,
Oracle and/or its affiliates. All rights reserved.
Last Published Friday, March 28, 2014