Re[2]: [JBoss-user] home.create throws an IllegalStateException

2002-02-19 Thread Mikhail Akopov
Hello all Friday, May 25, 2001, 6:35:04 PM, you wrote: dDC> Does your bean's ejbCreate return a proper primary key? dDC> Richard Conway wrote: >> I too am experiencing this problem. I get... >> >> [DelegateAccountEJBean] java.lang.IllegalStateException: INSERTING AN >> ALREADY EXISTING BEAN, ID

RE: [JBoss-user] home.create throws an IllegalStateException

2001-05-25 Thread Richard Conway
From: danch (Dan Christopherson) [mailto:[EMAIL PROTECTED]] Sent: Friday, May 25, 2001 4:35 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] home.create throws an IllegalStateException Does your bean's ejbCreate return a proper primary key? Richard Conway wrote: > I too am experiencing th

Re: [JBoss-user] home.create throws an IllegalStateException

2001-05-25 Thread danch (Dan Christopherson)
Does your bean's ejbCreate return a proper primary key? Richard Conway wrote: > I too am experiencing this problem. I get... > > [DelegateAccountEJBean] java.lang.IllegalStateException: INSERTING AN > ALREADY EXISTING BEAN, ID = o18 a0 > pa16087 > > ... when the EJBs create method is called.

RE: [JBoss-user] home.create throws an IllegalStateException

2001-05-25 Thread Richard Conway
I too am experiencing this problem. I get... [DelegateAccountEJBean] java.lang.IllegalStateException: INSERTING AN ALREADY EXISTING BEAN, ID = o18 a0 pa16087 ... when the EJBs create method is called. The third parameter in the primary key (pa=16087) is obtained as the nextval from an Oracle

[JBoss-user] home.create throws an IllegalStateException

2001-05-20 Thread Ferguson, Doug
Hi, When I call home.create() for my entity bean it behaves just fine under normal situations. However if I call home.create() serveral times in succession only the first call will work the others will throw and IllegalStateException. The exception is getting when becuase the InstanceCache object