A JSR 303 Bean Validator is (tentatively) initialized at "boot" time (when the requestFactoryServlet is instantiated, i.e. your webapp is deployed), irrespective of whether you'll use javax.validation or not. The "INFO" message is emitted using a java.util.logging logger, so you can configure (I don't know how, never tried it) your JVM to ignore it.
-- 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.
