I forgot to specify that this desynchronization happens only the on the client side of GWT. On the server side, it looks like the proper version of validation-api is used. -- seb
2011/7/12 Sébastien Tromp <[email protected]> > Hello, > > I am currently trying to integrate the gwt-validation framework ( > http://code.google.com/p/gwt-validation) in my application. > > While debugging through javax.validation.Validation.byDefaultProvider(), I > see something puzzling: the line highlighted by the debugger (line 125) does > not correspond to anything useful in my source code (line 125 is just a > comment; the byDefaultProvider() method starts at line 131). > I have looked around the dependencies I have in my pom.xml (attached), and > the only reference to the validation-api is the one I set, to version > 1.0.0.GA. > Looking at the runtime classpath, the only references I see are to the > 1.0.0.GA version > > After a look at the various versions of javax.validation.Validation out > there, it looks like the only ones for which line 125 corresponds to the > beginning of the byDefaultProvider() method are the beta3 and beta4 version. > > Hence my question: do you know if anything related to GWT / GAE uses this > version of the validation-api? > > For information, everything is just fine (i.e. uses the 1.0.0.GA version) > when I run unit tests. > > Thanks for you help, > -- > seb > -- 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.
