Thank You for pointing out that 
InProcessRequestTransport is in fact synchronous.

your other suggestion on how to make it work with GWTTestCase
do you mean something like below ? 
having a second request placed within the first request ?
this guarantees synchronicity ?

Thank You

 request.persist().using(newEmployee)fire.(new Receiver(){
  @Override
    public void onSuccess(Void arg0){
        // Now within this onSuccess message,
        // fire a find request ?
        //request.employeeRequest().find(...) ?
    }
});

-- 
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-toolkit@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