jBoss 3.2.2
jBoss 3.2.3

The following will not work:

  | SELECT es.dateFrom FROM EventSeq es
  | org.jboss.ejb.plugins.cmp.ejbql.ParseException: Encountered "FROM" at line 1, 
column 20.
  | Was expecting one of:
  |     "IN" ...
  |     <ABSTRACT_SCHEMA> ...
  | 
While the following does work:

  | SELECT es.dateFrm FROM EventSeq es
  | 
Feature or bug?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834043#3834043

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834043


-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to