Hi All,

I tried to deploy my application to tomcat web server. But I couldn't
make it work. It seems that the Tom Cat server cannot dynamically
generated some wrapper class for SOAP.

When I run it in hosted mode, everything works. It can dynamically
create request wrapper Class
2011-04-19 13:35:31.437 java[664:a07] [Java CocoaComponent
compatibility mode]: Enabled
2011-04-19 13:35:31.438 java[664:a07] [Java CocoaComponent
compatibility mode]: Setting timeout for SWT to 0.100000
Apr 19, 2011 1:35:46 PM com.sun.xml.internal.ws.model.RuntimeModeler
getRequestWrapperClass
INFO: Dynamically creating request wrapper Class
com.rovicorp.snr.server.ws.jaxws.GetServiceList

While on tom-cat web server, I got exception:
SEVERE: Exception while dispatching incoming RPC call
com.google.gwt.user.server.rpc.UnexpectedException: Service method
'public abstract java.util.ArrayList
com.rovi.snr.ctt.client.RRSService.getServiceId(java.lang.String)'
threw an unexpected exception:
com.sun.xml.internal.ws.model.RuntimeModelerException: runtime modeler
error: Wrapper class com.rovicorp.snr.server.ws.jaxws.GetResults is
not found. Have you run APT to generate them?

It seemed that the application cannot generate the wrapper classes....

Anyone see the similar problem before?  Thanks

Xing

-- 
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-toolkit@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