Re: svn commit: r934048 - in /myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/jsp: FaceletsOnlyException.java JspViewDeclarationLanguage.java

2010-04-15 Thread Jakob Korherr
No I cannot, because then its message won't be displayed by the ExceptionHandler, because the ExceptionHandler extracts the Exception until it finds the first non-FacesException and then it handles this one. Thus if I would make it a FacesException, the message will be lost. This was the reason I

Re: svn commit: r934048 - in /myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/jsp: FaceletsOnlyException.java JspViewDeclarationLanguage.java

2010-04-15 Thread Matthias Wessendorf
with a delay of 13 hours, it made it. Some gave approval, I guess (it may ended up in the moderation queue) -M On Wed, Apr 14, 2010 at 8:09 PM, Jakob Korherr jak...@apache.org wrote: No I cannot, because then its message won't be displayed by the ExceptionHandler, because the ExceptionHandler

Re: svn commit: r934048 - in /myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/jsp: FaceletsOnlyException.java JspViewDeclarationLanguage.java

2010-04-14 Thread Matthias Wessendorf
public class FaceletsOnlyException extends Exception == can you make that extending FacesException ? -Matthias On Wed, Apr 14, 2010 at 7:48 PM, jak...@apache.org wrote: Author: jakobk Date: Wed Apr 14 17:48:28 2010 New Revision: 934048 URL: http://svn.apache.org/viewvc?rev=934048view=rev

Re: svn commit: r934048 - in /myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/jsp: FaceletsOnlyException.java JspViewDeclarationLanguage.java

2010-04-14 Thread Leonardo Uribe
2010/4/14 Matthias Wessendorf mat...@apache.org public class FaceletsOnlyException extends Exception == can you make that extending FacesException ? Yes, no problem. It is done. -Matthias On Wed, Apr 14, 2010 at 7:48 PM, jak...@apache.org wrote: Author: jakobk Date: Wed Apr 14

Re: svn commit: r934048 - in /myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/jsp: FaceletsOnlyException.java JspViewDeclarationLanguage.java

2010-04-14 Thread Jakob Korherr
WTF? Did anyone read my mail on that? It cannot be a FacesException, because then the message would be lost! 2010/4/14 Leonardo Uribe lu4...@gmail.com 2010/4/14 Matthias Wessendorf mat...@apache.org public class FaceletsOnlyException extends Exception == can you make that extending

Re: svn commit: r934048 - in /myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/jsp: FaceletsOnlyException.java JspViewDeclarationLanguage.java

2010-04-14 Thread Jakob Korherr
Forwarded my original mail to this topic since it obviously went wrong the first time. -- Forwarded message -- From: Jakob Korherr jak...@apache.org Date: 2010/4/14 Subject: Re: svn commit: r934048 - in /myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/jsp

Re: svn commit: r934048 - in /myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/jsp: FaceletsOnlyException.java JspViewDeclarationLanguage.java

2010-04-14 Thread Matthias Wessendorf
On Wed, Apr 14, 2010 at 10:09 PM, Jakob Korherr jakob.korh...@gmail.com wrote: WTF? no appropriate wording, here Did anyone read my mail on that? nope, where did you sent it ? It cannot be a FacesException, because then the message would be lost! that's fine, we can change that back to

Re: svn commit: r934048 - in /myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/jsp: FaceletsOnlyException.java JspViewDeclarationLanguage.java

2010-04-14 Thread Matthias Wessendorf
...@gmail.com wrote: Forwarded my original mail to this topic since it obviously went wrong the first time. -- Forwarded message -- From: Jakob Korherr jak...@apache.org Date: 2010/4/14 Subject: Re: svn commit: r934048 - in /myfaces/core/trunk/impl/src/main/java/org/apache