What is default transactional behavior for a synchronous request/reply and a one-way
synchronous BPEL process?
A.
Required
B.
RequireNew
C.
Mandatory
D.
NotSupported
E.
Supports
Explanation:
The default transaction for a synchronous process is requiresNew. That was until
version 11.1.1.6. On this last version, you are asking to enter a Transaction parameter when
creating a new synchronous bpel process.
B.
RequireNew
b
Two possible values, required and requiresNew. In JDeveloper required is selected by default when creating new sync BPEL process.
a and b
Its A. I checked that out in Jdeveloper.
B
A:
https://docs.oracle.com/middleware/1221/soasuite/develop/GUID-6B218606-0B51-4E3B-BF5E-FDC11E8EF2B5.htm#GUID-442EAA1A-F4EC-469C-8A8B-5085EB05D3E5__CHDCIFGG
Table 13-1 describes the required (the default value) and requiresNew values and summarizes the behavior of the BPEL instance based on the settings.
B