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 primitive wrappers).

-dain

Alex Loubyansky wrote:
> 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 ejbql; - nested 
>throwable: 
> c> (org.jboss.ejb.plugins.cmp.ejbql.ParseException: Encountered ">=" at line 1, 
>column 81.
> c> Was expecting one of:
> c>      "=" ...
> c>      "<>" ...
> c>      )
> 
> c> How can I solve it?
> c> More logs attached
> 
> c> regards conrad
> 


-- 
xxxxxxxxxxxxxxxxxxxxxxxx
Dain Sundstrom
Chief Architect JBossCMP
JBoss Group, LLC
xxxxxxxxxxxxxxxxxxxxxxxx



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
No, I will not fix your computer.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to