RE: [JBoss-user] CMP Generated SQL Problem

2002-06-07 Thread Matt Munz
nal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]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 k

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 > interest

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-lo

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 wha

RE: [JBoss-user] CMP Generated SQL Problem

2002-06-06 Thread Matt Munz
o:[EMAIL PROTECTED]]On Behalf Of David Russell Sent: Thursday, June 06, 2002 11:18 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] CMP Generated SQL Problem Thanks for your response, dain, your comment prodded me to notice my own stupidity. I had managed to leave out the in the ejb-jar.xml file

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 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 types as outlined

Re: [JBoss-user] CMP Generated SQL Problem

2002-06-06 Thread Simon Stewart
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? And how do you refer to these generated primary keys in EJB-QL? Although I don't care wha

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

[JBoss-user] CMP Generated SQL Problem

2002-06-06 Thread David Russell
OK, so I'm a little impatient and posted this question in a longer form two days ago. Hopefully I won't annoy too many people by adding to the already significant deluge of mail associated with this list. Any thoughts on why the generated SQL for an EJB-QL query of the form: SELECT OBJECT(o)