RequestFactoryServlet needs both javax.validation and org.json (and if you want to use bean validation, then you also need an implementation for javax.validation, such as Hibernate Validator). If you don't have a validator, you'll have a log record at startup that it cannot create a validator, but then it'll work OK (I believe it's more a warning for developers to give them a hint if they expect validation to work). Have a look at the pom.xml for the Expenses project, which contains the appropriate dependencies.
-- 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.
