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?

> 
> 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

Reply via email to