[infinispan-issues] [JBoss JIRA] (ISPN-2499) Configuration schema missing "versioning" tag
Adrian Nistor (JIRA)
jira-events at lists.jboss.org
Tue Nov 13 06:43:19 EST 2012
[ https://issues.jboss.org/browse/ISPN-2499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Adrian Nistor updated ISPN-2499:
--------------------------------
Fix Version/s: 5.2.0.CR1
> 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.CR1
>
>
> 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