The cache transaction configuration.
| Name | Dynamic | Other provider points | 
|---|---|---|
| org.wildfly.transactions.global-default-local-provider | false | /subsystem=transactions | 
| Attribute | Value | 
|---|---|
| Default Value | NONE | 
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | resource-services | 
| Allowed Values | NONE BATCH NON_DURABLE_XA | 
| Attribute | Value | 
|---|---|
| Default Value | 60000 | 
| Type | LONG | 
| Nillable | true | 
| Expressions Allowed | true | 
| Unit | MILLISECONDS | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | resource-services | 
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| mode | STRING | false | true | NONE | Sets the cache transaction mode to one of NONE, NON_XA, NON_DURABLE_XA, FULL_XA. | 
| timeout | LONG | false | true | 60000 | The duration (in ms) after which idle transactions are rolled back. |