Hello,
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