That didn't actually have new features in it, it was intended to help
locate the problem you were having.... which turned out to be in the
geronimo-connector jar, not the postgres wrapper.
We could still try to improve the postrgres wrapper :-) I think the
xa wrapper should be fine. Improving the local-tx wrapper would
require finding out what postres exceptions mean that the connection
is unusable and needs to be discarded. I didn't see any
documentation on this in a brief scan.
Alternatively if postrgres provides a ConnectionPoolDataSource that
ought to give notifications of fatal errors.
thanks
david jencks
On Feb 13, 2008, at 12:03 PM, Tomasz Mazan wrote:
The latest tranql connector for postgresql, that I'm aware of is
1.1 --
http://repository.codehaus.org/org/tranql/tranql-connector-
postgresql-xa/
Is there a later version, that's been released?
--kevan
Hi Kevan
Not exactly released, but made available by djencks last Friday,
when we noticed problems with geronimo-connector that didn't
recognized dead connections in db-pool. Do you remember?
I got 1.2-SNAPSHOT sent by djencks to my mailbox.
Beniamin