Re: ClassNotFoundException: org.slf4j.LoggerFactory

2010-12-27 Thread David Chandler
I'm using the following set of dependencies with Hibernate validator successfully: dependency groupIdorg.slf4j/groupId artifactIdslf4j-api/artifactId version1.6.1/version /dependency

Re: ClassNotFoundException: org.slf4j.LoggerFactory

2010-12-27 Thread branni
Thanks, but now I've got another problem: com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: This application is out of date, please click the refresh button on your browser. ( Expecting version 5 from client, got 6. ) and I don't know what the problem with my remoteservice...

Re: ClassNotFoundException: org.slf4j.LoggerFactory

2010-12-26 Thread branni
I use this on serverside, in the client side I use the gwt-log. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to

ClassNotFoundException: org.slf4j.LoggerFactory

2010-12-25 Thread branni
Hi, I'd like to use hibernate with gwt and maven, but I get an exception this point: new Configuration().configure().buildSessionFactory(); -- Caused by: java.lang.ClassNotFoundException: org.slf4j.LoggerFactory at java.net.URLClassLoader$1.run(Unknown Source) at

Re: ClassNotFoundException: org.slf4j.LoggerFactory

2010-12-25 Thread zixzigma
1- is this line of code on your server side, or on the client ? new Configuration().configure().buildSessionFactory(); 2- are you using Log4J on the client or server ? you cannot use any of these in GWT, for logging on clientside, use this: