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

GWT Facebook problem

2010-11-19 Thread branni
Hi, We use fb:like tag to add facebook plugin to our webapp, but it isn't rendered on the server although in the localhost is works fine. I think the async methods delay the DOM loading and the facebook's parser doesn't find the fb:like tag. Do you know anything about it? Thanks, bran -- You

Re: Application works in devlopment mode but not in war file

2010-11-05 Thread branni
Yes, it is at the stack trace. Tip: Tipical difference between hosted mode and a deployed app the async methods problems. You'd like to use the result of the method before that return with the value. Sorry for my bad English... -- You received this message because you are subscribed to the