Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Gemini » Classloader Issue with Hibernate Search
Classloader Issue with Hibernate Search [message #1765665] Tue, 13 June 2017 08:34
Thomas Kratz is currently offline Thomas KratzFriend
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

Previous Topic:Gemini Blueprint 2.1.0.M2 released
Next Topic:Gemini Web has shipped 3.0.3 RELEASE
Goto Forum:
  


Current Time: Wed Apr 24 23:29:51 GMT 2024

Powered by FUDForum. Page generated in 0.03319 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top