On 5 déc, 06:13, ali <
a.akhava...@gmail.com> 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