RE: [JBoss-user] JBoss questions...

2001-03-30 Thread marc fleury
|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.

RE: [JBoss-user] JBoss questions...

2001-03-30 Thread marc fleury
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

Re: [JBoss-user] JBoss questions...

2001-03-30 Thread Toby Allsopp
[ 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

RE: [JBoss-user] JBoss questions...

2001-03-29 Thread David Jencks
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

RE: [JBoss-user] JBoss questions...

2001-03-29 Thread Crothers.Dean
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

RE: [JBoss-user] JBoss questions...

2001-03-29 Thread Filip Hanik
> 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

RE: [JBoss-user] JBoss questions...

2001-03-29 Thread Crothers.Dean
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

RE: [JBoss-user] JBoss questions...

2001-03-29 Thread Filip Hanik
> 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