Subject RE: [Firebird-Java] Can't destroy managed connection with active transaction
Author Robert (Jamie) Munro
Yes, that would be fine.

> -----Original Message-----
> From: Ken Richard [mailto:kenr@...]
>
> Built with JDK 1.4 ok?


> -----Original Message-----
> From: Robert (Jamie) Munro [mailto:rjmunro@...]
>
>
> > -----Original Message-----
> > From: Ken Richard [mailto:kenr@...]
> >
> > There is probably something wrong with the current state of your
> > connection, but the driver is losing track of the original exception
> > because another exception occurred when cleaning up after the first
> > exception.
> >
> > Do you have the source code? The easiest to get the exception would
> be
> > to add a ge.printStackTrace(System.out) to the checkFatal function
> > indicated below. The original exception will probably explain what is
> > going on.
>
> It's kind of weird that it tries to check stuff out of CVS when I build
> it.
> Shouldn't it be using something like maven to do things like that,
> rather
> than just ant?
>
> The CVS checkout failed, but ANT doesn't want to retry it, even though
> the
> files are not there. How can I fix this?
>
> Alternatively, could someone build me a firebirdsql.jar with the
> suggested
> modification?
>
> Thanks,
>
> Robert Munro
>