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

WFLY-3189 - validation errors on schema #279

Merged
merged 1 commit into from Sep 24, 2014

Conversation

robstryker
Copy link
Member

@robstryker robstryker mentioned this pull request Sep 23, 2014
@maxandersen
Copy link
Member

so do i read this right that this will change the defintion of these schemas for all past versions too ? ie. this would "Affect" any EE6 projects versions ?

Add missing catalog entries.

Add catalog entry for namespace "http://www.jboss.com/xml/ns/javaee" so
that others can refer to it without specifying schema location.

Add catalog entry for namespace "urn:clustering:1.0" which is mentioned
for example in
https://docs.jboss.org/author/display/AS71/jboss-ejb3.xml+Reference but
missing in this plugin and in the JBoss EAP 6 distribution as far as I
see.

Do not use schema location for http://java.sun.com/xml/ns/javaee".

XML validators seem to get confused when schema location is specified
and imports / includes are circular. Instead rely on entries in XML
catalogue.

Do not use schema location in schema element, as far as I unterstand it
is of no use there.

Do not use schema location for "http://www.jboss.com/xml/ns/javaee".

XML validators seem to get confused when schema location is specified
and imports / includes are circular. Instead rely on entries in XML
catalogue.

Remove element "assembly-descriptor" from complex type
"jboss-ejb-jarType" since it is already defined in the parent type and
adding it again is not allowed.

Add XML schema for namespace "urn:clustering:1.0" which is mentioned in
https://docs.jboss.org/author/display/AS71/jboss-ejb3.xml+Reference, but
missing this plugin and in JBoss EAP 6 distribution. Based on
"jboss-ejb-security_1.0.xsd".

Remove schema location in schema element, as far as I understand it is
of no use here.

Do not use schema location for "http://java.sun.com/xml/ns/javaee",
validators seem to get confused by it, depend on catalogue entries
instead.

Remove schema location in schema element, as far as I understand it is
of no use here.

Do not use schema location for "http://java.sun.com/xml/ns/javaee",
validators seem to get confused by it, depend on catalogue entries
instead.

Test, update two files

Remove the rogue clustering xsd
@robstryker robstryker merged commit aeda6e5 into jbosstools:master Sep 24, 2014
@robstryker robstryker deleted the WFLY-3189 branch November 6, 2014 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants