We need to change the following files and bounce the oc4j instance to have the timeout setting effective :
• Change transaction-manager.xml at $J2EE_HOME/config(change the attribute transaction-timeout to 600) as follows :
xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/oracleas/schema/transaction-manager-10_0.xsd"
transaction-timeout="600"
max-concurrent-transactions="-1" >
• Change all occurances of transaction-timeout in $J2EE_HOME/application-deployments/orabpel/ejb_ob_engine/orion-ejb-jar.xml to 600.
• Login to BPEL Console, and from “Manage Domains” change the following property :
syncMaxWaitTime to 600
No comments:
Post a Comment