Add hibernate import package in Apache ServiceMix Antlr Bundle
--------------------------------------------------------------

                 Key: SMX4-895
                 URL: https://issues.apache.org/jira/browse/SMX4-895
             Project: ServiceMix 4
          Issue Type: Improvement
          Components: Bundles
            Reporter: Charles Moulliard


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.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to