Hi, I've run into a problem after migrating form GWT 1.7 to GWT 2.0.3

one of my rpc is failling in 2.0.3 and throwing this:


java.lang.AssertionError: Not enough methods, expecting 3 saw 2
    at
com.google.gwt.user.client.rpc.impl.SerializerBase.check(SerializerBase.java:
165)
    at
com.google.gwt.user.client.rpc.impl.SerializerBase.serialize(SerializerBase.java:
145)
    at .........

this is my rcp:

Service Method
public void asignarCuentas(List<Long> usuarios, HashMap<Long,String>
gestiones)

Async Service Method
public void asignarCuentas(List<Long> usuarios, HashMap<Long,String>
gestiones, AsyncCallback callback)

Service Implementation Method
public void asignarCuentas(List<Long> usuarios, HashMap<Long,String>
gestiones){
// some code
}

can anyone explain me what that assertion error means?

thanks



-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to