Subject | Re: JDBC driver which implements XADataSource? |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-09-08T08:27:57Z |
> Where is the class? I can see that there's a JCA structure, but IXADataSource is not yet implemented. You can try to do this yourself,
> don't know how to make that fit what I need. Does JayBird support XA?
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.
Best regards,
Roman Rokyskyy