Skip to content

Instantly share code, notes, and snippets.

@donatasnicequestion
Created May 1, 2012 15:48
Show Gist options
  • Save donatasnicequestion/2569022 to your computer and use it in GitHub Desktop.
Save donatasnicequestion/2569022 to your computer and use it in GitHub Desktop.
faces-config.xml with JSF2 exception handler factory configuration
<?xml version="1.0" encoding="windows-1252"?>
<faces-config version="2.0" xmlns="http://java.sun.com/xml/ns/javaee">
<factory>
<exception-handler-factory>com.nicequestion.donatas.adf.CustomExceptionHandlerFactory</exception-handler-factory>
</factory>
</faces-config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment