On 2002.06.18 17:57:18 -0400 [EMAIL PROTECTED] wrote:
> On Mon, Jun 17, 2002 at 11:07:37PM -0400, David Jencks wrote:
> > You are using a local transaction adapter, probably a non xa database,
> in a
> > transaction with more than one resource adapter (jms message + database
> > work most likely).  This does not give you ACID transactions.  If
> something
> > crashes in the middle of commit you will have unrecoverable state.  To
> > avoid this use xa resource adapters only (probably an xa driver to your
> > db).
> Does someone know if such driver exists for Postgresql database? Mysql?

beware, at least some of these drivers provide an XADataSource wrapper that
has no real xa functionality.  I think this was mysql that I saw this in. 
As I recall I haven't looked at Postgres.

Firebird and the jca-jdbc driver does have real xa functionality, it is the
only free open source db I know of that does.

david jencks
> 
> > 
> > david jencks
> > 
> > On 2002.06.17 20:02:33 -0400 Daniel Santos wrote:
> > > Hello all!
> > > 
> > > I have the following scenario :
> > > 
> > > - have an MDB that dequeues messages and calls a session bean through
> a
> > > remote interface
> > > - have a session bean that creates an entity bean that has relations
> to
> > > other existing entities.
> > > 
> > > The session bean is exposed trough a remote interface to the MDB. The
> > > session bean creates and manipulates the entities through local
> > > interfaces.
> > > 
> > > On each call to the session bean from the MDB I get the following
> message
> > > :
> > > 
> > > WARN [LocalTxConnectionManager$LocalConnectionEventListener] prepare
> > > called
> > > on a local tx. You are not getting the semantics you expect!
> > > 
> > > Forgive me for my ignorance, but can anyone tell me what I'm doing
> wrong
> > > ?
> > > 
> > > I'm running Jboss 3.0.0 on a win 2000 machine with sun's JDK 1.3.1
> > > 
> > > 
> > > Many thanks
> > > Daniel Santos
> > > 
> > > 
> > > ----------------------------------------------------------------------------
> > >                    Bringing you mounds of caffeinated joy
> > >                       >>>     http://thinkgeek.com/sf    <<<
> > > 
> > > _______________________________________________
> > > JBoss-user mailing list
> > > [EMAIL PROTECTED]
> > > https://lists.sourceforge.net/lists/listinfo/jboss-user
> > > 
> > > 
> > 
> > ----------------------------------------------------------------------------
> >                    Bringing you mounds of caffeinated joy
> >                       >>>     http://thinkgeek.com/sf    <<<
> > 
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> -- 
> MVH
> Marius Kotsbak
> Boost communications AS
> 
> ----------------------------------------------------------------------------
>                    Bringing you mounds of caffeinated joy
>                    >>>     http://thinkgeek.com/sf    <<<
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 

----------------------------------------------------------------------------
                   Bringing you mounds of caffeinated joy
                   >>>     http://thinkgeek.com/sf    <<<

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to