]
Jeff Mesnil updated WFCORE-3290:
--------------------------------
Fix Version/s: 3.1.0.Final
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
Fix For: 4.0.0.Alpha1, 3.1.0.Final
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