]
Brian Stansberry updated AS7-2830:
----------------------------------
Fix Version/s: 7.1.0.Final
Assignee: Stefano Maestri (was: Jason Greene)
Component/s: JCA
(was: Server)
Forum Reference:
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: