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

AS incorrectly rewrites standalone.xml

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Major
    • 7.1.0.Final
    • 7.1.0.Beta1
    • JCA
    • None

    Description

      jboss-as-datasources_1_0.xsd contains an element for configuring security for recovering datasources. I added this to standalone.xml:

      <recovery>
      <recover-credential>
      <user-name>sa</user-name>
      <password>sa</password>
      </recovery-credential>
      </recovery>

      but the AS rewrites this section as follows:

      <recovery>
      <recover-credential>
      <recover-credential>
      sa
      </recover-credential>
      <recover-credential>
      sa
      </recover-credential>
      </recover-credential>
      </recovery>

      Attachments

        Activity

          People

            smaestri@redhat.com Stefano Maestri
            rhn-engineering-mmusgrov Michael Musgrove
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: