Hi,
Thank you for the quote.


<quote snipped>
 
> By the way, does anyone know what is the best free
> database that supports XA (w/jdbc driver)?  (I love
> postgres, but the jdbc driver doesn't have XA support
> (among other things), I don't even know if postgres
> the database has it).  Is interbase (the free and
> gratis version) it?
> 


Interbase has supported 2pc since the 80's, in fact may have been the first
db to support it (they also invented blobs, original meaning as in "blob
that ate cincinnatti", binary large object was a marketers invention).  The
semantics are a little different from what xa likes, but this can be worked
around.


Interclient from borland or firebird does not support xa, and suffers from
ridiculous architecture. It is not worth trying to add xa to it, imho.

 I am working on a pure java jca/jdbc-like resource adapter for firebird
dialect 3 databases that does support xa.  According to my unit tests, the
xa stuff works fine except for recovery ( not yet implemented) and queries
seem to work fine.  I'm about to see if I can package it up as a rar and
use it with jboss.  

david jencks

> Hope this helps to the discussion on Isolation levels,
> 
> 
> Thanks, CC
> 
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail
> http://personal.mail.yahoo.com/
> 
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-development
> 


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to