I have custom ConstraintValidator classes that are Spring managed. In Icefaces 1.8.2, the backing bean was Spring injected an instance of javax.validation.Validator (org.springframework.validation.beanvalidation.LocalValidatorFactoryBean) and performing validation in the actions called by the JSF form. However, with IceFaces 2.0, when I submit a JSF form, IceFaces is creating an instance of the ConstraintValidator classes (using the no-arg constructor) to validate the form ...