EasyBeans is an open source implementation by ObjectWeb of the EJB3 container specification.

Project

Developer

Wiki

About

|
If you were logged in you would be able to see more operations.
|
|
|
|
For those people using Hibernate as the persistence provider it would be really useful to be able to use the extra Hibernate annotations, particularly org.hibernate.annotations.CascadeType.DELETE_ORPHAN. Currently Easybeans does not export this package (although org.hibernate.annotations.common is exported from v1.1)
|
|
Description
|
For those people using Hibernate as the persistence provider it would be really useful to be able to use the extra Hibernate annotations, particularly org.hibernate.annotations.CascadeType.DELETE_ORPHAN. Currently Easybeans does not export this package (although org.hibernate.annotations.common is exported from v1.1) |
Show » |
|
Starting from version 1.1.0-M1 and 1.0.2 the hibernate annotations are exported.
See
EZB-287for details.See also fisheye and look at 'org.hibernate.*' that is the pattern of exported packages when we construct the bundle:
http://fisheye.easybeans.org/browse/EasyBeans/trunk/easybeans-osgi/core.bundle/pom.xml?r=4399#l165
Can you check with latest version of EasyBeans/OSGi, and close the issue if it is no more relevant ?