[infinispan-issues] [JBoss JIRA] (ISPN-2499) Configuration schema missing "versioning" tag
Tristan Tarrant (JIRA)
jira-events at lists.jboss.org
Fri Nov 30 06:03:21 EST 2012
[ https://issues.jboss.org/browse/ISPN-2499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tristan Tarrant updated ISPN-2499:
----------------------------------
Status: Pull Request Sent (was: Reopened)
Git Pull Request: https://github.com/infinispan/infinispan/pull/1499 (was: https://github.com/infinispan/infinispan/pull/1465)
> Configuration schema missing "versioning" tag
> ---------------------------------------------
>
> Key: ISPN-2499
> URL: https://issues.jboss.org/browse/ISPN-2499
> Project: Infinispan
> Issue Type: Bug
> Components: Configuration
> Affects Versions: 5.2.0.Beta3
> Reporter: Radim Vansa
> Assignee: Tristan Tarrant
> Priority: Minor
> Fix For: 5.2.0.Beta4
>
>
> There is no "versioning" tag in the configuration XML schema for Infinispan 5.2. Moreover, the design doc https://docs.jboss.org/author/display/ISPN/Data+Versioning contains imprecise attribute names so the only way to get the attribute names is reading source code for class Parser52.
> As a sidenote, using
> {code}<versioning enabled="true" versioninigSchema="SIMPLE" />{code}
> isn't the 'versioning' prefix in versioningSchema attribute redundant? Wouldn't be sufficient this?
> {code}<versioning enabled="true" schema="SIMPLE" />{code}
> (I had problems spelling versioning once, why twice)
--
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