Download
A new EasyBeans version is out and is available in the
Downloads section.
Download the Milestone 6 Now !
EasyBeans can be embedded in JOnAS, Apache Tomcat application server, Jetty application server and is also provided as OSGi Bundles.
It is working with Hibernate, OpenJPA and TopLink Essentials JPA persistence providers.
Here are the guides:
EasyBeans is also working in standalone mode.
The documentation is available in the
EasyBeans wiki. (HTML or PDF)
New features
The M6 release is now supporting EAR deployment (and undeployment) in JOnAS, Tomcat and Jetty.
For JOnAS, if the EAR contains EJB 2.1 components, they will be deployed in the EJB 2.1 container. The War files of the EAR will be deployed in Tomcat or Jetty web container.
An ear example is provided in this version.
Another step is the support of the timer service which is based on the Quartz component.
A timer example is provided.
OpenJPA is supported as persistence provider. A 0.9.8 (nightly snapshot) version of OpenJPA is required due to some problems when using exploded directories with an older version.
Migration
The folder ejb3s/ has been renamed into easybeans-deploy. This is mainly due to the support of the EAR deployment as this folder is now containing both EJB Jars and EAR files.
The ejb3s/ folder is now deprecated and will be removed in future versions.
Demos
Don't miss the quick demo in the Demos section. All is done within eclipse and it shows how EasyBeans can be easy to develop EJB.
Mailing list
Stay tuned on EasyBeans with the easybeans-announce at objectweb dot org mailing list :
http://www.objectweb.org/wws/subrequest/easybeans-announce
Persistence
This version embeds the last Hibernate EntityManager version (3.2.2GA). Tests have also been done with Oracle Toplink Essentials (v2build41) as persistence provider (The persistence.xml file should use in this case the oracle.toplink.essentials.PersistenceProvider value for the
element.)Apache OpenJPA 0.9.8 (nightly snapshot) has also been tested.Release Notes:Bug
- (EZB-144) - Unable to use commons logging LogFactory
Improvement
- (EZB-145) - Add getter to JDBCPoolComponent
- (EZB-149) - Upgrade to hibernate core 3.2.2.ga
- (EZB-150) - Upgrade to Hibernate Annotations & Entity Manager 3.3.0 Ga
- (EZB-151) - (PATCH) Enable XML Configuration to mix different namespaces
- (EZB-152) - Add JDBC Connection Checking Level Setter
New Feature
- (EZB-147) - MBean to report if a jar is fully deployed
- (EZB-148) - Deployment of EAR
Task
- (EZB-61) - Add support for OpenJPA as persistence provider
- (EZB-75) - Support for the Timer Service.
- (EZB-76) - Support for the Timeout callback method.
- (EZB-142) - Upgrade to ASM v3.0
- (EZB-143) - Add support for JPA class transformers
- (EZB-154) - Upgrade to Hibernate Entity Manager 3.3.1 GA
- (EZB-155) - Update to TestNG 5.5
- (EZB-156) - Update to Joram 4.3.28
- (EZB-158) - Tests with Oracle Toplink Essentials 2.0build41