Skip to content

Instantly share code, notes, and snippets.

@marianogonzalez
Created August 31, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marianogonzalez/9dfe0833f48b2c48ae75 to your computer and use it in GitHub Desktop.
Save marianogonzalez/9dfe0833f48b2c48ae75 to your computer and use it in GitHub Desktop.
<spring:beans>
<spring:bean id="customExceptionFactory" class="com.myproject.ExceptionFactory" />
</spring:beans>
<validation:config name="validation">
<validation:exception-factory ref="customExceptionFactory" />
</validation:config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment