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...

-- 
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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at com.google.gwt.dev.shell.jetty.JettyLauncher
$WebAppContextWithReload
$WebAppClassLoaderExtension.findClass(JettyLauncher.java:354)
at
org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:
366)
at
org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:
337)



The sl4f-jar is in my webapp/WEB-INF/lib folder

My maven dependencies:

dependency
groupIdorg.slf4j/groupId
artifactIdslf4j-simple/artifactId
version1.6.1/version
/dependency
dependency
groupIdorg.slf4j/groupId
artifactIdslf4j-log4j12/artifactId
version1.6.1/version
/dependency
dependency
groupIdorg.slf4j/groupId
artifactIdslf4j-api/artifactId
version1.6.1/version
/dependency
dependency
groupIdorg.slf4j/groupId
artifactIdjul-to-slf4j/artifactId
version1.6.1/version
/dependency

Any tips?

-- 
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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.