Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-3292

The wildfly-config.xml defined in controller tests and protocol tests use invalid remoting attributes

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 4.0.0.Alpha7
    • None
    • Test Suite
    • 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.

              jperkins-rhn James Perkins
              jperkins-rhn James Perkins
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: