[JBoss-dev] Problems using UserTransaction

2002-06-03 Thread Patrícia Soares Canela
Hi there! I have this EJB, bean managed wich controls client's request and invokes other beans. I'm lauching threads to invilke these other beans. Supose that I have this transaction that needs to resort to three diferent beans; supose that the second bean fails and transaction must be rolled

RE: [JBoss-dev] Problems using UserTransaction

2002-06-03 Thread Patrícia Soares Canela
:04 To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] Problems using UserTransaction You can't use your own threads in ejbs. It's against spec and doesn't work with transactions, as you have discovered. david jencks On 2002.06.03 13:37:54 -0400 Patrícia Soares Canela wrote: Hi there! I have

RE: [JBoss-dev] Problems using UserTransaction

2002-06-03 Thread Patrícia Soares Canela
/nominationform.cfm -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Patrícia Soares Canela Sent: Monday, June 03, 2002 2:18 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-dev] Problems using UserTransaction OK! So, do you know any way