[jboss-jira] [JBoss JIRA] (WFCORE-3292) The wildfly-config.xml defined in controller tests and protocol tests use invalid remoting attributes

James Perkins (JIRA) issues at jboss.org
Thu Sep 14 13:37:00 EDT 2017


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)


More information about the jboss-jira mailing list