I am using Guice and I have the same issue
I try to create a project with remote servelets (http://
www.insideit.fr/post/2009/02/19/Integration-de-Guice-avec-les-RemoteServiceServlet-de-GWT)

[WARN] Server class
'com.google.inject.servlet.GuiceServletContextListener' could not be
found in the web app, but was found on the system classpath
   [WARN] Adding classpath entry 'file:/C:/Documents%20and%20Settings/
coutino/Mes%20documents/T%c3%a9l%c3%a9chargements/guice-2.0-src/
servlet/build/guice-servlet-2.0.jar' to the web app classpath for this
session
   For additional info see: file:/C:/eclipse/plugins/
com.google.gwt.eclipse.sdkbundle.2.0.3_2.0.3.v201002191036/gwt-2.0.3/
doc/helpInfo/webAppClassPath.html
[WARN] Server class 'com.google.inject.Injector' could not be found in
the web app, but was found on the system classpath
   [WARN] Adding classpath entry 'file:/C:/Documents%20and%20Settings/
coutino/Mes%20documents/T%c3%a9l%c3%a9chargements/guice-2.0-
no_aop.jar' to the web app classpath for this session
   For additional info see: file:/C:/eclipse/plugins/
com.google.gwt.eclipse.sdkbundle.2.0.3_2.0.3.v201002191036/gwt-2.0.3/
doc/helpInfo/webAppClassPath.html
Starting Jetty on port 0
   [WARN] failed com.google.gwt.dev.shell.jetty.JettyLauncher
$webappcontextwithrel...@8e32e7{/,C:\Documents and Settings\coutino
\workspace\GuiceGWTExample\war}
java.lang.AssertionError: java.lang.IllegalAccessException: Class
com.google.inject.DefaultConstructionProxyFactory$1 can not access a
member of class com.google.inject.servlet.ManagedServletPipeline with
modifiers "public"

I tried to move .jar in war/lib but I still have an error :

Server class 'com.google.inject.servlet.GuiceServletContextListener'
could not be found in the web app, but was found on the system
classpath

Thanks

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

Reply via email to