[hibernate-issues] [Hibernate-JIRA] Created: (BVAL-145) Missing namespace in xsd

Hardy Ferentschik (JIRA) noreply at atlassian.com
Wed Apr 1 05:34:38 EDT 2009


Missing namespace in xsd
------------------------

                 Key: BVAL-145
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/BVAL-145
             Project: Bean Validation
          Issue Type: Bug
          Components: spec-general
            Reporter: Hardy Ferentschik


The xsd files are missing a namespace declaration. For example validation-config needs a:

xmlns="http://jboss.org/xml/ns/javax/validation/configuration" 

Without this entry you get SAX parser exceptions when reading the xsd file:

[ERROR] null[7,72]
org.xml.sax.SAXParseException: src-resolve.4.1: Error resolving component 'validation-configType'. It was detected that 'validation-configType' has no namespace, but components with no target namespace are not referenceable from schema document

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list