bean-validation
javax.validation.ValidationException: Unable to find default provider
I am currently working on Spring开发者_运维问答 MVC web app and trying to hook up validation using the @Valid annotation. When I fire up the application I\'m getting the following exception:[详细]
2023-01-20 21:47 分类:问答How to set check order for JSR303 bean validation
I use the JSR303 Bean Validation to check the form input. @NotBlank @Size(min = 4, max = 30) private String name;[详细]
2023-01-18 08:02 分类:问答Why session bean method throw EjbTransactionRolledbackException when RuntimeException was thrown
I am trying to per开发者_开发百科sist the entity with constraint validation, when invoke persist - there is constraint that thrown and the caller get EjbTransactionRolledbackException...[详细]
2023-01-18 01:47 分类:问答nested Annotation List in Scala
Help, how do i do stuff like the following in Scala? import org.hibernate.validator.constraints.ScriptAssert[详细]
2023-01-17 23:37 分类:问答Validating Integer using JSR303
I decided to use JSR303 to validate my forms in Spring 3.0 MVC application. When I try to check @NotEmpty on Integer variable I have exception:[详细]
2023-01-17 12:33 分类:问答How can I apply a @NotNull constraint to all fields in a class using javax.validation?
I\'m using the hibernate implementation of the javax.validation and would like to know how whether anyone has been able to apply the @NotNull constraint an开发者_如何学Pythonnotation to all fields of[详细]
2023-01-15 18:12 分类:问答Stop Hibernate from creating not-null constraints
Is there a way to stop Hibernate from creating not-null constraints for properties annotated with开发者_开发百科 @javax.validation.constraints.NotNull when using hbm2ddl = create?From the documentatio[详细]
2023-01-15 17:23 分类:问答JSF/Hibernate NotBlank validation
I have a simple JSF+RichFaces form with some fields and obviously a backing bean to store them. In that bean all the necessary proper开发者_StackOverflow中文版ties have validation annotations (jsr303/[详细]
2023-01-08 03:20 分类:问答Spring + App Engine + JSR303
I am new to Spring and having issues with JSR303 Validation. The problem appears to be with the <mvc:annotation-driven/> tag in spring-servlet.xml.[详细]
2023-01-06 19:26 分类:问答"Dynamic" java validation framework?
AFAIK JSR-303 is the standard bean validation system. I don\'t know whether it could do validations like this (I guess no):[详细]
2022-12-31 08:13 分类:问答
加载中,请稍侯......