[jboss-jira] [JBoss JIRA] Commented: (AS7-1502) Invalid <useFastFail> element written out to datasource configuration
Darran Lofthouse (JIRA)
jira-events at lists.jboss.org
Wed Aug 10 07:19:40 EDT 2011
[ https://issues.jboss.org/browse/AS7-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619960#comment-12619960 ]
Darran Lofthouse commented on AS7-1502:
---------------------------------------
See https://issues.jboss.org/browse/JBJCA-643
> 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
> Fix For: 7.0.1.Final
>
>
> 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