RE: [JBoss-user] CMR+EJBQL finder generates invalid SQL

2003-06-10 Thread Martin Vilcans
8 AM > To: Martin Vilcans > Subject: Re: [JBoss-user] CMR+EJBQL finder generates invalid SQL > > > Hello Martin, > > please, submit a bug report on it with all this info. > If you could also provide a testcase that reproduces this problem that > would be great. > >

RE: [JBoss-user] CMR+EJBQL finder generates invalid SQL

2003-06-05 Thread Mark.Gargan
GangsterEJB organization *** -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexey Loubyansky Sent: 05 June 2003 09:48 To: Martin Vilcans Subject: Re: [JBoss-us

Re: [JBoss-user] CMR+EJBQL finder generates invalid SQL

2003-06-05 Thread Alexey Loubyansky
Hello Martin, please, submit a bug report on it with all this info. If you could also provide a testcase that reproduces this problem that would be great. Thank you, alex Wednesday, June 04, 2003, 6:21:49 PM, Martin Vilcans wrote: MV> I'm trying to create an entity bean (Score) that has a CMR r

[JBoss-user] CMR+EJBQL finder generates invalid SQL

2003-06-05 Thread Martin Vilcans
I'm trying to create an entity bean (Score) that has a CMR relation to another bean (Celebrity), where one Celebrity can have many scores (1:M). Also, the Score bean has a finder with the signature Collection findByDay(int week, int day). JBoss' implementation of this method creates invalid SQL, as