This has been fixed in the current trunk -Jake
On Thu, Sep 27, 2012 at 5:21 PM, Akshat Aranya <[email protected]> wrote: > Hi, > > I'm implementing a Java client and server with Thrift 0.8.0. I'm > observing that when a Thrift method has a non-void return value, the > exceptions that are declared to be thrown in the thrift definition are > never actually seen on the client. If I use a void return method, > then the exceptions get sent to the client. Is this how it's supposed > to be, or am I missing something? > > Thanks, > Akshat >
