No problem. BTW, I found out what needs to change in the DB2RDBMSAdapter for it to pick up this exception. The error code returned by DB2 is "-911" not "911". Just change the case statement and it picks it up. :-)
Warwick > -----Original Message----- > From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 15, 2004 10:54 AM > To: Slide Developers Mailing List > Subject: Re: New feature for internally repeating conflicting requests > > > On Wed, 15 Dec 2004 16:55:58 +0100, Oliver Zeigermann > <[EMAIL PROTECTED]> wrote: > > On Tue, 14 Dec 2004 17:52:02 -0800, Warwick Burrows > > <[EMAIL PROTECTED]> wrote: > > > And it would be great except that AbstractStore.java catches > > > "throwables" including Errors and is wrapping the Error inside a > > > ServiceAccessException which is then thrown back to LockMethod. > > > > Argh! You are right! I was only provoking to throw this > exception from > > the core. I'd say the problem is in AbstractStore, it > certainly should > > not catch errors... > > OK, fixed this, now Errors are passed through. Tested this > from the store level this time, could you confirm it works > for you as well. > > Thanks for pointed at it :) > > Oliver > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
