[
https://issues.apache.org/jira/browse/TRINIDAD-2315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13461592#comment-13461592
]
Arjun Vade edited comment on TRINIDAD-2315 at 9/24/12 4:08 PM:
---------------------------------------------------------------
This fix needs to go into trunk. (I did not see an option to grant ASF License
while uploading the patch. Is it no longer required?)
was (Author: arjun.vade):
This fix needs to go into trunk.
> Fix schema errors in trinidad-config.xsd and menuNode.xsd
> ---------------------------------------------------------
>
> Key: TRINIDAD-2315
> URL: https://issues.apache.org/jira/browse/TRINIDAD-2315
> Project: MyFaces Trinidad
> Issue Type: Bug
> Affects Versions: 2.1.0-core
> Reporter: Arjun Vade
> Priority: Minor
> Attachments: 14068563.patch
>
>
> This jira is to fix schema errors in trinidad-config.xsd and menuNode.xsd
> Errors seen:
> * Invalid reference: http://myfaces.apache.org/trinidad/menu:sharedNode in
> menuNode.xsd
> * Invalid reference: http://myfaces.apache.org/trinidad/menu:groupNode in
> menuNode.xsd
> * Invalid reference: http://myfaces.apache.org/trinidad/menu:itemNode in
> menuNode.xsd
> * invalid facet "pattern" for type "simpleType" in trinidad-config.xsd
> Fix:
> * menuNode.xsd is referring to elements defined in sharedNode.xsd,
> groupNode.xsd & itemNode.xsd without including them. The fix is to include
> the three files(sharedNode.xsd, groupNode.xsd & itemNode.xsd) in menuNode.xsd.
> * trinidad-config.xsd has the following code in it.
> <simpleType name="expressionType">
> <restriction base="string" >
> <pattern value="\#\{.+\}" />
> </restriction>
> </simpleType>
> In this '#' is unnecessarily escaped using backslash. Since '#' has no
> special meaning in regular expressions, it should not be escaped.
--
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