On Jul 13, 5:41 pm, Thomas Broyer <[email protected]> wrote: > On Wednesday, July 13, 2011 5:28:34 PM UTC+2, David Chandler (Google) wrote: > > > Minor clarification: a validation impl like hibernate-validator is not > > required except for some configurations of Spring, in which case the > > presence of validation-api without a corresponding impl will cause server > > startup to fail. > > OK, so Spring is worse that I'd imagined ;-)
Don't use Spring either :) Thx to your hint I could streamline my pom.xml: I've removed the hibernate-validator; the "Unable to initialize a JSR 303 Bean Validator" 'error message' actually doesn't matter at all. Since I could remove hibernate-validator, I could also remove slf4j-log4j12 which was required by hibernate-validator. Also I've removed the validation-api although its sources are still required at runtime(?). -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]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
