Re: [JBoss-user] Transaction problem

2002-07-29 Thread Burkhard Vogel
;[EMAIL PROTECTED]> Sent: Friday, July 12, 2002 3:24 AM Subject: [JBoss-user] Transaction problem Hi, The scenario is like this. 1. Jsp will call session bean(Manager) to insert number of records. 2. The session bean(Manager) starts the transaction. And calls the Entity bean/s in loop. 3. The Sessi

[JBoss-user] Transaction problem

2002-07-12 Thread makapur
Hi,   The scenario is like this.   1. Jsp will call session bean(Manager) to insert number of records. 2. The session bean(Manager) starts the transaction. And calls the Entity bean/s in loop. 3. The Session bean(Manager)commits the transaction.   I have packaged session bean and all entity b

RE: [JBoss-user] Transaction problem

2002-01-03 Thread Richard Doust
ay to pass the instance of the bean that you already have rather than invoke a finder method. Cheers, Richard Doust -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Imran Bohoran Sent: Thursday, January 03, 2002 12:23 PM To: Jboss-User (E-mail) Subject: [J

Re: [JBoss-user] Transaction problem

2002-01-03 Thread danch
What version are you using? This isn't (exactly) transaction related - the problem is that the entity isn't stored prior to the finder method. It wouldn't show up if the entity's methods were marked 'RequiresNew' (not that I'm saying you want to or should do that!) This is a bug that (IIRC) w

[JBoss-user] Transaction problem

2002-01-03 Thread Imran Bohoran
Hi all I'm facing a problem which I believe many of you would be having some solution. I have a session bean which is deployed with the TRANSACTION attribute as "Required" and entity beans with the TRANSACTION attribute as "Required" for all the methods. I'm setting a value on a entity from my

[JBoss-user] Transaction Problem.

2001-05-01 Thread Roman Brouk
i am having problems resolving programmatic transactions. What i am running into is that if you have to create two entity beans in your transaction block between begin and commit, database connection which i get from Datasouce for the second bean is not able to understand that i already have one