Hi, I have been playing with your test archive. The easiest way I had to get it to work is to:
remove the dependency to hibernate-search-infinispan (even if you want to use it, you don't need to explicitly add it as we'll inject it with the next steps)
declare hibernate-search-orm as "provided": you don't want to include it nor any of its dependencies in your EAR.
you just add a line to your HibernateSearchTest-ear-1.0/META-INF/MANIFEST.MF:
Dependencies: org.hibernate.search.orm services
This will have your application get the modules it needs without any conflict, and we have integration tests for this configuration so you don't have to lose your mind on dependencies
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
Hi, I have been playing with your test archive. The easiest way I had to get it to work is to:
This will have your application get the modules it needs without any conflict, and we have integration tests for this configuration so you don't have to lose your mind on dependencies
You can also have Maven download and install it for you, I wrote more about this on the blog:
http://in.relation.to/Bloggers/HibernateSearchCR1JBossModulesSpatialImprovementsNRTBoosting