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

ISPN-1844 Revert to old schema location and update for 5.2 (Master) #934

Closed
wants to merge 1 commit into from

Conversation

galderz
Copy link
Member

@galderz galderz commented Feb 8, 2012

@@ -23,8 +23,8 @@
-->
<infinispan
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:infinispan:config:5.1 ../../../../src/main/resources/infinispan-5.1.xsd"
xmlns="urn:infinispan:config:5.1">
xsi:schemaLocation="urn:infinispan:config:5.2 ../../../../src/main/resources/schema/infinispan-config-5.2.xsd"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we use an http URL instead?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmmm, dunno. This is in the test area and we have not yet released any 5.2 versions, so there's no 5.2 schema online :)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This still gets packaged? If so people will copy it and try and use it.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And in any case the parser will first try and locate the schema on the classpath, so it will always be there for test runs.

@galderz
Copy link
Member Author

galderz commented Feb 10, 2012

The patch is updated now

@maniksurtani
Copy link
Member

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants