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



-- 
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.

Reply via email to