[infinispan-issues] [JBoss JIRA] (ISPN-1844) Update online version of schema for configuration of 5.1
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Mon Feb 6 13:45:48 EST 2012
[ https://issues.jboss.org/browse/ISPN-1844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12664579#comment-12664579 ]
Galder Zamarreño commented on ISPN-1844:
----------------------------------------
The online schema has been replaced, so it's now a matter of sorting out the release script.
Btw, utils.py shows:
{code} print "Verifying build"
# Check contents of XSD in core/target/classes/schema/infinispan-config-{VMajor.VMinor}.xsd
fn = "core/target/classes/schema/infinispan-config-%s.%s.xsd" % ('5', '0')
if os.path.isfile(fn):
f = open(fn)
xsd = f.read()
f.close()
xsd.find("urn:infinispan:config:5.0"){code}
That should go since we don't generate the schema any more, so there's no need to verify it.
> Update online version of schema for configuration of 5.1
> --------------------------------------------------------
>
> Key: ISPN-1844
> URL: https://issues.jboss.org/browse/ISPN-1844
> Project: Infinispan
> Issue Type: Task
> Components: Configuration
> Reporter: Sanne Grinovero
> Assignee: Galder Zamarreño
> Priority: Blocker
>
> The schema at http://www.infinispan.org/schemas/infinispan-config-5.1.xsd is not up to date.
> For example, it's missing any reference to the valid element _stateTransfer_.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list