|I believe that this is misinformation. JBoss's bundled transaction
|manager implements two phase commit, so using multiple XAResources in
|the same transaction should work fine.
|
|What it doesn't support is propagating the transaction context to other
|transaction managers, i.e. outside one JVM.
f any are going to use it,
marc
|-Original Message-
|From: [EMAIL PROTECTED]
|[mailto:[EMAIL PROTECTED]]On Behalf Of
|Crothers.Dean
|Sent: Thursday, March 29, 2001 9:19 PM
|To: [EMAIL PROTECTED]
|Subject: RE: [JBoss-user] JBoss questions...
|
|
|Filip,
|
|thanks for the explanation, even tho
[ apologies if this message appears more than once - mail client probs ]
On Thu, Mar 29, 2001 at 06:18:46PM -0800, Crothers.Dean wrote:
> Filip,
>
> thanks for the explanation, even though its not what I wanted to
> hear!!
>
> So I guess the issue now is when will JBoss support distributed
Hi,
I have no direct experience with a real XA driver, but I have been studying
the JCA code in jbosscx, set up my Firebird server to work with blackbox
adapter, and written another resource adapter.
My conclusion from reading the code is that... 2pc is different from
distributed transaction man
29, 2001 5:28 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] JBoss questions...
> You mentioned that 'true 2 phase commit' is not implemented in JBoss? The
> logging of the JBoss console at startup outputs:
>
> [SQLServerPool] Starting
> [SQL
> You mentioned that 'true 2 phase commit' is not implemented in JBoss? The
> logging of the JBoss console at startup outputs:
>
> [SQLServerPool] Starting
> [SQLServerPool] XA Connection pool SQLServerPool bound to
> java:/SQLServerPool
> [SQLServerPool] Started
Well. that is the jdbc driver tha
thanks again,
Dean
-Original Message-
From: Filip Hanik [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 29, 2001 2:29 PM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] JBoss questions...
> 1) when using BMP how do you return a database connection to the pool when
> your finished
> 1) when using BMP how do you return a database connection to the pool when
> your finished with it?
Connection.close();
>
> 2) can JBoss perform distributed transactions with SQL Server? If so, is
> there any information showing how to do this with BMP?
>
nope, true 2 phase commit is not impl