[infinispan-issues] [JBoss JIRA] (ISPN-2499) Configuration schema missing "versioning" tag
Radim Vansa (JIRA)
jira-events at lists.jboss.org
Fri Nov 30 05:19:21 EST 2012
[ https://issues.jboss.org/browse/ISPN-2499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Radim Vansa reopened ISPN-2499:
-------------------------------
The simple versioning scheme has enumeration value {{DEFAULT}}, this should be {{SIMPLE}} according to Parser52:
{code}
builder.versioning().scheme(VersioningScheme.valueOf(value));
{code}
See the enumeration values:
{code}
public enum VersioningScheme {
SIMPLE, NONE
}
{code}
> 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