Re: async service implementation and runtime exceptions

2011-08-25 Thread Simon Laws
Hi Greg Good questions. Had some discussion with Mike about this off-line. I'm sure he'll pitch in. My 2c. On Wed, Aug 24, 2011 at 10:02 PM, Greg Dritschler wrote: > I have a couple of questions about how to handle runtime exceptions from an > asynchronous service implementation. > 1)  Can the s

async service implementation and runtime exceptions

2011-08-24 Thread Greg Dritschler
I have a couple of questions about how to handle runtime exceptions from an asynchronous service implementation. 1) Can the service implementation use ResponseDispatch.sendFault() to send ANY Throwable, or only one of the exceptions declared using @AsyncFault? If the former, I think there may be