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 the GWT 2.1 RC, that one includes javax.validation, which is how we found out about breaking maven projects. Thanks, John LaBanca [email protected] On Fri, Oct 29, 2010 at 5:02 AM, AlexG <[email protected] > wrote: > 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 the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
