]
Darran Lofthouse commented on AS7-1502:
---------------------------------------
See
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: