I have ported a Swing applet to AJAX using the GWT. All development
and testing was executed using a Tomcat container and now is time
to deploy to our production environment which is a WebSphere
Application Server. I have created and loaded the EAR file into the
WebSphere Application Server, and can hit the WebSphere URL. The
problem I am having is that all of my Async callbacks are all returning
to the
onFailure() method. When I tail the WebSphere SystemErr.log file I see
output from System.err.println() statements I placed in the server-side
code
indicating that the calls completed successfully, but the output didn't
make
it to the client.
I presume this is a WebSphere configuration issue, does anyone have any
suggestions on what to do on the WebSphere side to enable the
callback data to make it to the client?
Thank you.
KFW
--Solution--
Upgrade to GWT 1.1.10
--Relevant Discussion--
http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/87f0b510c43c5195/515912584df62c8c?lnk=gst&q=websphere+&rnum=11#515912584df62c8c