-
Bug
-
Resolution: Done
-
Major
-
None
-
None
The wildfly-config.xml configurations for tests in the controller and protocol modules use invalid attributes for remoting 5.
<configuration> <endpoint name="test-endpoint" xmlns="urn:jboss-remoting:5.0"> <connections> <connection uri="remote://localhost:32123" immediate="true"/> </connections> </endpoint> </configuration>
The uri and immediate attributes are not valid for a connection element type.