On 5 déc, 06:13, ali <[email protected]> wrote: > I am using JDO with RequestFactory and here's what happens when I run > GWT in the development mode. Is there a jar file I'm missing that > needs to be added as the implementation of the JSR 303 > ValidatorFActory ?
RequestFactory depends on org.json.* and javax.validation.*. If you're using Maven, add the appropriate dependencies (have a look at the Expenses sample's pom.xml). Otherwise, you can just add gwt-servlet- deps.jar to your WEB-INF/lib in addition to gwt-servlet.jar -- 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.
