Re: Re[2]: [JBoss-user] Error compiling ejbql

2002-09-18 Thread Sebastien CHAUSSON
You should try this : select object(r) from Role as r where r.role_desc= ?1 HTH Sebastien - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 18, 2002 12:24 PM Subject: Re: Re[2]: [JBoss-user] Error compiling ejbql >

Re: Re[2]: [JBoss-user] Error compiling ejbql

2002-09-18 Thread Phuwarin . Supawarapong
<[EMAIL PROTECTED]> [EMAIL PROTECTED]cc: eforge.net Subject: Re[2]: [J

Re[2]: [JBoss-user] Error compiling ejbql

2002-09-17 Thread Alex Loubyansky
PSsc> What is r? Should I define it before using? Could you give me an example? r is defined in the EJB-QL statement, e.g. 'Role as r'. alex PSsc> -phu PSsc>