Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Bundles
-
Labels:None
Description
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 behavior 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.