Re: JavaHL: Exceptions in LogMessageCallback.singleMessage should abort the log immediately

2015-03-20 Thread Branko Čibej
16 maart 2015 17:30 >>>> To: dev@subversion.apache.org >>>> Subject: JavaHL: Exceptions in LogMessageCallback.singleMessage >>>> should abort >>>> the log immediately >>>> >>>> If e.g. a RuntimeException is thrown i

Re: JavaHL: Exceptions in LogMessageCallback.singleMessage should abort the log immediately

2015-03-20 Thread Branko Čibej
rsion.apache.org >>> Subject: JavaHL: Exceptions in LogMessageCallback.singleMessage >>> should abort >>> the log immediately >>> >>> If e.g. a RuntimeException is thrown in >>> LogMessageCallback#singleMessage, it's not processed

Re: JavaHL: Exceptions in LogMessageCallback.singleMessage should abort the log immediately

2015-03-20 Thread Marc Strapetz
On 16.03.2015 17:54, Bert Huijben wrote: -Original Message- From: Marc Strapetz [mailto:marc.strap...@syntevo.com] Sent: maandag 16 maart 2015 17:30 To: dev@subversion.apache.org Subject: JavaHL: Exceptions in LogMessageCallback.singleMessage should abort the log immediately If e.g

Re: JavaHL: Exceptions in LogMessageCallback.singleMessage should abort the log immediately

2015-03-16 Thread Marc Strapetz
ecked ProgressCancelledExceptions. -Marc On 16.03.2015 17:54, Bert Huijben wrote: -Original Message- From: Marc Strapetz [mailto:marc.strap...@syntevo.com] Sent: maandag 16 maart 2015 17:30 To: dev@subversion.apache.org Subject: JavaHL: Exceptions in LogMessageCallback.singleMessage should abor

RE: JavaHL: Exceptions in LogMessageCallback.singleMessage should abort the log immediately

2015-03-16 Thread Bert Huijben
> -Original Message- > From: Marc Strapetz [mailto:marc.strap...@syntevo.com] > Sent: maandag 16 maart 2015 17:30 > To: dev@subversion.apache.org > Subject: JavaHL: Exceptions in LogMessageCallback.singleMessage should abort > the log immediately > > If e.g. a Ru

JavaHL: Exceptions in LogMessageCallback.singleMessage should abort the log immediately

2015-03-16 Thread Marc Strapetz
If e.g. a RuntimeException is thrown in LogMessageCallback#singleMessage, it's not processed in LogMessageCallback::singleMessage and the log is continued nevertheless: (1) At line 77 in LogMessageCallback.cpp, there should be returned an appropriate error code. (2) After line 122, JNIUtil::