Broken gwt-servlet.jar in the GWT 2.1 release

2010-10-29 Thread AlexG
Hi @ all, just if you´re wondering, why you get javax.validation - Errors, the gwt-servlet.jar file. I coppied the old one in the war/WEB-INF/lib directory and my Project is working again. So please fix this bug, Google. Greets Alex -- You received this message because you are subscribed to

Re: Broken gwt-servlet.jar in the GWT 2.1 release

2010-10-29 Thread John LaBanca
gwt-servlet.jar has a dependency on javax.validation, but we do not bundle it because it would break maven support. If you include gwt-servlet-deps.jar (included in the GWT distro) in your war/WEB-INF/lib/ directory, it should fix the errors. If by the old one you mean the gwt-servlet.jar from