[jboss-jira] [JBoss JIRA] (AS7-2830) AS incorrectly rewrites standalone.xml
Brian Stansberry (Updated) (JIRA)
jira-events at lists.jboss.org
Mon Jan 2 13:20:09 EST 2012
[ https://issues.jboss.org/browse/AS7-2830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
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: http://community.jboss.org/thread/175422?tstart=0 (was: http://community.jboss.org/thread/175422?tstart=0)
> 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
More information about the jboss-jira
mailing list