-
Bug
-
Resolution: Done
-
Major
-
None
-
None
/subsystem=transactions/:read-resource-description
transcation
"jdbc-action-store-table-prefix" => {
"type" => STRING,
"description" => "Optional prefix for table used to write transcation logs in configured jdbc action store.",
"expressions-allowed" => true,
"nillable" => true,
"requires" => ["use-jdbc-store"],
"min-length" => 1L,
"max-length" => 2147483647L,
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "jvm"
},
"jdbc-communication-store-table-prefix" => {
"type" => STRING,
"description" => "Optional prefix for table used to write transcation logs in configured jdbc communication store.",
"expressions-allowed" => true,
"nillable" => true,
"requires" => ["use-jdbc-store"],
"min-length" => 1L,
"max-length" => 2147483647L,
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "jvm"
},
"jdbc-state-store-table-prefix" => {
"type" => STRING,
"description" => "Optional prefix for table used to write transcation logs in configured jdbc state store.",
"expressions-allowed" => true,
"nillable" => true,
"requires" => ["use-jdbc-store"],
"min-length" => 1L,
"max-length" => 2147483647L,
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "jvm"
},
sghould
"jdbc-store-datasource" => {
"type" => STRING,
"description" => "Jndi name of non-XA datasource used. Datasource sghould be define in datasources subsystem. For this would work the non-XA datasource has to be marked as jta=\"false\".",
"expressions-allowed" => true,
"nillable" => true,
"min-length" => 1L,
"max-length" => 2147483647L,
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "jvm"
},
- is cloned by
-
WFLY-7485 Typos in description of transactions subsystem attributes
-
- Closed
-