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

      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>

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

                Created:
                Updated:
                Resolved: