Transaction

Use this information to understand the properties connected with the runtime setting of transactional options.

Contains properties connected with the runtime setting of transactional options.

Table 1. Transaction settings

Property Name

Type

Meaning

<fully qualified code package>.intf.<class name>.<method name>.transaction.timeout

INT32

Used to control the transaction timeout for a single operation. The value is the number of seconds before the transaction times out. Format: PROJECTNAME.CODEPACKAGE.intf.CLASSNAME.OPERATIONNAME.transaction.timeout; for example, curam.core.facade.intf.Person.createAddress.transaction.timeout=60

LoginBeanTransaction.transaction.timeout

INT32

Used to control the transaction timeout for the user login operation. The value is the number of seconds before the user login transaction times out.

If this property is not specified, the login transaction timeout defaults to the JTA timeout value that is for the application server.