]
Martin Stefanko updated WFLY-11617:
-----------------------------------
Labels: downstream_dependency (was: )
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
Labels: downstream_dependency
Fix For: 16.0.0.Final
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