Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bean-validation

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

How to autowire service in ConstraintValidator

When to use Bean Validation vs a customized validation framework?

When JodaTime v. 2.5 library included into WAR file deployment fails

Register new constraint validator for standard bean validation annotation

How to handle Resource validation in REST webservices?

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