]
Tom Jenkinson moved JBEAP-6912 to WFLY-7485:
--------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-7485 (was: JBEAP-6912)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Transactions
(was: Transactions)
(was: User Experience)
Typos in description of transactions subsystem attributes
---------------------------------------------------------
Key: WFLY-7485
URL:
https://issues.jboss.org/browse/WFLY-7485
Project: WildFly
Issue Type: Bug
Components: Transactions
Reporter: Daniel Simko
Assignee: Tom Jenkinson
{code}
/subsystem=transactions/:read-resource-description
{code}
*transcation*
{noformat}
"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"
},
{noformat}
*sghould*
{noformat}
"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"
},
{noformat}