Jeff Mesnil created WFLY-2402:
---------------------------------
Summary: fix clustered attribute transformation warning
Key: WFLY-2402
URL:
https://issues.jboss.org/browse/WFLY-2402
Project: WildFly
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: JMS
Affects Versions: 8.0.0.Beta1
Reporter: Jeff Mesnil
Assignee: Jeff Mesnil
Priority: Minor
Fix For: 8.0.0.CR1
The code in MessagingTransformers#registerTransformers_1_2_0 to check whether there is a
conflict between the clustered state of hornetq-server and the attribute value is not
correct and the user is not warned in case of conflict.
context.readResource(PathAddress.EMPTY_ADDRESS) corresponds to the root of the server (/)
and there is never any "cluster-connection" children there.
Correct path to read the hornetq-server resource is contex.readResource(address)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira