Hi,
I weren't sure if this is definitely incorrect, hence posting it here to confirm. However, when using Hibernate 4.0.0.CR4 in a Virgo OSGi environment, the
com.springsource.org.hibernate.ejb-4.0.0.CR4 will not install as it cannot resolve its host-fragment.
After looking at the bundle manifest, I can see the following:
Code:
Fragment-Host: com.springsource.org.hibernate;bundle-version="[3.3.1.GA, 3.4.0)"
Since EJB4 ships with
com.springsource.org.hibernate-4.0.0.CR4, I'm lead to believe that this is an error.
Can someone please confirm this for me.
Thanks