Unit / Integration Testing the Bean Validation (JSR-303) : Adam Bien's Weblog
Hibernate Validator requires Expression Language dependency. Without the javax.el dependency you will get the following error:
Caused by: javax.validation.ValidationException: HV000183: Unable to load 'javax.el.ExpressionFactory'. Check that you have the EL dependencies on the classpath at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.(ResourceBundleMessageInterpolator.java:172) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.(ResourceBundleMessageInterpolator.java:118) Read full article from Unit / Integration Testing the Bean Validation (JSR-303) : Adam Bien's Weblog
No comments:
Post a Comment