Subject Re: [Firebird-Java] Shut down the pool?
Author Roman Rokytskyy
> In this case, I guess the server rolls back the transactions, right? Or
> do they go to the limbo?

They get rolled back unless you used distributed transaction coordinator and
XADataSource. In that case it might happen that shutdown happens between
prepare and commit, then the transaction remains in limbo. JayBird 2.0
supports correct transaction recovery, JayBird 1.5.x - doesn't.

Roman