You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Christoph Ebner (JIRA)" <de...@myfaces.apache.org> on 2007/04/24 18:52:15 UTC

[jira] Commented: (MYFACES-1222) JSR-252 Issue #51: Allow implementations to check for the presence of a servlet-class definition in a web app deployment descriptor as a means to abort the configuration and save startup time.

    [ https://issues.apache.org/jira/browse/MYFACES-1222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491359 ] 

Christoph Ebner commented on MYFACES-1222:
------------------------------------------

The DefaultFacesInitializerTest isn't practicable anymore. The ServletContext-Mock won't return its WebXml instance, so DefaultFacesInitializer will stop initializing. 
I've created a new patch, that avoids the NPE, if no WebXml is present, but the test will still fail!

> JSR-252 Issue #51: Allow implementations to check for the presence of a servlet-class definition in a web app deployment descriptor as a means to abort the configuration and save startup time.
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MYFACES-1222
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1222
>             Project: MyFaces Core
>          Issue Type: Improvement
>          Components: JSR-252
>            Reporter: Stan Silvert
>         Assigned To: Christoph Ebner
>             Fix For: 1.2.0-SNAPSHOT
>
>         Attachments: myfaces_1222.patch, myfaces_1222_NEW.patch
>
>
> Clarify the specification with respect to "Application Startup Behavior".  Allow implementations to check for the presence of a servlet-class definition in a web app deployment descriptor as a means to abort the configuration and save startup time.
> See https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=51

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