0 Replies Latest reply on Jan 27, 2003 5:54 AM by vmaverick

    How does tx service handle non-XA JDBC drivers?

    vmaverick

      I'm looking for a pointer into the source code. Non-XA JDBC drivers don't expose a separate prepare() hook for the two-phase commit protocol. I understand in an abstract way how a two-phase transaction coordinator can manage one such driver (plus any number of two-phase-capable XAResource implementations), but I'd like to read the code to understand how JBoss handles this specifically. I'd appreciate even the name of the relevant package....

      Vance