RE: Transaction question ?

2001-09-21 Thread Juan Lorandi (Chile)
ptiembre de 2001 13:32 > 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 meth

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 som

Re: Transaction question

2001-08-07 Thread Eddie Post
t; > > -Original Message- > From: Eddie Post [mailto:[EMAIL PROTECTED]] > Sent: Monday, 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... > s

Re: Transaction question

2001-08-06 Thread Eddie Post
y, August 06, 2001 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 . > > > EJBNAME > * > > > - Seth &

RE: Transaction question

2001-08-06 Thread Simon Evans
the SmsManager nl.unwired.sgs.sms.SmsManager Remote B RequiresNew -Original Message- From: Eddie Post [mailto:[EMAIL PROTECTED]] Sent: Monday, August 06, 2001 1:48 AM To: Orion-Interest Subject: Re: Transaction question I

RE: Transaction question

2001-08-06 Thread Seth Osher
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 for the earlier reply. My reaction: I understand what you do belo

Re: Transaction question

2001-08-06 Thread Eddie Post
or methods with a regular expression or something like that ??) Eddie - Original 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 y

Re: Transaction question

2001-07-27 Thread Eddie
27;t I define a transaction type as default for example, and make an exception for the method B ?? Ed - Original Message - From: "Simon Evans" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Thursday, July 26, 2001 10:35 PM Subject: RE: Transactio

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 supp

RE: Transaction question

2001-07-26 Thread Simon Evans
x){} } so B will execute in a new transaction and rollback when an exception is thrown. A will finish wihtout throwing an exception and commit its own transaction. -Original Message- From: Eddie [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 26, 2001 8:08 AM To: Orion-Interest Subject:

RE: Transaction question

2001-07-26 Thread Juan Lorandi (Chile)
Bottom line... you can't do that. J2EE doesn't support nested transactions. However, this may work in orion. for info on the descriptors, check out Sun's EJB spec and orion documentation and DTD's. This is a rough draft of how it would have to look like: Transaction-han

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