Re: [JBoss-user] Commit Option A and ejbCreate [auf Viren geprüft]

2004-01-26 Thread Neal Sanche
I am doing all of the object creation inside a single transaction as far as I know, by running inside a SLSB with RequiresNew as the Transaction type. The transaction type of ejbCreate is Requires, which won't create a new transaction will it? I suppose I could change it to Supports? I've neve

Re: [JBoss-user] Commit Option A and ejbCreate [auf Viren geprüft]

2004-01-22 Thread Jonathan . O'Connor
Neal, What are the transaction types for the ejbCreate(), the ejb.setRelatedItem(item) and the calling method? You must be creating multiple transactions, and with commit-option A, its caching the value. Still doesn't make sense though. Also, why can't you move setting the CMRs into ejbPostCrea

RE: [JBoss-user] Commit Option A and ejbCreate

2004-01-22 Thread Alexey Loubyansky
Please, submit a bug report and I will look at it. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Neal Sanche > Sent: Thursday, January 22, 2004 12:56 AM > To: jboss-user > Subject: [JBoss-user] Commit Option A and ejbCreate > > Hi All, > > I