Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bean-validation

How do I apply AOP advice to a ConstraintValidator<A,T> in Spring?

Bean validation - stop validation on first error

java bean-validation

Hibernate Validation + Custom Constraint + java.lang.NullPointerException

Why must JSR303 custom annotation's constrain group default to empty array?

Custom class level bean validation constraint

How to validate RestTemplate response?

Using Spring's MessageSource for setting FieldError default messages

How can I apply a @NotNull constraint to all fields in a class using javax.validation?

How to disallow a digit repeating n times with a regular expression

regex bean-validation

Spring validator: having both annotation and validator implementation

Validating JAX-RS (Apache Wink) resources with JSR303?

JSR Bean Validation and multiple groups, AND vs OR

Using Spring's LocalValidatorFactoryBean with JSF

Spring JSR-303 bean validation not working, empty bindingresult

java spring bean-validation

ArquillianProxyException instead of ConstrainViolationException in JUnit @Test(expected)

JSF2 i18n bean validation messages

javax.validation: Receive an error 'No validator could be found for type:'

jaxb and jsr303

java jaxb bean-validation

Why <f:validateBean /> won't work?

jsf jsf-2 bean-validation

Inject Service in ConstraintValidator [Bean Validator - JSR 303] Spring