Re: RPC call does not work after upgrading to Safari 5

2010-07-09 Thread Si_gee
Pleased to say I downloaded the 1.4.2 JDK and was able to recompile that class OK - just expanded the existing gwt-user.jar file, updated the source and recompiled (actually I let eclipse recompile) using the 1.4.2 java compiler. Then created new gwt-user.jar file. Just in case anyone else needs t

Re: RPC call does not work after upgrading to Safari 5

2010-07-09 Thread Si_gee
I don't suppose you have the patched version of the lib available, I would like to avoid downloading the whole gwt project and compiling again for this.. I tried tweaking the class in the Jar file, but that seems to end up with a java.lang.Error: Unresolved compilation problem: The construc

Re: RPC call does not work after upgrading to Safari 5

2010-06-29 Thread Roland
For GWT 1.4: gwt-user.jar, com.google.gwt.user.server.rpc.RemoteServiceServlet.java: private static String readPayloadAsUtf8(HttpServletRequest request) throws IOException, ServletException { ... String contentType = request.getContentType(); boolean contentTypeIsO

Re: RPC call does not work after upgrading to Safari 5

2010-06-23 Thread TBirch
After further research on the web and directing me to review my server's logs I believe my problem may be due to my app still being run as a gwt 1.4. If so, are there any options other than upgrading the app to a newer gwt version? Below is from my Tomcat server log: SEVERE: Exception while dispatc

RPC call does not work after upgrading to Safari 5

2010-06-22 Thread TBirch
I have a get app that has been working fine with Safari 4 for some time. It appears that my initial RPC call no longer works after upgrading today to Safari 5. The app works fine in Chrome, IE, and Firefox. I un-installed Safari 5 and re-installed version 4 and the app no longer works in that versi