What is default transactional behavior for a synchronous request/reply and a one-way synchronous BPEL process?

What is default transactional behavior for a synchronous request/reply and a one-way
synchronous BPEL process?

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.



Leave a Reply 8

Your email address will not be published. Required fields are marked *


Logan

Logan

B.
RequireNew

igor

igor

Two possible values, required and requiresNew. In JDeveloper required is selected by default when creating new sync BPEL process.

Master7777

Master7777

Its A. I checked that out in Jdeveloper.