com.google.gwt.user.client.rpc.InvocationException

GWT Designer allows you to quickly create the modules, composites, panels, remote services and other elements that comprise Google Web Tookit applications.

Moderators: Konstantin.Scheglov, gnebling, Alexander.Mitin, jwren, Eric Clayberg

com.google.gwt.user.client.rpc.InvocationException

Postby burricall » Thu Aug 05, 2010 2:22 am

Hi folks.

I was programming my first GWT application. Now I have the following error message :

com.google.gwt.user.client.rpc.InvocationException:

The strange part is that after the colon no additional information about the error is mentioned.

Description:
1) From the client I call a rpc method
2) the rpc method calls a servlet (older code from another programm)
3) the servlets gets the data from an oracle database over pl/sql
4) the servlet returns the necessary datas
5) the rpc method ends and returns to the client function public void onFailure(Throwable caught) instead of public void onSuccess(Data newData)

Of course I made a remote debbuging of the servlet. Everything works fine.
Anyway when I take out the servlet call and just put some datas by myself in the Data class everything works fine.

I really have clue. I also checked the servers log. Nothing. Someone has an idea? :?

Greetings
Burricall
burricall
 
Posts: 1
Joined: Thu Aug 05, 2010 2:15 am

Re: com.google.gwt.user.client.rpc.InvocationException

Postby Eric Clayberg » Fri Aug 06, 2010 4:37 pm

I would recommend posting general GWT questions to Google's GWT Forum.

We would like to keep this forum focused on GWT Designer itself.
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA


Return to GWT Designer

Who is online

Users browsing this forum: No registered users and 1 guest

cron