I am adding GWT to an existing JSF application. However I have a
problem if JSF jars exist on my classpath when I run/debug a GWT
module.
If the JSF jars exist I get an error displayed in the hosted mode
console, but it will continue to run. However if I click on the
Refresh button I get the following:
type Exception report
message
description The server encountered an internal error () that prevented
it from fulfilling this request.
exception
java.lang.NullPointerException
com.sun.faces.application.WebappLifecycleListener.syncSessionScopedBeans
(WebappLifecycleListener.java:312)
com.sun.faces.application.WebappLifecycleListener.requestDestroyed
(WebappLifecycleListener.java:87)
com.sun.faces.config.ConfigureListener.requestDestroyed
(ConfigureListener.java:240)
org.apache.catalina.valves.ErrorReportValve.invoke
(ErrorReportValve.java:118)
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:
160)
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:
799)
org.apache.coyote.http11.Http11Protocol
$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:
577)
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run
(ThreadPool.java:683)
java.lang.Thread.run(Thread.java:595)
note The full stack trace of the root cause is available in the Apache
Tomcat/5.0.28 logs.
Running in non-hosted mode does not work at all with JSF jars in my
classpath.
What can I do to make GWT and JSF coexist?
-Dave
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---