You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Carlin Rogers (JIRA)" <be...@incubator.apache.org> on 2005/06/29 20:34:21 UTC

[jira] Created: (BEEHIVE-840) remove schema constraints on key element in url-templates-config.xsd

remove schema constraints on key element in url-templates-config.xsd
--------------------------------------------------------------------

         Key: BEEHIVE-840
         URL: http://issues.apache.org/jira/browse/BEEHIVE-840
     Project: Beehive
        Type: Bug
  Components: NetUI  
    Versions: v1m1    
    Reporter: Carlin Rogers
 Assigned to: Carlin Rogers 
    Priority: Minor
     Fix For: V1


To keep the URL template framework for a broader range of use cases, it would be useful not to have the
restriction requiring key to be one of "action", "secure-action", "resource", "secure-resource", "render",
"secure-render". 

I'd like to remove these constraints on the element "key" in this schema. There's a use case where the 
URLs may not be used in JSPs, but in a WSDL. The key names "action", "render" do not make sense 
in this context. For example, in a WSDL use case, the key values are based on the WSDL port names.

So the Key element will just be a string. This make the url template schema a little more general.

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


[jira] Updated: (BEEHIVE-840) remove schema constraints on key element in url-templates-config.xsd

Posted by "Anonymous (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-840?page=all ]

 updated BEEHIVE-840:
---------------------

    Attachment: j840-patch.txt

> remove schema constraints on key element in url-templates-config.xsd
> --------------------------------------------------------------------
>
>          Key: BEEHIVE-840
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-840
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: v1m1
>     Reporter: Carlin Rogers
>     Assignee: Carlin Rogers
>     Priority: Minor
>      Fix For: V1
>  Attachments: j840-patch.txt
>
> To keep the URL template framework for a broader range of use cases, it would be useful not to have the
> restriction requiring key to be one of "action", "secure-action", "resource", "secure-resource", "render",
> "secure-render". 
> I'd like to remove these constraints on the element "key" in this schema. There's a use case where the 
> URLs may not be used in JSPs, but in a WSDL. The key names "action", "render" do not make sense 
> in this context. For example, in a WSDL use case, the key values are based on the WSDL port names.
> So the Key element will just be a string. This make the url template schema a little more general.

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


[jira] Resolved: (BEEHIVE-840) remove schema constraints on key element in url-templates-config.xsd

Posted by "Rich Feit (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-840?page=all ]
     
Rich Feit resolved BEEHIVE-840:
-------------------------------

    Resolution: Fixed
     Assign To: Carlin Rogers  (was: Rich Feit)

Applied the integrated patch (BEEHIVE-835) with revision 208803.

> remove schema constraints on key element in url-templates-config.xsd
> --------------------------------------------------------------------
>
>          Key: BEEHIVE-840
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-840
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: v1m1
>     Reporter: Carlin Rogers
>     Assignee: Carlin Rogers
>     Priority: Minor
>      Fix For: V1
>  Attachments: j840-patch.txt
>
> To keep the URL template framework for a broader range of use cases, it would be useful not to have the
> restriction requiring key to be one of "action", "secure-action", "resource", "secure-resource", "render",
> "secure-render". 
> I'd like to remove these constraints on the element "key" in this schema. There's a use case where the 
> URLs may not be used in JSPs, but in a WSDL. The key names "action", "render" do not make sense 
> in this context. For example, in a WSDL use case, the key values are based on the WSDL port names.
> So the Key element will just be a string. This make the url template schema a little more general.

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


[jira] Closed: (BEEHIVE-840) remove schema constraints on key element in url-templates-config.xsd

Posted by "Carlin Rogers (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-840?page=all ]
     
Carlin Rogers closed BEEHIVE-840:
---------------------------------


verified the schema change. Thanks Rich.

> remove schema constraints on key element in url-templates-config.xsd
> --------------------------------------------------------------------
>
>          Key: BEEHIVE-840
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-840
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: v1m1
>     Reporter: Carlin Rogers
>     Assignee: Carlin Rogers
>     Priority: Minor
>      Fix For: V1
>  Attachments: j840-patch.txt
>
> To keep the URL template framework for a broader range of use cases, it would be useful not to have the
> restriction requiring key to be one of "action", "secure-action", "resource", "secure-resource", "render",
> "secure-render". 
> I'd like to remove these constraints on the element "key" in this schema. There's a use case where the 
> URLs may not be used in JSPs, but in a WSDL. The key names "action", "render" do not make sense 
> in this context. For example, in a WSDL use case, the key values are based on the WSDL port names.
> So the Key element will just be a string. This make the url template schema a little more general.

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


[jira] Assigned: (BEEHIVE-840) remove schema constraints on key element in url-templates-config.xsd

Posted by "Carlin Rogers (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-840?page=all ]

Carlin Rogers reassigned BEEHIVE-840:
-------------------------------------

    Assign To: Rich Feit  (was: Carlin Rogers)

Assigning to Rich to review for v1.

The attached patch has the changes to the schema (along with some 
cleanup of indentation) and the code changes to the 
DefaultURLTemplateFactory class to handle the change to the 
XmlBeans object UrlTemplateRef.key that we now get from the config
(just a string).

> remove schema constraints on key element in url-templates-config.xsd
> --------------------------------------------------------------------
>
>          Key: BEEHIVE-840
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-840
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: v1m1
>     Reporter: Carlin Rogers
>     Assignee: Rich Feit
>     Priority: Minor
>      Fix For: V1
>  Attachments: j840-patch.txt
>
> To keep the URL template framework for a broader range of use cases, it would be useful not to have the
> restriction requiring key to be one of "action", "secure-action", "resource", "secure-resource", "render",
> "secure-render". 
> I'd like to remove these constraints on the element "key" in this schema. There's a use case where the 
> URLs may not be used in JSPs, but in a WSDL. The key names "action", "render" do not make sense 
> in this context. For example, in a WSDL use case, the key values are based on the WSDL port names.
> So the Key element will just be a string. This make the url template schema a little more general.

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