]
Bela Ban resolved JGRP-2496.
----------------------------
Resolution: Done
Incorrect schema
----------------
Key: JGRP-2496
URL:
https://issues.redhat.com/browse/JGRP-2496
Project: JGroups
Issue Type: Bug
Reporter: Bela Ban
Assignee: Bela Ban
Priority: Minor
Fix For: 4.2.5, 5.0.1
XmlSchemeGenerator generates incorrect XSD:
{code:xml}
<xs:attribute type="xs:string" version="${version}" /> needs to
be changed to
<xs:attribute type="xs:string" name="version" />
{code}