We are using spring core + struts (without spring MVC)
Also, we are using spring bean validator with hibernate validator feature for realize the design by contract pattern.
As you know, these validations must be turned of when you deploy your application.
How is it possible to turn off the spring validation is applicationContext.xml?