RE: EntityBean Events inside tx.

2001-04-09 Thread ramiro
cc: Sent by: Subject: RE: EntityBean Events inside tx.

Re: EntityBean Events inside tx.

2001-04-03 Thread Juan Cardenas
You can try using JMS (colas), JMS puede participar en la transaccion, si la transaccion es rolledback, entonces el mensaje no se envia. Dependiendo de la lana que tengas... puedes comprar SonicMQ, el cual es muy caro y bueno, o puedes usar un open source. Algunos son spyderMQ (www.jboss.org) o

RE: EntityBean Events inside tx.

2001-04-03 Thread Day, Jem BGI WAC
d' when the encompassing Tx is committed. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 03, 2001 8:25 AM > To: Orion-Interest > Subject: EntityBean Events inside tx. > > > We would like our entity beans to pro

RE: EntityBean Events inside tx.

2001-04-03 Thread Conrad Chan
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 03, 2001 8:25 AM To: Orion-Interest Subject: EntityBean Events inside tx. We would like our entity beans to propagate events in the same fashion than regular java beans. Therefore we must, for example, send events notifying of

EntityBean Events inside tx.

2001-04-03 Thread ramiro
We would like our entity beans to propagate events in the same fashion than regular java beans. Therefore we must, for example, send events notifying of property changes inside the bean. The problem with this is that we don't know if this method was called inside a transaction that might be rolle