[jboss-jira] [JBoss JIRA] (AS7-3984) Invalid minimal value of datasource background-validation-millis parameter
Pavel Slegr (JIRA)
jira-events at lists.jboss.org
Thu Mar 1 08:55:37 EST 2012
Pavel Slegr created AS7-3984:
--------------------------------
Summary: Invalid minimal value of datasource background-validation-millis parameter
Key: AS7-3984
URL: https://issues.jboss.org/browse/AS7-3984
Project: Application Server 7
Issue Type: Bug
Components: Domain Management, JCA
Reporter: Pavel Slegr
Assignee: Pavel Slegr
Priority: Minor
Fix For: 7.1.1.Final
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...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list