Classloader Issue with Hibernate Search [message #1765665] |
Tue, 13 June 2017 08:34 |
Thomas Kratz Messages: 165 Registered: July 2009 |
Senior Member |
|
|
HI all,
I try to run Hibernate Search with gemini blueprint. It consists of two main bundles, search-engine and search-orm. In the blueprint.xml of search-orm HibernateSearchIntegrator gets instantiated, that in its constructor uses a class from search-engine. I see
java.lang.NoClassDefFoundError: org/hibernate/search/util/logging/impl/LoggerFactory
at org.hibernate.search.hcore.impl.HibernateSearchIntegrator.<clinit>(HibernateSearchIntegrator.java:33)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at org.eclipse.gemini.blueprint.extensions.annotation.ServiceReferenceDependencyBeanFactoryPostProcessor.getServiceDependencies(ServiceReferenceDependencyBeanFactoryPostProcessor.java:68)
Both bundles are resolved and active. Can it be that the beanFactoryClassLoader cannot see the bundle dependencies? I just hope to get an understanding of whats wrong here.
Any hint/help will be appreciated.
[Updated on: Tue, 13 June 2017 08:35] Report message to a moderator
|
|
|
Powered by
FUDForum. Page generated in 0.03473 seconds