GWT 2.3.0 + gwt-maven-plugin 2.3.0 tests generate errors

2011-07-06 Thread Eborix13
Hi, I've installed GWT 2.3.0 and I've implemented the StockWatcher sample program. All went fine until I got to the testing part. I have a simple test, one method that does assertTrue(true). When I run it I get a bunch of errors: 1) if I run the tests using maven I get:

Re: GWT 2.3.0 + gwt-maven-plugin 2.3.0 tests generate errors

2011-07-06 Thread David Chandler
To resolve the GWT errors regarding ConstraintValidation, be sure to add validation-api as a dependency in your POM. This was an oversight in the GWT 2.3 maven push and will be addressed in 2.4. /dmc On Wed, Jul 6, 2011 at 5:15 AM, Eborix13 ebori...@gmail.com wrote: Hi, I've installed GWT