RE: [JBoss-user] CMP Generated SQL Problem

2002-06-07 Thread Matt Munz
]]On Behalf Of Dain Sundstrom Sent: Thursday, June 06, 2002 8:16 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] CMP Generated SQL Problem Matt Munz wrote: Dain, Are you trying to use an unknown primary key (java.lang.Object)? If you are, it is not supported. Is this really the case? I posted

Re: [JBoss-user] CMP Generated SQL Problem

2002-06-06 Thread Dain Sundstrom
Are you trying to use an unknown primary key (java.lang.Object)? If you are, it is not supported. If you are not you have some funky configuration, and you will need to post a bug report (with only the simple entity and query). -dain David Russell wrote: OK, so I'm a little impatient and

Re: [JBoss-user] CMP Generated SQL Problem

2002-06-06 Thread David Russell
Thanks for your response, dain, your comment prodded me to notice my own stupidity. I had managed to leave out the primkey-field in the ejb-jar.xml file. I would have expected that to have caused some type of deployment exception. What are the plans to support java.lang.Object primary key

Re: [JBoss-user] CMP Generated SQL Problem

2002-06-06 Thread Dain Sundstrom
Simon Stewart wrote: On Thu, Jun 06, 2002 at 09:32:47AM -0500, Dain Sundstrom wrote: Are you trying to use an unknown primary key (java.lang.Object)? If you are, it is not supported. Any idea of when it will be supported? Most likely within the month, but you never know what may

Re: [JBoss-user] CMP Generated SQL Problem

2002-06-06 Thread Dain Sundstrom
David Russell wrote: What are the plans to support java.lang.Object primary key types as outlined in the spec.? (Not that I've actually come up with a use for it, just wondering) I plan on 3 possible implementations. The first is a PK generated by the server (sequence, random, high-low,

Re: [JBoss-user] CMP Generated SQL Problem

2002-06-06 Thread Dain Sundstrom
Matt Munz wrote: Dain, Are you trying to use an unknown primary key (java.lang.Object)? If you are, it is not supported. Is this really the case? I posted a message regarding this very feature, titled incorrect SQL generated for findAll() on CMP bean, and I am interested in getting