Re: 2nd Try: MySQL and XA Support...
Posted by: Mark Matthews
Date: November 23, 2004 09:00AM

Andreas,

MySQL currently doesn't have XA support (it's coming in 5.0).

The reference to an XADataSource is for an earlier version of the JDBC driver which had an 'emulated' XA functionality, which was deemed more trouble to have available than it was worth, as there was no real way to ensure true two-phase commit.

Are you sure you actually _need_ XA? There's many cases where you don't, including integration with messaging products when you can use the same database for a persistent store for your message queue.

We'll make sure to remove the reference to the XADatasource in future versions of our documentation.

Options: ReplyQuote


Subject
Written By
Posted
Re: 2nd Try: MySQL and XA Support...
November 23, 2004 09:00AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.