[infinispan-issues] [JBoss JIRA] (ISPN-3912) Wrong description for jboss-infinispan-core_5_2.xsd expiration element
Wolf-Dieter Fink (JIRA)
issues at jboss.org
Mon Jan 20 13:34:28 EST 2014
[ https://issues.jboss.org/browse/ISPN-3912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Wolf-Dieter Fink updated ISPN-3912:
-----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/2342
> Wrong description for jboss-infinispan-core_5_2.xsd expiration element
> ----------------------------------------------------------------------
>
> Key: ISPN-3912
> URL: https://issues.jboss.org/browse/ISPN-3912
> Project: Infinispan
> Issue Type: Bug
> Components: Documentation
> Reporter: Wolf-Dieter Fink
> Assignee: Mircea Markus
> Priority: Minor
>
> The XSD contains a confusing description for expiration/interval.
> wakeUpInterval sould be interval!
> <xs:complexType name="expiration">
> ....
> <xs:attribute name="interval" type="xs:long" default="5000">
> <xs:annotation>
> <xs:documentation>Interval (in milliseconds) between subsequent runs to purge expired entries from memory and any cache stores. If you wish to disable the periodic eviction process altogether, set wakeupInterval to -1.</xs:documentation>
> </xs:annotation>
> </xs:attribute>
> </xs:complexType>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list