Re: GWT and BV/javax.validation 1.1

2014-08-20 Thread Ted Gulesserian
I had to upgrade to JPA 2.1 today to be able to use this feature: http://dreamand.me/java/java-jee7-jpa-stored-procedure-example/ It also required upgrading Hibernate. In the process I ran into the same issue that Jörg ran into. My solution was to hold back hibernate-validator to 4.2.0 as my

Re: GWT and BV/javax.validation 1.1

2014-08-20 Thread Thomas Broyer
On Wednesday, August 20, 2014 2:32:54 PM UTC+2, Ted Gulesserian wrote: I had to upgrade to JPA 2.1 today to be able to use this feature: http://dreamand.me/java/java-jee7-jpa-stored-procedure-example/ It also required upgrading Hibernate. In the process I ran into the same issue that

Re: GWT and BV/javax.validation 1.1

2014-04-26 Thread joerg.hohwil...@googlemail.com
Hi, Thanks for your resonses. Am Freitag, 25. April 2014 11:07:38 UTC+2 schrieb Thomas Broyer: are there any plans to support more recent versions of BV in GWT? No one is currently maintaining Validation:

Re: GWT and BV/javax.validation 1.1

2014-04-26 Thread Thomas Broyer
On Saturday, April 26, 2014 12:00:33 PM UTC+2, joerg.h...@googlemail.com wrote: Hi, Thanks for your resonses. Am Freitag, 25. April 2014 11:07:38 UTC+2 schrieb Thomas Broyer: are there any plans to support more recent versions of BV in GWT? No one is currently maintaining

Re: GWT and BV/javax.validation 1.1

2014-04-25 Thread Thomas Broyer
On Thursday, April 24, 2014 11:52:19 PM UTC+2, joerg.h...@googlemail.com wrote: Hi there, I had to upgrade BV on the server side. Now my GWT client fails: [ERROR] [mmm] - Line 43: No source code is available for type javax.validation.ParameterNameProvider; did you forget

GWT and BV/javax.validation 1.1

2014-04-24 Thread joerg.hohwil...@googlemail.com
Hi there, I had to upgrade BV on the server side. Now my GWT client fails: [ERROR] [mmm] - Line 43: No source code is available for type javax.validation.ParameterNameProvider; did you forget to inherit a required module? ... [ERROR] [mmm] - Unable to find type

Re: GWT and BV/javax.validation 1.1

2014-04-24 Thread 'Nick Chalko ncha...@google.com' via Google Web Toolkit
I am the original author of the GWT validation implementation, but I have no plans to upgrade it. I can't speak for the GWT team (which I am not part of). I am however happy to to review code. (aka patches welcome). On Thu, Apr 24, 2014 at 2:52 PM, joerg.hohwil...@googlemail.com