Subject | Re: [Firebird-Java] setAutoCommit() throws Exception in JBIRD2.0 |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-09-09T05:46:29Z |
> I'm running my program under java1.5 with jaybird1.55 and FB 1.5.2 SS.Should not happen. Do you have a reproducable test case for this bug?
> I've changed autocommit mode to false whenever I use more than 1 open
> resultsets.
> Program still works with JBIRD1.55, but with JBIRD2.0 it throws the
> following Exception:
> "
> java.util.ConcurrentModificationException
> at
> ...
> At the first setAutoCommit(false) in my program.
>
> Is it me, or is it me?
Roman