Hi ... I have an RPC that is working fine in host mode but fails in web mode and I don't know what to do to troubleshoot it. On the client, I get a message box that says "Failure: com.google.gwt.user.client.rpc.StatusCodeException: The call failed on the server; see server log for details".
A few questions: 1) What log would it be referring to?? 2) How does one debug server-side code running under Tomcat?? Is Eclipse any help here?? 3) In fact, there's something failing in the server-side code being called by the RPC. If I comment out the guts of this function, I get a clean return, but no work done. I conclude that some horrible exception is occurring in the server-side code ... something that evades even an Exception try/catch handler. The problem appears to be in a CXF call to a web service. Could there be something terribly abusive inflicted on me from CXF?? Thanks for the help ! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
