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].
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en.

Reply via email to