Re: File download from a GWT Service: "java.lang.RuntimeException: Unable to report failure"

2010-06-02 Thread Sripathi Krishnan
> > public class MyServiceImpl extends RemoteServiceServlet implements > MyService The above line is wrong. It should NOT extend RemoteServiceServlet. Just extend the regular HttpServlet and it should work. --Sri On 3 June 2010 00:59, J-Pro wrote: > Hello, dear GWT gurus! > > I'm trying to s

File download from a GWT Service: "java.lang.RuntimeException: Unable to report failure"

2010-06-02 Thread J-Pro
Hello, dear GWT gurus! I'm trying to send a String to the client as a file after user presses a button. After searching I've found and doing it this way: http://codepad.org/kbZ8Cp2V But when I run it in GWT DEV mode, I'm getting this exception: "java.lang.RuntimeException: Unable to report failur