Subject Re: [Firebird-Java] Re: JDBC driver which implements XADataSource?
Author Luca Lafranchi
Hi :)

You probably are browsing the false directory: the pool code is in
src/pool, not src/main.

Here you go
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/firebird/client-java/src/pool/org/firebirdsql/pool/

Ciao
Luca

Will Sargent wrote:

>
> I don't see an FBConnectionPoolDataSource class in the CVS tree (though
> I'm browsing the CVS trunk through HTML, since pserver itself seems to
> be down right now.) Do you mean FBDataSource?
>
> I don't see an FBPooledConnection class, or an XAConnection interface
> either... Are you talking about FBManagedConnection, implementing
> XAResource?
>
> When you say "almost everything is there", does this mean a complete
> newbie without any deep knowledge of XA could implement it?
>
> Will.