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