[
https://issues.jboss.org/browse/WFLY-3027?page=com.atlassian.jira.plugin....
]
Sanne Grinovero edited comment on WFLY-3027 at 2/26/14 6:31 AM:
----------------------------------------------------------------
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
proposed on the mailing list.
was (Author: sannegrinovero):
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