You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Martin Marinschek (JIRA)" <de...@myfaces.apache.org> on 2007/08/12 15:01:43 UTC

[jira] Resolved: (MYFACES-1702) Error Handling & FileNotFoundException

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

Martin Marinschek resolved MYFACES-1702.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.1-SNAPSHOT
         Assignee: Martin Marinschek

Sigh, yes, I messed that up. Thanks Bernhard!

regards,

Martin

> Error Handling & FileNotFoundException
> --------------------------------------
>
>                 Key: MYFACES-1702
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1702
>             Project: MyFaces Core
>          Issue Type: Bug
>    Affects Versions: 1.2.1-SNAPSHOT
>            Reporter: Bernhard Huemer
>            Assignee: Martin Marinschek
>             Fix For: 1.2.1-SNAPSHOT
>
>         Attachments: error-handling-demo.zip
>
>
> This Facelets-Error-Handler works fine when using MyFaces 1.1.6, but a I guess a bug has been introduced while porting this code to MyFaces 1.2.1. Currently, while setting up the HTML code to display the exception a FileNotFoundException will be thrown because of a missing resource: META-INF/rsc/facelet-dev-error.xml. This behaviour is quite reasonable as the directory structure somehow has changed. There is no directory called META-INF (http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1/api/src/main/resources/). Therefore this bug is quite easy to fix as you just have to fix the directory structure. I'll attach a sample web application reproducing this error.

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