Shannon
> is there any support for 2-phase commits ?
Yes there is - but you'll have to do a little work to get it up and running
as there's not a lot of documentation on it right now. There's a little bit
of info at:
http://instantdb.enhydra.org/software/documentation/trans.html#XA-Transactio
ns
Have a look at the latest 3.21 release. It has a couple of files in
Examples/xatest called IdbXaDataSource and IdbXaConnection. Basically, you
have to download the org.enhydra.jdbc.standard part of the Enhydra CVS tree.
That provides the Enhydra standard extensions driver.
The IDB Connection class implements another interface called
org.enhydra.instantdb.jdbc.ConnectionExtensions. The above files use this
interface to access real 2-phase commits within InstantDB. The latest
RmiJdbc source also implements the ConnectionExtensions interface (although
it's commented out by default).
Regards
Pete
--
Peter Hearty peter.hearty@lutris.com
Lutris Technologies (UK) http://www.lutris.com
----- Original Message -----
From: "Shannon Kriel (B.Sc.IT Hons)" <sk@adam.rau.ac.za>
To: <instantDB@enhydra.org>
Sent: Tuesday, October 10, 2000 10:35 AM
Subject: InstantDB: 2 phase commits?
> Good day,
>
> is there any support for 2-phase commits ?
>
> Shannon
>
>
>
> --------------------------------------------------------------------------
---
> To unsubscribe from this mailing list, send email to majordomo@enhydra.org
> with the text "unsubscribe instantdb" in the body of the email.
> If you have other questions regarding this mailing list, send email to
> the list admin at owner-instantdb@enhydra.org.
>
-----------------------------------------------------------------------------
To unsubscribe from this mailing list, send email to majordomo@enhydra.org
with the text "unsubscribe instantdb" in the body of the email.
If you have other questions regarding this mailing list, send email to
the list admin at owner-instantdb@enhydra.org.
|