Subject Re: JDBC driver which implements XADataSource?
Author Lukasz
--- In Firebird-Java@yahoogroups.com, "Roman Rokytskyy"
<rrokytskyy@a...> wrote:
> > Where is the class? I can see that there's a JCA structure, but I
> > don't know how to make that fit what I need. Does JayBird
support XA?
>
> XADataSource is not yet implemented. You can try to do this
yourself,
> there's almost everything ready there:
>
> client-java/src/pool/org/firebirdsql/pool/*.java
>
> You would have to implement XADataSource interface in the
> FBConnectionPoolDataSource.java (note, FBPooledConnection already
> implements XAConnection interface).
>
> If you do not want to do this, you have to figure out how to use JCA
> with ATG Dynamo.

I'm seriously thinking about implementing the XADataSource interface
in Jaybird because I need it in my application. Is there anything
else to it? Any pitfalls you could warn me about?