On Mon, Sep 21, 2009 at 7:07 AM, Marc Lustig <[email protected]> wrote: > > This is the exception you get: > > javax.jdo.JDODataStoreException: Error executing JDOQL query "SELECT > THIS.PROJECT_GROUP_ID_OID AS projectGroupId,THIS.PROJECTSTATE AS > projectState,COUNT(THIS.PROJECTSTATE) AS size FROM PROJECT THIS GROUP BY > THIS.PROJECT_GROUP_ID_OID,THIS.PROJECTSTATE" : ORA-00923: FROM keyword not > found where expected
... when you do what, just start it up? Is this a fresh install or an older one that you've upgraded? And which version number/revision are you using? (Just seeing the error I would tend to blame JPOX, you might want to check their issue tracker to see if it's a known problem.) -- Wendy
