On Thursday, May 4, 2017 at 6:34:21 PM UTC+2, nikola wrote:
>
> Hi all,
>
> I tried to generate project from *dagger-guice-rf-activities *as 
> described here <https://github.com/tbroyer/gwt-maven-archetypes/> but 
> when I tried to run it I am getting this error. 
>
> Any idea what is happening ?
>
>
>
>
>
>
>
>
>
>
> INFO: Starting service Tomcat
>
> May 04, 2017 4:38:21 PM org.apache.catalina.core.StandardEngine 
> startInternal
>
> INFO: Starting Servlet Engine: Apache Tomcat/7.0.47
>
> May 04, 2017 4:38:23 PM com.google.web.bindery.requestfactory.server.
> ReflectiveServiceLayer <clinit>
>
> INFO: Unable to initialize a JSR 303 Bean Validator
>
> javax.validation.ValidationException: Unable to find a default provider
>

It's not an error, it's an information.

The archetype does not make use of JSR 303 Bean Validation, but 
RequestFactory looks for a validator anyway and emits this message.
You can configure logging (java.util.logging) to get rid of the message, or 
if you intend to use Hibernate Validator (is there any other JSR 303 
implementation out there?) then the message will go away as soon as you add 
the dependency. 

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to