Re: [JBoss-user] EJB-QL Comparison Operator Problem

2002-08-27 Thread Dain Sundstrom
What is the type of a.balance? It looks like it is not a number. Is it BigDecimal? If you read the EJB spec it says that a number is limited in size to a long or a double. This will be supported in JBossQL 3.0.3. -dain Peter Shillan wrote: > Hi Folks, > > I am currently implementing the

[JBoss-user] EJB-QL Comparison Operator Problem

2002-08-27 Thread Peter Shillan
Hi Folks, I am currently implementing the example code from Building Enterprise Java Applications concurrently on JBoss and Weblogic. Weblogic is looking good but I get the following error in JBoss (see below). The queries are simple enough and I believe JBoss is erroneously objecting to the >= o