Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.1.4, 1.1.5, 2.0.0
-
None
Description
In http://svn.apache.org/repos/asf/portals/pluto/trunk/pluto-portal/src/main/resources/pluto-portal-driver-config.xml, the schema location is:
xsi:schemaLocation="http://portals.apache.org/pluto/xsd/pluto-portal-driver-config.xsd
http://portals.apache.org/pluto/xsd/pluto-portal-driver-config.xsd"
The file at that URL is not correct schema definition. The correct schema definition for this version of the config exists in SVN at:
http://svn.apache.org/repos/asf/portals/pluto/tags/pluto-1.1.4/pluto-portal-driver/src/main/resources/pluto-portal-driver-config.xsd, or
http://svn.apache.org/repos/asf/portals/pluto/branches/pluto-1.1.x/pluto-portal-driver/src/main/resources/pluto-portal-driver-config.xsd
(The one in trunk is not correct)
I'm not sure what the fix is... I guess the newer definition should be given a unique URI and the configuration files in 1.1.x and trunk should be updated in order to maintain backwards compatibility?
Hopefully we can get this fixed in time for 1.1.5