[jboss-jira] [JBoss JIRA] (WFLY-3027) Missing dependencies in module org.hibernate.hql
Sanne Grinovero (JIRA)
issues at jboss.org
Wed Feb 26 06:31:48 EST 2014
[ https://issues.jboss.org/browse/WFLY-3027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12948266#comment-12948266 ]
Sanne Grinovero commented on WFLY-3027:
---------------------------------------
So why is it assigned to me?
I don't think this is the right approach BTW. As I explained on IRC, the module *org.hibernate.hql* in WildFly just exists to satisfy a dependency of Infinispan Query, but should actually be removed once the dependency tree of Infinispan is cleaned up.
If you need this for Hibernate OGM to work, you're going to need flexibility in versions anyway, so you should provide your own version in the scope of OGM using a slot. Unless the plan is to fully include Hibernate ORM in WildFly, but then this should be discossed on the mailing list.
> Missing dependencies in module org.hibernate.hql
> ------------------------------------------------
>
> Key: WFLY-3027
> URL: https://issues.jboss.org/browse/WFLY-3027
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Build System, Clustering
> Affects Versions: 8.0.0.Final
> Reporter: Davide D'Alto
> Assignee: Sanne Grinovero
>
> The module *org.hibernate.hql* doesn't have some dependencies:
> {code:xml}
> <module name="org.apache.lucene"/>
> <module name="hibernate.search.engine"/>
> <module name="org.antlr"/>
> {code}
> it also requires org.antlr:antlr-runtime and org.antlr:stringtemplate that don't exist as a module
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list