Re: getting exceptions from the server to client in ROP

2007-07-16 Thread Andrus Adamchik
On Jul 16, 2007, at 8:16 AM, Marek Wawrzyczny wrote: Could another option be to provide server side hooks at the point where a CRE is propagated to the client which allows the programmer to report the exception server side? This way, an exception can be send to the client as it is being sen

Re: getting exceptions from the server to client in ROP

2007-07-15 Thread Marek Wawrzyczny
On Sun, 15 Jul 2007 06:43:53 Andrus Adamchik wrote: > On Jul 13, 2007, at 4:56 AM, Aristedes Maniatis wrote: > > 1. It isn't our problem. The bug in Derby is going away and Hessian > > is working around it too. Leave it as it is and put some notes in > > the docs for people who don't use Hessian. T

Re: getting exceptions from the server to client in ROP

2007-07-14 Thread Andrus Adamchik
On Jul 13, 2007, at 4:56 AM, Aristedes Maniatis wrote: 1. It isn't our problem. The bug in Derby is going away and Hessian is working around it too. Leave it as it is and put some notes in the docs for people who don't use Hessian. The nice thing is that we can get real exception data onto

getting exceptions from the server to client in ROP

2007-07-12 Thread Aristedes Maniatis
In ROP, we only get CayenneRuntimeExceptions (CRE) returned to the client. This hides much of the cause of the original problem from a user debugging problems at the client end since the stack trace of the original exception is lost and all you get are the details of the CRE itself thrown b