You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Neil Griffin (JIRA)" <de...@myfaces.apache.org> on 2012/08/07 15:37:08 UTC

[jira] [Created] (PORTLETBRIDGE-229) portlet-bridge-tck-section3-2-lifecycle-set portlet specifies incorrect web.xml context-param for lifecycle

Neil Griffin created PORTLETBRIDGE-229:
------------------------------------------

             Summary: portlet-bridge-tck-section3-2-lifecycle-set portlet specifies incorrect web.xml context-param for lifecycle
                 Key: PORTLETBRIDGE-229
                 URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-229
             Project: MyFaces Portlet Bridge
          Issue Type: TCK Challenge
          Components: TCK
    Affects Versions: 2.0.0
         Environment: N/A
            Reporter: Neil Griffin
            Assignee: Michael Freedman


[Test Challenger Name and Company] 
Neil Griffin, Liferay, Inc. 

[Specification Name(s) and Version(s)] 
Portlet 2.0 Bridge for JavaServerâ„¢ Faces 1.2 

[Test Suite Name and Version] 
portlet-bridge-tck-section3-2-lifecycle-set, v1.0.0 

[Exclude List Version] 
N/A 

[Test Name] 
lifecycleTest

[Complaint (argument for why test is invalid)] 

The src/main/webapp/WEB-INF/web.xml descriptor contains the following markup:

{code}
<context-param>
    <param-name>javax.portlet.faces.LIFECYCLE_ID</param-name>
    <param-value>TCKLifecycle</param-value>
</context-param>
{code}

But according to Sections 3.2 and 5.2.1 of the JSR 329 Spec, the param name should be {{javax.faces.LIFECYCLE_ID}} rather than {{javax.portlet.faces.LIFECYCLE_ID}}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira