Re: BeanValidation JSR 303

2011-11-30 Thread F. Lancer
Hello, Fabricio. I try to use GWT validation (http://code.google.com/p/google-web- toolkit/wiki/BeanValidation , started from GWT 2.4.0). This package is in EXPERIMENTAL state but I suppose it will be released soon (1year). There are some troubles with usage (I still cannot use 2 validators per

JSR 303 (bean validation): build failed for two modules with own validators

2011-11-29 Thread F. Lancer
Hello, I have a lot of GWT modules in my application and each module has its own beans to be validated. I have created two validators in two modules according to template: module1: public final class Module1ValidatorFactory extends AbstractGwtValidatorFactory { @GwtValidation(value = {

Re: migrate GWT 2.1.1 to 2.2 error

2011-02-15 Thread F. Lancer
Hi, Brice. Try to add 'gwt-dev-2.2.0.jar' to your project and rebuild. pom.xml: dependency groupIdcom.google.gwt/groupId artifactIdgwt-dev/artifactId version2.2.0/version typejar/type scopecompile/scope /dependency You will have [WARNING] Don't declare