which is the full message of the exception ? On Fri, Dec 10, 2010 at 6:45 PM, Aaron Boxer <[email protected]> wrote:
> var hql = "select distinct fm from ReceivedFax f" > + " join f.ReceivingFaxMachine fm " > + " where fm.Deactivated = :deactivated" > + " and f.Status in (:new, :detached)"; > > > It's causing the ANTLR HQL parser to choke with a mismatched token error. > > Thanks, > Aaron > > -- > You received this message because you are subscribed to the Google Groups > "nhusers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<nhusers%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/nhusers?hl=en. > > -- Fabio Maulo -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
