Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Virgo » NoClassDefFoundError problem
NoClassDefFoundError problem [message #903235] Wed, 22 August 2012 15:39
Vladimir Stevanovic is currently offline Vladimir StevanovicFriend
Messages: 29
Registered: March 2010
Junior Member
Hi,

I am trying to start bundle with Hibernate dependenies packed in a plan. I have basic setup with two bundles. One is interface bundle and the other one is service implementation bundle where Hibernate types are defined.

When I start service bundle I get java.lang.NoClassDefFoundError: org/hibernate/annotations/Entity.
Attached is full stack trace.

My service bundle is not importing org.hibernate.annotations package directly but I though that class loader from org.springframework.orm bundle should load it. org.springframework.orm is imported in my service bundle.

Any ideas? I would not like to import all packages from all libraries that requires hibernate.

Thanks, Vladimir.
Previous Topic:Re: Debugging boot delegation
Next Topic:Spring Security @PreAuthorize is not working
Goto Forum:
  


Current Time: Fri Apr 19 09:01:21 GMT 2024

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

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

Back to the top