Re: [JBoss-user] Find method

2002-07-03 Thread Dmitri Colebatch
it looks like you have declared ejbql that has ">=" in it, which according to the compiler is not allowed... hth dim - Original Message - From: "conrad" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 03, 2002 9:00 PM Subject: [JBo

Re: [JBoss-user] Find method

2002-07-03 Thread Dain Sundstrom
This looks like a bad query and not a bug (that has been fixed). The error says that you are trying to use the >= operator to compare two things that do not support the the >= operator. The only type that supports the >= operator is arithmetic (short, int, long, float, double and the primiti

Re: [JBoss-user] Find method

2002-07-03 Thread Alex Loubyansky
Hello conrad, it's fixed in cvs for 3.0 and upper, AFAIK. Wednesday, July 03, 2002, 2:00:50 PM, you wrote: c> Hi c> I'm using JBoss-3.0.0_tomcat-4.0.3 and xdoclet 1.1.2 and sometimes during deploying I got following c> error: c> org.jboss.deployment.DeploymentException: Error compiling ejbq

[JBoss-user] Find method

2002-07-03 Thread conrad
Hi I'm using JBoss-3.0.0_tomcat-4.0.3 and xdoclet 1.1.2 and sometimes during deploying I got following error: org.jboss.deployment.DeploymentException: Error compiling ejbql; - nested throwable: (org.jboss.ejb.plugins.cmp.ejbql.ParseException: Encountered ">=" at line 1, column 81. Was expect