-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
16.0.0.Final
-
None
Current behaviour:
[standalone@localhost:9990 /] /subsystem=messaging-activemq/server=default/pooled-connection-factory=activemq-ra:write-attribute(name=transaction,value=invalid) 10:26:37,062 WARN [org.wildfly.extension.messaging-activemq] (management-handler-thread - 1) WFLYMSGAMQ0101: Invalid value invalid for transaction, legal values are [local, none, xa], default value is applied. {"outcome" => "success"} [standalone@localhost:9990 /] /subsystem=messaging-activemq/server=default/pooled-connection-factory=activemq-ra:read-attribute(name=transaction) { "outcome" => "success", "result" => "xa" }
To make it clear, the
10:26:37,062 WARN [org.wildfly.extension.messaging-activemq] (management-handler-thread - 1) WFLYMSGAMQ0101: Invalid value invalid for transaction, legal values are [local, none, xa], default value is applied.
message comes from server side, so as a client I have no idea that my mgmt operation did not happend (write didn't happen).
The management operation should fail in this case, and "Invalid value invalid for transaction, legal values are [local, none, xa], default value is applied." message should be part of failure description instead.
- duplicates
-
WFLY-11695 Remove ParameterCorrector added for WFLY-11617
- Closed
- relates to
-
JBEAP-16528 Broken validation for pooled-connection-factory's transaction attribute - redundant WARN logs on startup
- Closed
-
WFLY-11827 Broken validation for pooled-connection-factory's transaction attribute.
- Closed
-
WFLY-11617 Validation not working for pooled-connection-factory's transaction attribute.
- Closed