GWT Bean Validation + Hibernate Validator version?

2012-09-17 Thread Chris Lercher
What is the officially supported Hibernate Validator versionhttp://repository.jboss.org/nexus/content/groups/public-jboss/org/hibernate/hibernate-validator/that should be used in conjunction with GWT JSR 303 Bean Validationhttp://code.google.com/p/google-web-toolkit/wiki/BeanValidation?

Re: GWT Bean Validation + Hibernate Validator version?

2012-09-17 Thread Thomas Broyer
This has actually been reported a few days ago: http://code.google.com/p/google-web-toolkit/issues/detail?id=7661, and in the comments on the wiki page. GWT is built against 4.1.0 Final and depends on Hibernate Validator internals (NodeImpl, PathImpl implementations, etc.), so I'd suggest you

Re: GWT Bean Validation + Hibernate Validator version?

2012-09-17 Thread Chris Lercher
Ok, thanks. On Monday, September 17, 2012 3:34:48 PM UTC+2, Thomas Broyer wrote: This has actually been reported a few days ago: http://code.google.com/p/google-web-toolkit/issues/detail?id=7661, and in the comments on the wiki page. GWT is built against 4.1.0 Final and depends on

Re: GWT Bean Validation + Hibernate Validator version?

2012-09-17 Thread Jens
Should GWT 2.5 SDK then bundle Hibernate Validator 4.1.0 if it depends on that specific (older) implementation? Or at least mention it somewhere in the docs that Hibernate 4.1.0 is the way to go? -- J. Am Montag, 17. September 2012 15:54:20 UTC+2 schrieb Chris Lercher: Ok, thanks. On