Re: [JBoss-user] Using auto increment of mysql for PK

2002-06-14 Thread Markus Garscha
Sundstrom [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 4:35 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Using auto increment of mysql for PK You need to be more specific. What exactly did you try? -dain Arthur Wang wrote: Hi, I tried to use

Re: [JBoss-user] Using auto increment of mysql for PK

2002-06-14 Thread Simon Stewart
On Sat, Jun 08, 2002 at 09:15:50AM -0500, Dain Sundstrom wrote: That won't work with CMP. It does work with BMP if you are going that route. Unknown primary keys are are at the top of the new features list, so it will be at least a month. Is this going to be DB dependent? I know that

Re: [JBoss-user] Using auto increment of mysql for PK

2002-06-14 Thread Dain Sundstrom
Simon Stewart wrote: On Sat, Jun 08, 2002 at 09:15:50AM -0500, Dain Sundstrom wrote: That won't work with CMP. It does work with BMP if you are going that route. Unknown primary keys are are at the top of the new features list, so it will be at least a month. Is this going to be DB

Re: [JBoss-user] Using auto increment of mysql for PK

2002-06-13 Thread Javier A. Soltero
, 2002 4:35 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Using auto increment of mysql for PK You need to be more specific. What exactly did you try? -dain Arthur Wang wrote: Hi, I tried to use auto_increment for primary key when I create a new entity bean, but there are following

Re: [JBoss-user] Using auto increment of mysql for PK

2002-06-13 Thread Damon Torgerson
, 2002 4:35 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Using auto increment of mysql for PK You need to be more specific. What exactly did you try? -dain Arthur Wang wrote: Hi, I tried to use auto_increment for primary key when I create a new entity bean

Re: [JBoss-user] Using auto increment of mysql for PK

2002-06-08 Thread Dain Sundstrom
] Using auto increment of mysql for PK You need to be more specific. What exactly did you try? -dain Arthur Wang wrote: Hi, I tried to use auto_increment for primary key when I create a new entity bean, but there are following exception: - HTTP ERROR: 500 removing

[JBoss-user] Using auto increment of mysql for PK

2002-06-07 Thread Arthur Wang
Hi, I tried to use auto_increment for primary key when I create a new entity bean, but there are following exception: - HTTP ERROR: 500 removing bean lock and it has tx set!; nested exception is: java.lang.IllegalStateException: removing bean lock and it has tx set!

Re: [JBoss-user] Using auto increment of mysql for PK

2002-06-07 Thread Dain Sundstrom
You need to be more specific. What exactly did you try? -dain Arthur Wang wrote: Hi, I tried to use auto_increment for primary key when I create a new entity bean, but there are following exception: - HTTP ERROR: 500 removing bean lock and it has tx set!; nested

RE: [JBoss-user] Using auto increment of mysql for PK

2002-06-07 Thread Arthur Wang
]] Sent: Friday, June 07, 2002 4:35 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Using auto increment of mysql for PK You need to be more specific. What exactly did you try? -dain Arthur Wang wrote: Hi, I tried to use auto_increment for primary key when I create a new entity bean