You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by "Benjamin Gould (JIRA)" <ji...@apache.org> on 2008/03/03 23:02:50 UTC

[jira] Created: (PLUTO-473) XML Schema Location for pluto-portal-driver-config.xsd points to obsolete schema definition

XML Schema Location for pluto-portal-driver-config.xsd points to obsolete schema definition
-------------------------------------------------------------------------------------------

                 Key: PLUTO-473
                 URL: https://issues.apache.org/jira/browse/PLUTO-473
             Project: Pluto
          Issue Type: Bug
          Components: portal driver
    Affects Versions: 1.1.4, 2.0.0, 1.1.5
            Reporter: Benjamin Gould
             Fix For: 2.0.0, 1.1.5


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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (PLUTO-473) XML Schema Location for pluto-portal-driver-config.xsd points to obsolete schema definition

Posted by "Elliot Metsger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PLUTO-473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Elliot Metsger reassigned PLUTO-473:
------------------------------------

    Assignee: Elliot Metsger

> XML Schema Location for pluto-portal-driver-config.xsd points to obsolete schema definition
> -------------------------------------------------------------------------------------------
>
>                 Key: PLUTO-473
>                 URL: https://issues.apache.org/jira/browse/PLUTO-473
>             Project: Pluto
>          Issue Type: Bug
>          Components: portal driver
>    Affects Versions: 2.0.0, 1.1.4, 1.1.5
>            Reporter: Benjamin Gould
>            Assignee: Elliot Metsger
>             Fix For: 2.0.0, 1.1.5
>
>
> 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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Issue Comment Edited: (PLUTO-473) XML Schema Location for pluto-portal-driver-config.xsd points to obsolete schema definition

Posted by "Elliot Metsger (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PLUTO-473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12575540#action_12575540 ] 

emetsger edited comment on PLUTO-473 at 3/5/08 6:31 PM:
--------------------------------------------------------------

1) Current XSD from http://portals.apache.org/pluto/xsd/pluto-portal-driver-config.xsd was copied to pluto-site/src/site/resources/xsd so it is now part of the website generated by 'mvn site'.
2) The correct XSD should now be published under http://portals.apache.org/pluto/pluto-portal/1.1/pluto-portal-driver-config.xsd
3) The pluto-portal-driver-config.xml schema location was updated to use the correct XSD url 


In addition, for Pluto 2.0 (/trunk)
4)  The correct XSD is also published under http://portals.apache.org/pluto/pluto-portal/2.0/pluto-portal-driver-config.xsd


      was (Author: emetsger):
    1) Current XSD from http://portals.apache.org/pluto/xsd/pluto-portal-driver-config.xsd was copied to pluto-site/src/site/resources/xsd so it is now part of the website generated by 'mvn site'.
2) The correct XSD should now be published under http://portals.apache.org/pluto/pluto-portal/1.1/pluto-portal-driver-config.xsd
3) The pluto-portal-driver-config.xml schema location was updated to use the correct XSD url 
For 2.0 (/trunk)
4)  The correct XSD is also published under http://portals.apache.org/pluto/pluto-portal/2.0/pluto-portal-driver-config.xsd

  
> XML Schema Location for pluto-portal-driver-config.xsd points to obsolete schema definition
> -------------------------------------------------------------------------------------------
>
>                 Key: PLUTO-473
>                 URL: https://issues.apache.org/jira/browse/PLUTO-473
>             Project: Pluto
>          Issue Type: Bug
>          Components: portal driver
>    Affects Versions: 2.0.0, 1.1.4, 1.1.5
>            Reporter: Benjamin Gould
>            Assignee: Elliot Metsger
>             Fix For: 2.0.0, 1.1.5
>
>
> 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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (PLUTO-473) XML Schema Location for pluto-portal-driver-config.xsd points to obsolete schema definition

Posted by "Elliot Metsger (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PLUTO-473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12575540#action_12575540 ] 

Elliot Metsger commented on PLUTO-473:
--------------------------------------

1) Current XSD from http://portals.apache.org/pluto/xsd/pluto-portal-driver-config.xsd was copied to pluto-site/src/site/resources/xsd so it is now part of the website generated by 'mvn site'.
2) The correct XSD should now be published under http://portals.apache.org/pluto/pluto-portal/1.1/pluto-portal-driver-config.xsd
3) The pluto-portal-driver-config.xml schema location was updated to use the correct XSD url 
For 2.0 (/trunk)
4)  The correct XSD is also published under http://portals.apache.org/pluto/pluto-portal/2.0/pluto-portal-driver-config.xsd


> XML Schema Location for pluto-portal-driver-config.xsd points to obsolete schema definition
> -------------------------------------------------------------------------------------------
>
>                 Key: PLUTO-473
>                 URL: https://issues.apache.org/jira/browse/PLUTO-473
>             Project: Pluto
>          Issue Type: Bug
>          Components: portal driver
>    Affects Versions: 2.0.0, 1.1.4, 1.1.5
>            Reporter: Benjamin Gould
>            Assignee: Elliot Metsger
>             Fix For: 2.0.0, 1.1.5
>
>
> 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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (PLUTO-473) XML Schema Location for pluto-portal-driver-config.xsd points to obsolete schema definition

Posted by "Elliot Metsger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PLUTO-473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Elliot Metsger resolved PLUTO-473.
----------------------------------

    Resolution: Fixed

Thanks Ben- good catch, and good suggestion on the solution.

> XML Schema Location for pluto-portal-driver-config.xsd points to obsolete schema definition
> -------------------------------------------------------------------------------------------
>
>                 Key: PLUTO-473
>                 URL: https://issues.apache.org/jira/browse/PLUTO-473
>             Project: Pluto
>          Issue Type: Bug
>          Components: portal driver
>    Affects Versions: 2.0.0, 1.1.4, 1.1.5
>            Reporter: Benjamin Gould
>            Assignee: Elliot Metsger
>             Fix For: 2.0.0, 1.1.5
>
>
> 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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.