我在web.xml中定义了一个错误页面:
<error-page>
<exception-type>java.lang.RuntimeException</exception-type>
<location>/errorpage.xhtml</location>
</error-page>
<error-page>
<error-code>500</error-code>
<location>/errorpage.xhtml</location>
</error-page>
<error-page>
<exception-type>java.lang.Throwable</exception-type>
<location>/errorpage.xhtml</location>
</error-page>
但是没有重定向到errorpage.jsf。
我在日志文件中看到:
UT005023: Exception handling request to /calculation/secure/adminPaper.jsf:
这里的例外是例如
java.lang.RuntimeException: javax.transaction.RollbackException: ARJUNA016053: Could not commit transaction.
需要更多信息吗?
最好的问候
的Heiko