[infinispan-issues] [JBoss JIRA] (ISPN-2499) Configuration schema missing "versioning" tag

Radim Vansa (JIRA) jira-events at lists.jboss.org
Tue Nov 13 04:01:19 EST 2012


Radim Vansa created ISPN-2499:
---------------------------------

             Summary: 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: Mircea Markus
            Priority: Minor


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