You need add javax.validation jar to your dependencies.

 <dependency>
                       <groupId>javax.validation</groupId>
                       <artifactId>validation-api</artifactId>
                       <version>1.0.0.GA <http://1.0.0.ga/></version>
                       <scope>provided</scope>
               </dependency>
               <dependency>
                       <groupId>javax.validation</groupId>
                       <artifactId>validation-api</artifactId>
                       <version>1.0.0.GA <http://1.0.0.ga/></version>
                       <classifier>sources</classifier>
                       <scope>provided</scope>
               </dependency>

2011/5/11 cruser <[email protected]>

> Thanks for the reply, I will give it a go. Do you know the reason why this
> breaks? Why does anything hibernate have anything to do with my GWT version,
> considering I am only sending POJOs across the wire. Client side there is
> nothing hibernate related.
>
> I will let you know what I find if I come across anything.
>
> Regards
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>

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

Reply via email to