Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hazelcast-spring3.1.xsd throws SAXParseException when hz:interfaces have multi hz:interface #1145

Closed
hzceo opened this issue Nov 13, 2013 · 0 comments
Assignees
Milestone

Comments

@hzceo
Copy link
Contributor

hzceo commented Nov 13, 2013

Invalid content was found starting with element 'hz:interface'. No child element is expected at this point.

         <hz:interfaces enabled="true">
                <hz:interface>192.168.214.238</hz:interface>
                <hz:interface>192.168.165.*</hz:interface>
      </hz:interfaces>

Below works

<xs:complexType name="interfaces">
    <xs:sequence minOccurs="0" maxOccurs="unbounded">
        <xs:element name="interface" type="interface" default="127.0.0.1"/>
    </xs:sequence>
    <xs:attribute name="enabled" type="xs:string" use="optional" default="false"/>
</xs:complexType>
hzceo added a commit to hzceo/hazelcast that referenced this issue Nov 14, 2013
hazelcast-spring3.1.xsd throws SAXParseException when hz:interfaces have multi hz:interface
@ghost ghost assigned ahmetmircik and pveentjer Nov 18, 2013
hzceo added a commit to hzceo/hazelcast that referenced this issue Nov 19, 2013
@hzceo hzceo mentioned this issue Nov 19, 2013
mdogan added a commit that referenced this issue Nov 19, 2013
mdogan added a commit that referenced this issue Nov 19, 2013
@mdogan mdogan closed this as completed Nov 19, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants