Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-4182

wrong format when marshalling ignored-resources

    XMLWordPrintable

Details

    Description

      <remote host="${jboss.test.host.master.address}" port="9999" security-realm="ManagementRealm">
         <ignored-resources name="profile">
            <instance name="ignored"/>
         </ignored-resources>
      </remote>
      

      should be:

      <remote host="${jboss.test.host.master.address}" port="9999" security-realm="ManagementRealm">
         <ignored-resources type="profile">
            <instance name="ignored"/>
         </ignored-resources>
      </remote>
      

      Attachments

        Activity

          People

            emuckenhuber_jira Emanuel Muckenhuber (Inactive)
            emuckenhuber_jira Emanuel Muckenhuber (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: