[
https://issues.jboss.org/browse/ISPN-934?page=com.atlassian.jira.plugin.s...
]
Galder Zamarreño commented on ISPN-934:
---------------------------------------
Actually, this is odd. The file is called schema/infinispan-config-4.2.xsd but the
contents point to 5.0?
I've checked out 4.2.1.CR2 tag to see whether the release process had modified the
version file in an incorrect way, but it looks fine:
{code}[z@dnb:~/Go/code/infinispan.git]% (no-branch) more
core/target/classes/schema/infinispan-config-4.2.xsd
<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
<xs:schema attributeFormDefault="unqualified"
elementFormDefault="qualified" version="1.0"
targetNamespace="urn:infinispan:config:4.2"
xmlns:tns="urn:infinispan:config:4.2"
xmlns:xs="http://www.w3.org/2001/XMLSchema">{code}
infinispan-config-4.2.xsd namespace references 5.0
--------------------------------------------------
Key: ISPN-934
URL:
https://issues.jboss.org/browse/ISPN-934
Project: Infinispan
Issue Type: Bug
Components: Configuration
Affects Versions: 4.2.1.CR2
Reporter: Tristan Tarrant
Assignee: Manik Surtani
Priority: Minor
Fix For: 4.2.1.Final
The schema/infinispan-config-4.2.xsd file included in the released JAR has the following
header:
<xs:schema attributeFormDefault="unqualified"
elementFormDefault="qualified" version="1.0"
targetNamespace="urn:infinispan:config:5.0"
xmlns:tns="urn:infinispan:config:5.0"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
Where instead it should refer to 4.2.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira