Skip to content

Instantly share code, notes, and snippets.

@marianogonzalez
Created August 28, 2015 19:21
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/c11ece36f4d8af6962aa to your computer and use it in GitHub Desktop.
Save marianogonzalez/c11ece36f4d8af6962aa to your computer and use it in GitHub Desktop.
<mule>
<spring:beans>
<spring:bean id="customValidator" class="com.myproject.CustomValidator" />
</spring:beans>
<flow name="customValidator">
<validation:custom-validator ref="customValidator" />
</flow>
</mule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment