Subject | Re: firebird V1.5.0.xx and JDBC |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-03-03T23:01:14Z |
Hi,
JDBC driver) is inherently XA-enabled due to native JCA support.
Managed connections implement XAResource interface from JTA specs and
can participate in distributed transactions. But again, this is
available only if you use JCA framework
(org.firebirdsql.jca.FBManagerConnectionFactory class).
Best regards,
Roman Rokytskyy
> "Version 1.5 of the Firebird database, and the accompanying XA-We do not have XADataSource implementation yet. However, JayBird (our
> compliant JDBC drivers, have been released..."
>
> Are these XA-compliant JDBC drivers the beta version of JayBird?
> or something else.
JDBC driver) is inherently XA-enabled due to native JCA support.
Managed connections implement XAResource interface from JTA specs and
can participate in distributed transactions. But again, this is
available only if you use JCA framework
(org.firebirdsql.jca.FBManagerConnectionFactory class).
Best regards,
Roman Rokytskyy