[jboss-jira] [JBoss JIRA] Created: (AS7-1502) Invalid <useFastFail> element written out to datasource configuration

jaikiran pai (JIRA) jira-events at lists.jboss.org
Wed Aug 10 07:15:27 EDT 2011


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