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 22:53:06 UTC

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

     [ 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