Keith Turner created THRIFT-1658:
------------------------------------

             Summary: Java thrift server is not throwing TApplicationException
                 Key: THRIFT-1658
                 URL: https://issues.apache.org/jira/browse/THRIFT-1658
             Project: Thrift
          Issue Type: Bug
    Affects Versions: 0.8, 0.7
            Reporter: Keith Turner


When using thrift to communicate between Java clients and servers, I am no 
longer seeing TApplicationExceptions when an unexpected exception is thrown on 
the servers side.

Thrift 0.6 works, but thrift 0.8 does not.  Looking at the Processor code 
generated by 0.6 it catches Throwable and returns a TApplication exception to 
the client.  The Processor code generated by 0.8 does not do this.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to