CMP beans and Container Managed Transaction question - more information

2002-01-24 Thread Jeff Hubbach
More developments... With -Djdbc.debug=true, the failed transaction leaves a Dirty Connection around on both Oracle and PostgreSQL, so I guess the next question is... what constitutes a Dirty Connection? and is that's what's causing the lock? In further trials, we also tested updating that

Re: CMP beans and Container Managed Transaction question - more information

2002-01-24 Thread Romen Law
[EMAIL PROTECTED] Sent: Friday, January 25, 2002 9:17 AM Subject: CMP beans and Container Managed Transaction question - more information More developments... With -Djdbc.debug=true, the failed transaction leaves a Dirty Connection around on both Oracle and PostgreSQL, so I guess the next

CMP beans and Container Managed Transaction question

2002-01-22 Thread Jeff Hubbach
I'm hoping someone can give some insight as to why this is happening. I have a very simple test case with one stateless session bean and 2 CMP entity beans. The session bean just acts as a controller to modify the entity beans. All transactions are container-managed at the session bean. The

RE: Transaction question ?

2001-09-21 Thread Juan Lorandi (Chile)
To: Orion-Interest Subject: Re: Transaction question ? Eddie wrote: Hellu, Please some help on the following transaction scenario ?: I am receing some information through a HTTP post method. The servlet, running as part of a J2EE application, calls a EJB method A. The EJB

Transaction question ?

2001-09-18 Thread Eddie
Hellu, Please some help on the following transaction scenario ?: I am receing some information through a HTTP post method. The servlet, running as part of a J2EE application, calls a EJB method A. The EJB method does some little processing. After this, it checks some conditions, and might do

Re: Transaction question ?

2001-09-18 Thread Stephen Davidson
Eddie wrote: Hellu, Please some help on the following transaction scenario ?: I am receing some information through a HTTP post method. The servlet, running as part of a J2EE application, calls a EJB method A. The EJB method does some little processing. After this, it checks some

Re: Transaction question

2001-08-07 Thread Eddie Post
, August 06, 2001 1:48 AM To: Orion-Interest Subject: Re: Transaction question I already replyed to this message but noticed that it never came through... so here it is again... Thanks for the earlier reply. My reaction: I understand what you do below, but how must I define all

Re: Transaction question

2001-08-06 Thread Eddie Post
Message - From: Simon Evans [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Thursday, July 26, 2001 7:49 PM Subject: RE: Transaction question i think you need transaction attribute 'RequiresNew' in B, and 'Requires' on A. then A has to catch B's remote exception. ejb-jar.xml

RE: Transaction question

2001-08-06 Thread Seth Osher
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Eddie Post Sent: Monday, August 06, 2001 4:48 AM To: Orion-Interest Subject: Re: Transaction question I already replyed to this message but noticed that it never came through... so here it is again... Thanks

RE: Transaction question

2001-08-06 Thread Simon Evans
-Interest Subject: Re: Transaction question I already replyed to this message but noticed that it never came through... so here it is again... Thanks for the earlier reply. My reaction: I understand what you do below, but how must I define all this, such that - All me methods still have the trans

Re: Transaction question

2001-08-06 Thread Eddie Post
4:57 PM Subject: RE: Transaction question Set up a default transaction-attribute for your bean. This is from the EJB 2.0 draft. Page 353 Section 17.4.1 Use a * for the method-name. method ejb-nameEJBNAME/ejb-name method-name*/method-name /method - Seth [EMAIL PROTECTED

Re: Transaction question

2001-07-26 Thread Eddie
Hellu hellu, Please some advise on the question I posted some days ago (see below)? Eddie - Original Message - From: Eddie [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, July 24, 2001 10:47 AM Subject: Transaction question Hellu, I don't know how

RE: Transaction question

2001-07-26 Thread Juan Lorandi (Chile)
-Interest Subject: Transaction question Hellu, I don't know how to configure the following transaction scenario with CMP. Please some help or maybe a little example: I have two bean methods: A and B. A calls B and I want that when B throws a RemoteException that A intercepts, that B

RE: Transaction question

2001-07-26 Thread Simon Evans
To: Orion-Interest Subject: Re: Transaction question Hellu hellu, Please some advise on the question I posted some days ago (see below)? Eddie - Original Message - From: Eddie [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, July 24, 2001 10:47 AM Subject: Transaction

RE: Transaction question

2001-07-26 Thread Simon Evans
sorry , thats what i meant...cut and paste mistake -Original Message- From: Juan Lorandi (Chile) [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 26, 2001 9:55 AM To: Orion-Interest Subject: RE: Transaction question Bottom line... you can't do that. J2EE doesn't support nested