Transaction Rollback questions again !!

2001-09-11 Thread Yashasree
Hi All I am implementing the Session Facade design pattern in an application along with the DAOs. The deviation being no use of Entity beans. What I have apparently is as follows: 1. A Session Facade bean which has 'open new account method' for which i have defined RequiresNew transaction

Transaction rollback

2001-09-05 Thread Chris Roffler
Hi all, I have a SessionBean with a remote method that creates two instences of CMP's. (A and B) I want to rollback the first ejbCreate (A) when the second ejbCreate fails (B). I deployed the Session bean method with the transaction-attribute 'RequiresNew'. Both CMP'sI deploy with the transaction

RE: Code on entity bean being looked up from a session bean and transaction rollback

2001-07-16 Thread Jon Rue
, July 15, 2001 8:50 PM To: Orion-Interest Subject: Code on entity bean being looked up from a session bean and transaction rollback Hi everyone, I have a problem with a sequence like this Stateless session bean (bit of sql in a function f1) and calls an entity bean. When the entity bean fails

Transaction rollback problems because of incomplete orion-ejb.jar

2001-07-08 Thread Ron van Pol
Hi, I'm using orion 1.5.2 and I have the following problem: I have a session-bean that is accessing a datasource in transaction context. I have added an orion-ejb.jar in deployment jar/WEB-INF, containing a resource-ref-mapping pointing to the EJBDS for I want transaction support for this

RE: Transaction rollback problems because of incomplete orion-ejb.jar

2001-07-08 Thread elephantwalker
, the elephantwalker -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ron van PolSent: Sunday, July 08, 2001 9:29 AMTo: Orion-InterestSubject: Transaction rollback problems because of incomplete orion-ejb.jar Hi, I'm using orion 1.5.2 and I have

RE: Transaction rollback problems because of incomplete orion-ejb.jar

2001-07-08 Thread Ron van Pol
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of elephantwalkerSent: Sunday, July 08, 2001 8:29 PMTo: Orion-InterestSubject: RE: Transaction rollback problems because of incomplete orion-ejb.jar Ron, Take a look at bug 512. Your orion-ejb-jar.xmlis being overwritten