James Perkins created WFCORE-3292:
-------------------------------------
Summary: The wildfly-config.xml defined in controller tests and protocol
tests use invalid remoting attributes
Key: WFCORE-3292
URL:
https://issues.jboss.org/browse/WFCORE-3292
Project: WildFly Core
Issue Type: Bug
Components: Test Suite
Reporter: James Perkins
Assignee: James Perkins
The {{wildfly-config.xml}} configurations for tests in the controller and protocol modules
use invalid attributes for remoting 5.
{code:xml}
<configuration>
<endpoint name="test-endpoint"
xmlns="urn:jboss-remoting:5.0">
<connections>
<connection uri="remote://localhost:32123"
immediate="true"/>
</connections>
</endpoint>
</configuration>
{code}
The {{uri}} and {{immediate}} attributes are not valid for a {{connection}} element type.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)