Brian Stansberry created WFCORE-3290:
----------------------------------------
Summary: Incorrect WARN in DC log for remoting endpoint resource
transformation to EAP 6
Key: WFCORE-3290
URL:
https://issues.jboss.org/browse/WFCORE-3290
Project: WildFly Core
Issue Type: Bug
Components: Domain Management, Remoting
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Priority: Critical
When a slave running EAP 6 connects to a current DC, the following appears in the DC log
even though the endpoint resource should be discarded:
{code}2017-08-07 14:35:09,000 WARN [org.jboss.as.controller.transformer.slave] (Host
Controller Service Threads - 55) WFLYCTL0032: There were problems during the
transformation process for target host: 'slave'
Problems found:
[ WFLYCTL0303: Resource [
("profile" => "full-ha"),
("subsystem" => "remoting"),
("configuration" => "endpoint")
] is rejected on the target host, and will need to be ignored on the host
]
{code}
This is because the remoting endpoint transformation was overly simplified in
https://github.com/wildfly/wildfly-core/pull/2577
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)