Hi, When using HQL token of Hibernate, we can use the Hibernate parser (org.hibernate.hql.classic.ClassicQueryTranslatorFactory) or Hibernate AST (based on Antlr - org.hibernate.hql.ast.ASTQueryTranslatorFactory) to translate the query. In this case, the package org.hibernate.hql.ast is needed by Antlr bundle. As we have in some cases (random begavior due to resolution mechanism which is not dynamic), some issues when adding this package using a fragment bundle to Apache ServiceMix Antlr bundle, I would like to add it as an optional package in the next release of Apache ServiceMix Antlr.
Is it an issue ? Regards, Charles Moulliard Apache Committer Blog : http://cmoulliard.blogspot.com Twitter : http://twitter.com/cmoulliard Linkedin : http://www.linkedin.com/in/charlesmoulliard Skype: cmoulliard
