Sebastian Lorenz commented on Task HHH-8185

Hi, I was building Hibernate from source again to check my classloading problems with Gemini. After importing the latest hibernate-core-4.3.0-SNAPSHOT bundle into my project I got the following error:

org.osgi.framework.BundleException: The bundle "org.hibernate.core_4.3.0.SNAPSHOT [183]" could not be resolved. Reason: Missing Constraint: Import-Package: *; version="0.0.0"

The Import-Package header starts with an asterisk in the hibernate-core manifest:

Import-Package: *,

I'm not sure if this is intended maybe it works with Karaf (dynamic imports?) but it does not work with Equinox.
Regards, sebp

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