Re[2]: [JBoss-user] Single instance entity bean

2003-07-13 Thread Alexey Loubyansky
I think, this is the case for unknown primary key. alex You can't add a another column to have a primary key? -- Scott Stark Chief Technology Officer JBoss Group, LLC Martin Vilcans wrote: > Hi! > > A simple question: How do I create a CMP e

Re: [JBoss-user] Single instance entity bean

2003-07-12 Thread Scott M Stark
You can't add a another column to have a primary key? -- Scott Stark Chief Technology Officer JBoss Group, LLC Martin Vilcans wrote: Hi! A simple question: How do I create a CMP entity bean with only one instance? I need an entity bean that hold

[JBoss-user] Single instance entity bean

2003-07-11 Thread Martin Vilcans
Hi! A simple question: How do I create a CMP entity bean with only one instance? I need an entity bean that holds the current date as a week and a day number, stored as two columns in a table with only one row. Since there's only one row in the table, I don't need a primary key. I have created a