Database Reference
In-Depth Information
• Click on SyncMaxWaitTime and in the Value field specify the new value
in seconds:
Transaction settings
The default transaction setting for SOA Suite is requiresNew . Add
bpel.config.transaction in composite.xml for changing the default behavi-
or.
The transaction setting provides a mechanism to handle data when a fault occurs.
The implications for setting Requires is when the fault occurs and is not handled
appropriately, the calling and invoked BPEL operations will roll back together. If the
calling BPEL has a catch block to commit transactions, you may have a record in
the database for calling BPEL.
Change the transaction setting to Required for joining with callers transaction in-
stead of creating a new transaction. requiresNew will always create a new transac-
tion and commit the data when the operation completes.
BPEL EJB's transaction timeout
1. Log in to Oracle WebLogic Administration console ( ht-
tp://{hostname}:{port}/console ).
2. Click on Deployments , as shown in the following screenshot:
Search WWH ::




Custom Search