]
Chao Wang moved JBEAP-16260 to WFLY-11617:
------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-11617 (was: JBEAP-16260)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: JMS
Transactions
(was: JMS)
(was: Transactions)
Target Release: (was: 7.backlog.GA)
Affects Version/s: 15.0.1.Final
(was: 7.2.0.GA)
Validation not working for pooled-connection-factory's
transaction attribute.
------------------------------------------------------------------------------
Key: WFLY-11617
URL:
https://issues.jboss.org/browse/WFLY-11617
Project: WildFly
Issue Type: Bug
Components: JMS, Transactions
Affects Versions: 15.0.1.Final
Reporter: varsha Kamble
Assignee: Chao Wang
Priority: Minor
Validation not working for pooled-connection-factory's "transaction"
attribute. According to xsd, it should accept only xa, local and none. However it is
accepting anything.
[standalone@localhost:9990 /]
/subsystem=messaging-activemq/server=default/pooled-connection-factory=activemq-ra:write-attribute(name=transaction,value=jjj)
{
"outcome" => "success",
"response-headers" => {
"operation-requires-reload" => true,
"process-state" => "reload-required"
}
}
[standalone@localhost:9990 /] :relaod