Thursday, June 30, 2011

Re: Help with building GWT from source - javax.validation.ConstraintValidation cannot be resolved



On Thu, Jun 30, 2011 at 7:09 AM, Eugen Paraschiv <hanriseldon@gmail.com> wrote:
Adding the validation-api to the classpath now results in
javax.validation.ValidationException: Unable to find a default provider
I do have gwt-servlet on the classpath as well, but it seems that without something like hibernate-validator (which is a provider), it doesn't find one.
Any thoughts on this?

Correct you need hibernate-validator in your class path to generate Client Side validators. 

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment