Friday, November 14, 2008

Automatic deployment BPEL's

Two possible ways to deploy BPEL's. With the GUI and by copying the *.jar to the $ORACLE_HOME/bpel/domains/default/deploy directory. In this case the deployment of the BPEL's is in de default BPEL domain. When you want to deploy to an other domain you should replace default in the path with the name of the other group
(for example: $ORACLE_HOME/bpel/domains/new_group/deploy )

If the deployment fails the *.jar file will be renamed to *.jar.failed. The log file of the OC4J container where the ORABPEL application is installed shows the error (default location: $ORACLE_HOME/opmn/logs/).

It is also possible to automatically redeploy the default BPEL's of the SOA suite by copying the following files to the directory: $ORACLE_HOME/bpel/domains/default/deploy:

cp $ORACLE_HOME/bpel/install/extensions/bpel_TaskActionHandler_1.0.jar $ORACLE_HOME/bpel/domains/default/deploy

cp $ORACLE_HOME/bpel/install/extensions/bpel_TaskManager_1.0.jar $ORACLE_HOME/bpel/domains/default/deploy

1 comment:

  1. Many people don't know that how to automatically redeploy the default BPEL's of the SOA suite.I too used to do this manually which is very time consuming task when you have to do this again ang again.So the method you supplied above really helps

    ReplyDelete

comment