[jboss-jira] [JBoss JIRA] Closed: (AS7-1502) Invalid <useFastFail> element written out to datasource configuration
jaikiran pai (JIRA)
jira-events at lists.jboss.org
Wed Aug 10 08:20:33 EDT 2011
[ https://issues.jboss.org/browse/AS7-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
jaikiran pai closed AS7-1502.
-----------------------------
Fix Version/s: (was: 7.0.1.Final)
Resolution: Duplicate Issue
> Invalid <useFastFail> element written out to datasource configuration
> ---------------------------------------------------------------------
>
> Key: AS7-1502
> URL: https://issues.jboss.org/browse/AS7-1502
> Project: Application Server 7
> Issue Type: Bug
> Components: JCA
> Environment: Latest AS7 upstream
> Reporter: jaikiran pai
> Assignee: Jesper Pedersen
>
> By default the standalone.xml doesn't have an empty validation configuration for datasources.
> {code}
> <validation></validation>
> {code}
> But management operations (which maybe unrelated to datasources) lead to the following (invalid) xml content. Note the <useFastFail> element which isn't a valid element. The xsd allows use-fast-fail instead
> {code}
> <validation>
> <validate-on-match>
> false
> </validate-on-match>
> <background-validation>
> false
> </background-validation>
> <useFastFail>
> false
> </useFastFail>
> </validation>
> </datasource>
> {code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list