[ 
https://issues.apache.org/jira/browse/BEEHIVE-1180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

matt c closed BEEHIVE-1180.
---------------------------

    Resolution: Fixed

Verified that this issue is actually fixed, my error in looking at 
theweb.xml.jsf-ri tests instead of the samples. In the samples area the file in 
question (web.xml.jsf-ri) has been changed so that the elements are correctly 
ordered:
    <context-param>
        <description>
            Set this flag to true if you want the JavaServer Faces
            Reference Implementation to validate the XML in your
            faces-config.xml resources against the DTD.  Default
            value is false.
        </description>
        <param-name>com.sun.faces.validateXml</param-name>
        <param-value>true</param-value>
    </context-param>

> netui-jsf sample with JSF RI version of web.xml has validation errors
> ---------------------------------------------------------------------
>
>                 Key: BEEHIVE-1180
>                 URL: https://issues.apache.org/jira/browse/BEEHIVE-1180
>             Project: Beehive
>          Issue Type: Bug
>          Components: NetUI
>    Affects Versions: 1.0.1, 1.0.2
>            Reporter: Carlin Rogers
>            Assignee: matt c
>            Priority: Minor
>             Fix For: V.Next
>
>
> The JSF RI version of the web.xml file in the NetUI JSF sample, netui-jsf, 
> has validation errors and may cause deployment issues on some servers.
> The problem is in the ordering/sequence of elements in the JSF RI version of 
> the web.xml file (web.xml.jsf-ri). There are two <context-param> elements 
> that each contain a <description> element following after the <param-name> 
> and <param-value>. With the web-app_2_4.xsd (j2ee_1_4.xsd), a sequence of 
> <description>, <param-name>, <param-value> is imposed. The <description> 
> element must be first in the <context-param>.

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

Reply via email to