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
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.