[jboss-jira] [JBoss JIRA] (AS7-2830) AS incorrectly rewrites standalone.xml
Michael Musgrove (Created) (JIRA)
jira-events at lists.jboss.org
Tue Nov 29 05:59:40 EST 2011
AS incorrectly rewrites standalone.xml
--------------------------------------
Key: AS7-2830
URL: https://issues.jboss.org/browse/AS7-2830
Project: Application Server 7
Issue Type: Bug
Components: Server
Affects Versions: 7.1.0.Beta1
Reporter: Michael Musgrove
Assignee: Jason Greene
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
More information about the jboss-jira
mailing list