[
https://issues.jboss.org/browse/GTNPORTAL-2615?page=com.atlassian.jira.pl...
]
Peter Palaga updated GTNPORTAL-2615:
------------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
https://github.com/gatein/gatein-portal/pull/171
gatein_objects_1_2.xsd is invalid
---------------------------------
Key: GTNPORTAL-2615
URL:
https://issues.jboss.org/browse/GTNPORTAL-2615
Project: GateIn Portal
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Peter Palaga
Assignee: Peter Palaga
Please look at the W3C XML Schema Validator:
http://www.w3.org/2001/03/webdata/xsv?docAddrs=http%3A%2F%2Fdocs.jboss.co...
The problem is 54:13: Invalid per cvc-attribute.1.2: attribute type check failed for
{None}:ref: xml:lang is qualified by an unimported non-local namespace:
http://www.w3.org/XML/1998/namespace
One possible sollution is to insert
<xs:import
namespace="http://www.w3.org/XML/1998/namespace"
schemaLocation="http://www.w3.org/2001/xml.xsd"/>
Just after the opening xs:schema element.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira