Hello Hyrum, On Mon, 22 Aug 2011 09:56:19 -0500, Hyrum K Wright <hyrum.wri...@wandisco.com> wrote: > Can you post a patch wherein you add your testcase to the JavaHL > testsuite on trunk? I'm happy to look into the problem, and having > that testcase in an easily digestible format would be useful. > > -Hyrum > > On Mon, Aug 22, 2011 at 3:33 AM, Martin Kutter <martin.kut...@fen-net.de> > wrote: >> Hi, >> >> I think there's a bug in JavaHL, which ignores post-commit error messages >> and does not transmit it to the caller (neither directly, nor, via the >> notify2 API). >>
Can do. But I'd like to be sure first that my assumed behavior is correct. My current test assumes the following expected behavior: - a commit with a post-commit error passes without exception - in the notification passed to the client via the notify2 callback, the field ErrMsg is set and contains the post-commit error messages. Is this correct and complete? Martin