I replaced the .jar file (and even set in hibernate.properties to use the old query parser), rebooted, and am still getting the same stacktrace. Here's what I set in hibernate.properties:
Code:
hibernate.query.factory_class=org.hibernate.hql.ast.ASTQueryTranslatorFactory
What I found odd was that both antlr.jar's (one in the oc4j subdir, the other in toplink/jlib) had the exact same file size as the antlr.jar shipped with Hibernate 3.1.3. Any other ideas?
EDIT: I just realized that using "ASTQueryTranslator" is a little defeatist if my purpose was to use the old query parser :). Ahh well... will post another reply WHEN it works.