[
https://issues.jboss.org/browse/AS7-2830?page=com.atlassian.jira.plugin.s...
]
Stuart Douglas resolved AS7-2830.
---------------------------------
Resolution: Out of Date
This appears to have been fixed at some point
AS incorrectly rewrites standalone.xml
--------------------------------------
Key: AS7-2830
URL:
https://issues.jboss.org/browse/AS7-2830
Project: Application Server 7
Issue Type: Bug
Components: JCA
Affects Versions: 7.1.0.Beta1
Reporter: Michael Musgrove
Assignee: Stefano Maestri
Fix For: 7.1.0.Final
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>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira