(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
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