]
Brian Stansberry updated WFLY-819:
----------------------------------
Component/s: (was: Domain Management)
Invalid minimal value of datasource background-validation-millis
parameter
--------------------------------------------------------------------------
Key: WFLY-819
URL:
https://issues.jboss.org/browse/WFLY-819
Project: WildFly
Issue Type: Bug
Components: JCA
Reporter: Pavel Slegr
Assignee: Jesper Pedersen
Priority: Minor
Regarding .../docs/schema/ jboss-as-datasources_1_0.xsd
the background-validation-millis type is defined like "nonNegativeInteger"
<xs:element name="background-validation-millis"
type="xs:nonNegativeInteger" minOccurs="0">
and nonNegativeInteger is: "An integer containing only non-negative values
(0,1,2,..)"
thus zero is valid value to add...