I'm currently able to catch all exceptions with and a custom exception handler like described here:
JSF 2 Global exception handling, navigation to error page not happening
I'm making extensive use of CDI injection and wan't to call methods for email sending and error logging based on some database lookups. Everything is implemented in CDI Beans and I'm not able to call them within my exception handler. Do you know any way to accomplish calling them or are there any workarounds?