10
I Use This!
Activity Not Available

News

Posted over 9 years ago
OW2, the leading consortium in Open Source middleware announced at the JavaOne event the release of EasyBeans 1.0, an easy-to-use embeddable lightweight EJBTM 3 container. EasyBeans has been successfully integrated within the OW2 JOnAS ... [More] application server and allows developers to deploy EJB components very easily. EasyBeans main features include: Embeddable lightweight EJB 3 container. EasyBeans can be embedded in several application servers including Apache Tomcat, Jetty and OW2 JOnAS (http://jonas.ow2.org) application servers. It is embeddable in any Java program or test suite to provide EJB testing. EJB clustering is available in all the embedded forms with the strength of OW2 CMI v2 product. It also allows quick and scalable deployment of clients with its Smart JNDI factory. Modular and pluggable container available as OSGiTM bundles. Available as a set of OSGiTM bundles, EasyBeans is a modular container. EasyBeans components can be started on demand and only a subset can be used. The full power of EasyBeans is available when deployed on OSGi gateways or on OSGi based application servers such as OW2 JOnAS 5.0. The better of the two worlds are available to the developers: EJB components are available from OSGi and OSGi components can be used in any EJB. Moreover, EJB-JAR can be deployed as OSGi bundles and thus leverages all lifecycle and dynamism features offered by OSGi. Open source Web 2.0 console. EasyBeans is delivered with a state-of-the -art web 2.0 console using one of the most mature technologies in the RIA world. The console is based on Adobe Flex3 while the server side is managed in Java. EasyBeans is bundled with either Hibernate Entity Manager, Apache OpenJPA or TopLink Essentials as persistence provider. Here are the guides: Getting started with JOnAS 4.x (tested with 4.7.8 and 4.8.6 and 4.9.2) Getting started with Tomcat 5.5.x and 6.0.x (tested with 5.5.26 and 6.0.16) Getting started with Jetty 6.1.x (tested with 6.1.9) Getting started with the EasyBeans OSGi bundles Note: EasyBeans is already bundled in the OW2 JOnAS 5.0 application server. EasyBeans is also working in standalone mode (Uberjar packages are available) The documentation is available on the EasyBeans documentation website. (HTML or PDF) The Release Notes are available online at : http://www.easybeans.net/xwiki/bin/view/News/Release1_0_0 Download A new EasyBeans version is out and is available in the Downloads section or in the maven repository. Download the version Now ! New features Management console A preview of the EasyBeans management console is available in the download section of EasyBeans. This console is built on top of the Flex RIA technology. Persistence Persistence Providers have been updated to their latest versions. Migration There is no configuration step for migrating from the 1.0RC3 to the 1.0.0 Mailing list Stay tuned on EasyBeans with the easybeans-announce mailing list : http://mail.ow2.org/wws/subrequest/easybeans-announce Release Notes: Bug (EZB-245) Missing/Wrong IIOP Stubs (EZB-259) ClassNotFoundException when using JMS ObjectMessage (EZB-260) LinkageError may happen when using security manager on Tomcat (EZB-264) JACC provider not stopped at the EasyBeans shutdown (EZB-265) Joram not removing its MBeans at the stop (EZB-266) Smart server not releasing server socket when stopping Improvement (EZB-2) Improve management capabilities of EasyBeans (EZB-208) Provide a smartclient maven pom.xml without any dependency. (EZB-227) Using Configuration Service when initializing EasyBeans-Osgi (EZB-261) Use of Monolog 2.1.11 used by Joram (EZB-263) Allow to use classloader as the key for the smart factory instead of Provider URL New Feature (EZB-3) Provide an EasyBeans management console (EZB-247) Add a description to an embedded server. (EZB-248) Expose a method to shutdown easybeans in standalone mode (EZB-249) Provide clustering when Easybeans is standalone (EZB-250) Allow to add properties to extend the configuration of Carol (EZB-251) Allow to refer to the value of a system property (EZB-253) Add a timeout configuration parameter for EJB pool Task (EZB-37) Support for @EJB and @EJBs for Message-Driven Beans. (EZB-53) Support for @Resource and @Resources for Message-Driven Beans. (EZB-56) Support for @Resource and @Resources in a bean superclass. (EZB-57) Support Simple Environment Entries injection using a Deployment Descriptor. (EZB-70) Support for SessionSynchronization interface. (EZB-82) Tests for SessionSynchronization interface and interceptors. (EZB-223) Joram 5.0.9 support (EZB-246) Upgrade to Carol 3 (EZB-256) Use of Maven bundle plugin 1.4.0 (EZB-257) Allow to find EJB in other EJB-JAR of the EAR when using @EJB annotation (EZB-258) Allow injection of @EJB in servlets when EasyBeans is embedded in Tomcat (EZB-262) Upgrade to CXF 2.0.6 (EZB-267) Register JNDI MBean which provide access to registry JNDI names Best Regards, Florent [Less]
Posted almost 10 years ago
Download the Milestone 3 Now !. Discover the full Release Notes on the Release Notes Wiki page. Tests have been done by using Hibernate or Oracle Toplink Essentials as persistence provider. In a next version, OpenJPA should be tested too. ... [More] Issues closed for this release are available on the Tracker web site.. All issues reported on EasyBeans mailing list have been fixed since 1.0M2. Demo of EasyBeans and Google Web Toolkit available at ObjectWeb Demos site. [Less]
Posted over 11 years ago
A new milestone version has been released with EJB 3.1 feauresDownload EasyBeans from the maven repository : http://repo1.maven.org/maven2/org/ow2/easybeans/osgi/easybeans-modules-core/2.0.0-M2/Issues fixed : http://jira.easybeans.org/browse/EZB/fixforversion/10163
Posted over 12 years ago
    Hello, A new version (1.2.3) of the OW2 EasyBeans product (EJB 3 container) has been released. This version is included in the OW2 JOnAS application server v5.2.2 and v5.3.0-M5. EasyBeans can be embedded in JOnAS application server ... [More] , Apache Tomcat application server, Jetty application server, on OSGi (by using EasyBeans OSGi bundles) or run in standalone mode. EasyBeans is bundled with either Hibernate Entity Manager, Apache OpenJPA, TopLink Essentials or EclipseLink as persistence provider. Here are the guides: Getting started with JOnAS 4.x (tested with 4.7.x, 4.8.x, 4.9.x and 4.10.x) Getting started with Tomcat 5.5.x and 6.0.x (tested with 6.0.x and 7.0.x) Getting started with Jetty 6.1.x/7.x (tested with 6.1.23 and 7.x) Getting started with the EasyBeans OSGi bundles Note: EasyBeans is already bundled in the OW2 JOnAS 5.2 application server. EasyBeans is also working in standalone mode (Uberjar packages are available) The documentation is available on the EasyBeans documentation website. (HTML or PDF) The Release Notes are available online at : http://www.easybeans.net/xwiki/bin/view/News/Release1_2_3 Download A new EasyBeans version is out and is available in the Downloads section or in the OW2 Nexus Maven Repository or any maven mirror. Download the version Now ! A Java WebStart online installer is also available  (Or try online installer without Java WebStart) Migration Configuration of some components has changed between 1.1.x and 1.2.x. Check the difference before launching EasyBeans OSGi changes : Split of the core bundle: Now there are several "small" bundles. This is more modular. Also, there are bundles for each persistence provider. EclipseLink or other persistence framework are supported (in addition to the previous support of Hibernate in OSGi mode) Note: In OSGi mode, there is a large choice of Persistence Providers. Hibernate 3.4 or 3.5, EclipseLink 1 or EclipseLink 2 and OpenJPA 1 or OpenJPA 2 ! Mailing list Stay tuned on EasyBeans with the easybeans-announce mailing list : http://mail.ow2.org/wws/subrequest/easybeans-announce Release Notes: Bug (EZB-482) - @LocalBean should target TYPE not METHOD (EZB-490) - Some JPA classes may not be enhanced (if a classtransformer is used like eclipselink) Task (EZB-491) - Add support for new EclipseLink version (2.2.1 / 2.3.0) (EZB-492) - Update OW2 spec to 1.0.10 (EZB-493) - Update OW2 Util to 1.0.33 Best Regards, [Less]
Posted over 12 years ago
    Hello, A new version (1.2.3) of the OW2 EasyBeans product (EJB 3 container) has been released. This version is included in the OW2 JOnAS 5.2.2 application server. EasyBeans can be embedded in JOnAS application server, Apache Tomcat ... [More] application server, Jetty application server, on OSGi (by using EasyBeans OSGi bundles) or run in standalone mode. EasyBeans is bundled with either Hibernate Entity Manager, Apache OpenJPA, TopLink Essentials or EclipseLink as persistence provider. Here are the guides: Getting started with JOnAS 4.x (tested with 4.7.x, 4.8.x, 4.9.x and 4.10.x) Getting started with Tomcat 5.5.x and 6.0.x (tested with 6.0.x and 7.0.x) Getting started with Jetty 6.1.x/7.x (tested with 6.1.23 and 7.x) Getting started with the EasyBeans OSGi bundles Note: EasyBeans is already bundled in the OW2 JOnAS 5.2 application server. EasyBeans is also working in standalone mode (Uberjar packages are available) The documentation is available on the EasyBeans documentation website. (HTML or PDF) The Release Notes are available online at : http://www.easybeans.net/xwiki/bin/view/News/Release1_2_3 Download A new EasyBeans version is out and is available in the Downloads section or in the OW2 Nexus Maven Repository or any maven mirror. Download the version Now ! A Java WebStart online installer is also available  (Or try online installer without Java WebStart) Migration Configuration of some components has changed between 1.1.x and 1.2.x. Check the difference before launching EasyBeans OSGi changes : Split of the core bundle: Now there are several "small" bundles. This is more modular. Also, there are bundles for each persistence provider. EclipseLink or other persistence framework are supported (in addition to the previous support of Hibernate in OSGi mode) Note: In OSGi mode, there is a large choice of Persistence Providers. Hibernate 3.4 or 3.5, EclipseLink 1 or EclipseLink 2 and OpenJPA 1 or OpenJPA 2 ! Mailing list Stay tuned on EasyBeans with the easybeans-announce mailing list : http://mail.ow2.org/wws/subrequest/easybeans-announce Release Notes: Bug (EZB-482) - @LocalBean should target TYPE not METHOD (EZB-490) - Some JPA classes may not be enhanced (if a classtransformer is used like eclipselink) Task (EZB-491) - Add support for new EclipseLink version (2.2.1 / 2.3.0) (EZB-492) - Update OW2 spec to 1.0.10 (EZB-493) - Update OW2 Util to 1.0.33 Best Regards, [Less]
Posted about 13 years ago
    Hello,A new version (1.2.0-M4) of the OW2 EasyBeans product (EJB 3 container) has been released.This version is included in the OW2 JOnAS 5.2 M5 application server.EasyBeans can be embedded in JOnAS application server, Apache Tomcat ... [More] application server, Jetty application server, on OSGi (by using EasyBeans OSGi bundles) or run in standalone mode. EasyBeans is bundled with either Hibernate Entity Manager, Apache OpenJPA, TopLink Essentials or EclipseLink as persistence provider. The 1.2.0-M4 release is provided with some Persistence Providers including: Hibernate 3.5.6-Final (JPA 2.0 compliant)OpenJPA 2.0.1 (JPA 2.0 compliant)EclipseLink 2.1.2 (JPA 2.0 compliant) TopLink Essentials 2.1-60f Here are the guides: Getting started with JOnAS 4.x (tested with 4.7.x, 4.8.x, 4.9.x and 4.10.x) Getting started with Tomcat 5.5.x and 6.0.x (tested with 6.0.x and 7.0.x) Getting started with Jetty 6.1.x/7.x (tested with 6.1.23 and 7.x) Getting started with the EasyBeans OSGi bundles Note: EasyBeans is already bundled in the OW2 JOnAS 5.2 application server. EasyBeans is also working in standalone mode (Uberjar packages are available) The documentation is available on the EasyBeans documentation website. (HTML or PDF) The Release Notes are available online at : http://www.easybeans.net/xwiki/bin/view/News/Release1_2_0_M4 DownloadA new EasyBeans version is out and is available in the Downloads section or in the OW2 maven repository or any maven mirror.Download the version Now ! A Java WebStart online installer is also available  (Or try online installer without Java WebStart) MigrationConfiguration of some components has changed between 1.1.x and 1.2.x. Check the difference before launching EasyBeans OSGi changes : Split of the core bundle: Now there are several "small" bundles. This is more modular. Also, there are bundles for each persistence provider. EclipseLink or other persistence framework are supported (in addition to the previous support of Hibernate in OSGi mode) Note: In OSGi mode, there is a large choice of Persistence Providers. Hibernate 3.4 or 3.5, EclipseLink 1 or EclipseLink 2 and OpenJPA 1 or OpenJPA 2 ! Mailing listStay tuned on EasyBeans with the easybeans-announce mailing list : http://mail.ow2.org/wws/subrequest/easybeans-announce Release Notes:Bug(EZB-468) - Avoid a potential concurrentAccessException Improvement (EZB-462) - Use the quartz dependency org.quartz-scheduler:quartz (and upgrade quartz to 1.8.4)(EZB-469) - Better handling of exception when bean class is invalid New Feature (EZB-463) - Adds ClassLoader management features Task (EZB-464) - Naming stuff should go in its own M2 module(EZB-466) - Add support for java:module, java:app and java:global(EZB-467) - Add Maven Integration Tests for EasyBeans by using EasyBeans Maven plugin(EZB-470) - Add support for new Env-Entry elements (class, enum)(EZB-471) - Update HSQLDB to 1.8.0.10(EZB-472) - Update OW2 Util to 1.0.27(EZB-473) - Update OW2 spec to 1.0.6(EZB-474) - Update OW2 bundles to 1.0.25 Best Regards,Florent [Less]
Posted over 13 years ago
    Hello, A new version (1.2.0-M3) of the OW2 EasyBeans product (EJB 3 container) has been released. This version is included in the OW2 JOnAS 5.2 M3 application server. EasyBeans can be embedded in JOnAS application server, Apache ... [More] Tomcat application server, Jetty application server, on OSGi (by using EasyBeans OSGi bundles) or run in standalone mode. EasyBeans is bundled with either Hibernate Entity Manager, Apache OpenJPA, TopLink Essentials or EclipseLink as persistence provider. The 1.2.0-M3 release is provided with some Persistence Providers including: Hibernate 3.5.6-Final (JPA 2.0 compliant)OpenJPA 2.0.1 (JPA 2.0 compliant)EclipseLink 2.1.1 (JPA 2.0 compliant) TopLink Essentials 2.1-60f Here are the guides: Getting started with JOnAS 4.x (tested with 4.7.x, 4.8.x, 4.9.x and 4.10.x) Getting started with Tomcat 5.5.x and 6.0.x (tested with 5.5.x and 6.0.x) Getting started with Jetty 6.1.x/7.x (tested with 6.1.23 and 7.x) Getting started with the EasyBeans OSGi bundles Note: EasyBeans is already bundled in the OW2 JOnAS 5.2 application server. EasyBeans is also working in standalone mode (Uberjar packages are available) The documentation is available on the EasyBeans documentation website. (HTML or PDF) The Release Notes are available online at : http://www.easybeans.net/xwiki/bin/view/News/Release1_2_0_M3 Download A new EasyBeans version is out and is available in the Downloads section or in the OW2 maven repository or any maven mirror. Download the version Now ! A Java WebStart online installer is also available  (Or try online installer without Java WebStart) New features JPA 2.0 is available when using EclipseLink, Hibernate or OpenJPA packages. A new JPA 2.0 example is provided in order to illustrate the use of this new API. Migration Configuration of some components has changed between 1.1.x and 1.2.x. Check the difference before launching EasyBeans OSGi changes : Split of the core bundle: Now there are several "small" bundles. This is more modular. Also, there are bundles for each persistence provider. EclipseLink or other persistence framework are supported (in addition to the previous support of Hibernate in OSGi mode) Note: In OSGi mode, there is a large choice of Persistence Providers. Hibernate 3.4 or 3.5, EclipseLink 1 or EclipseLink 2 and OpenJPA 1 or OpenJPA 2 ! Mailing list Stay tuned on EasyBeans with the easybeans-announce mailing list : http://mail.ow2.org/wws/subrequest/easybeans-announce Release Notes: Bug [EZB-441) - Cyclic dependencies in some modules (EZB-442) - Wrong creation of singleton instance (EZB-446) - When in a CMT MDB the transaction is rollbacked the message is acknowledged. (EZB-448) - ServerConfig extensions are not added when container is added through OSGi mode (EZB-458) - easyBeans internal cleanup method is exposed through WS (UTIL-85) - Parsing throws an Exception with string containing enclosing section with no start marker (UTIL-86) - Potential NPE in RecursiveResolver (UTIL-88) - Class aliases are reused as Attribute aliases (UTIL-89) - Code assume that the alias attribute is mandatory, while the schema says it is optional (UTIL-91) - Unmarshalling objects should also work with primitive classes Improvement (EZB-445) - SmartClient component should create a directory per remote host New Feature (BUNDLE-25) - Add Util Substitution Bundle Task (EZB-443) - Update Apache Felix Declarative Services component to 1.6.0(EZB-449) - Update to OW2 bundles 1.0.22(EZB-450) - Update to OW2 Util 1.0.24(EZB-451) - Update to OW2 spec 1.0.4(EZB-452) - Tests should be done with new Tomcat 6.0.29(EZB-453) - Update EclipseLink to 2.1.1(EZB-454) - Update to Apache OpenJPA 2.0.1(EZB-455) - Update to Hibernate 3.5.6-Final(EZB-456) - EasyBeans installer may not work on Windows 7 64bits system(EZB-457) - Upgrade maven ant tasks(EZB-459) - Switch to OW2 util marshalling instead of EasyBeans marshalling util(EZB-460) - Update OW2 Util to 1.0.25 Best Regards, Florent [Less]
Posted over 13 years ago
    Hello, A new version (1.2.0-M3) of the OW2 EasyBeans product (EJB 3 container) has been released. This version is included in the OW2 JOnAS 5.2 M3 application server. EasyBeans can be embedded in JOnAS application server, Apache ... [More] Tomcat application server, Jetty application server, on OSGi (by using EasyBeans OSGi bundles) or run in standalone mode. EasyBeans is bundled with either Hibernate Entity Manager, Apache OpenJPA, TopLink Essentials or EclipseLink as persistence provider. The 1.2.0-M3 release is provided with some Persistence Providers including: Hibernate 3.5.6-Final (JPA 2.0 compliant)OpenJPA 2.0.1 (JPA 2.0 compliant)EclipseLink 2.1.1 (JPA 2.0 compliant) TopLink Essentials 2.1-60f Here are the guides: Getting started with JOnAS 4.x (tested with 4.7.x, 4.8.x, 4.9.x and 4.10.x) Getting started with Tomcat 5.5.x and 6.0.x (tested with 5.5.x and 6.0.x) Getting started with Jetty 6.1.x/7.x (tested with 6.1.23 and 7.x) Getting started with the EasyBeans OSGi bundles Note: EasyBeans is already bundled in the OW2 JOnAS 5.2 application server. EasyBeans is also working in standalone mode (Uberjar packages are available) The documentation is available on the EasyBeans documentation website. (HTML or PDF) The Release Notes are available online at : http://www.easybeans.net/xwiki/bin/view/News/Release1_2_0_M3 Download A new EasyBeans version is out and is available in the Downloads section or in the OW2 maven repository or any maven mirror. Download the version Now ! A Java WebStart online installer is also available  (Or try online installer without Java WebStart) New features JPA 2.0 is available when using EclipseLink, Hibernate or OpenJPA packages. A new JPA 2.0 example is provided in order to illustrate the use of this new API. Migration Configuration of some components has changed between 1.1.x and 1.2.x. Check the difference before launching EasyBeans OSGi changes : Split of the core bundle: Now there are several "small" bundles. This is more modular. Also, there are bundles for each persistence provider. EclipseLink or other persistence framework are supported (in addition to the previous support of Hibernate in OSGi mode) Note: In OSGi mode, there is a large choice of Persistence Providers. Hibernate 3.4 or 3.5, EclipseLink 1 or EclipseLink 2 and OpenJPA 1 or OpenJPA 2 ! Mailing list Stay tuned on EasyBeans with the easybeans-announce mailing list : http://mail.ow2.org/wws/subrequest/easybeans-announce Release Notes: Bug [EZB-441) - Cyclic dependencies in some modules (EZB-442) - Wrong creation of singleton instance (EZB-446) - When in a CMT MDB the transaction is rollbacked the message is acknowledged. (EZB-448) - ServerConfig extensions are not added when container is added through OSGi mode (EZB-458) - easyBeans internal cleanup method is exposed through WS (UTIL-85) - Parsing throws an Exception with string containing enclosing section with no start marker (UTIL-86) - Potential NPE in RecursiveResolver (UTIL-88) - Class aliases are reused as Attribute aliases (UTIL-89) - Code assume that the alias attribute is mandatory, while the schema says it is optional (UTIL-91) - Unmarshalling objects should also work with primitive classes Improvement (EZB-445) - SmartClient component should create a directory per remote host New Feature (BUNDLE-25) - Add Util Substitution Bundle Task (EZB-443) - Update Apache Felix Declarative Services component to 1.6.0(EZB-449) - Update to OW2 bundles 1.0.22(EZB-450) - Update to OW2 Util 1.0.24(EZB-451) - Update to OW2 spec 1.0.4(EZB-452) - Tests should be done with new Tomcat 6.0.29(EZB-453) - Update EclipseLink to 2.1.1(EZB-454) - Update to Apache OpenJPA 2.0.1(EZB-455) - Update to Hibernate 3.5.6-Final(EZB-456) - EasyBeans installer may not work on Windows 7 64bits system(EZB-457) - Upgrade maven ant tasks(EZB-459) - Switch to OW2 util marshalling instead of EasyBeans marshalling util(EZB-460) - Update OW2 Util to 1.0.25 Best Regards, Florent [Less]
Posted almost 14 years ago
    Hello, A new version (1.2.0-M2) of the OW2 EasyBeans product (EJB 3 container) has been released. This version is included in the OW2 JOnAS 5.2 M2 application server. EasyBeans can be embedded in JOnAS application server, Apache ... [More] Tomcat application server, Jetty application server, on OSGi (by using EasyBeans OSGi bundles) or run in standalone mode. EasyBeans is bundled with either Hibernate Entity Manager, Apache OpenJPA, TopLink Essentials or EclipseLink as persistence provider.The 1.2.0-M2 release is provided with some Persistence Providers including: Hibernate 3.5.2-Final (JPA 2.0 compliant)OpenJPA 2.0.0 (JPA 2.0 compliant)EclipseLink 2.0.2 (JPA 2.0 compliant) TopLink Essentials 2.1-60f Here are the guides: Getting started with JOnAS 4.x (tested with 4.7.x, 4.8.x, 4.9.x and 4.10.x) Getting started with Tomcat 5.5.x and 6.0.x (tested with 5.5.x and 6.0.x) Getting started with Jetty 6.1.x/7.x (tested with 6.1.23 and 7.x) Getting started with the EasyBeans OSGi bundles Note: EasyBeans is already bundled in the OW2 JOnAS 5.2 application server. EasyBeans is also working in standalone mode (Uberjar packages are available) The documentation is available on the EasyBeans documentation website. (HTML or PDF) The Release Notes are available online at : http://www.easybeans.net/xwiki/bin/view/News/Release1_2_0_M2 Download A new EasyBeans version is out and is available in the Downloads section or in the OW2 maven repository or any maven mirror. Download the version Now ! A Java WebStart online installer is also available  (Or try online installer without Java WebStart) New features JPA 2.0 is available when using EclipseLink, Hibernate or OpenJPA packages. A new JPA 2.0 example is provided in order to illustrate the use of this new API. Migration Configuration of some components has changed between 1.1.x and 1.2.x. Check the difference before launching EasyBeans OSGi changes : Split of the core bundle: Now there are several "small" bundles. This is more modular. Also, there are bundles for each persistence provider. EclipseLink or other persistence framework are supported (in addition to the previous support of Hibernate in OSGi mode) Note: In OSGi mode, there is a large choice of Persistence Providers. Hibernate 3.4 or 3.5, EclipseLink 1 or EclipseLink 2 and OpenJPA 1 or OpenJPA 2 ! Mailing list Stay tuned on EasyBeans with the easybeans-announce mailing list : http://mail.ow2.org/wws/subrequest/easybeans-announce Release Notes: Bug (EZB-300) - Failure to call session bean in jetty webapp(EZB-409) - duplicate class definition error(EZB-432) - WorkManager component may never execute task(EZB-435) - Invalid statistics on beans(EZB-439) - Potential memory leak in OSGi mode (UTIL-76) - ArrayIndexOutOfBoundsException when using inconsistent artifact to generate repositories (UTIL-77) - The abstract resolver produces invalid artifacts with Maven3 (UTIL-79) - Enhanced clue pool may create too much spare instances (UTIL-80) - Maven rmic plugin is broken with Maven 3 (UTIL-82) - Deployment plans are not generated with an Id (UTIL-84) - When using SNAPSHOT versions, maven-jbuilding-plugin sometimes generates invalid maven repositories Improvement (EZB-411) - Add additional monitoring attributes to MBeans(EZB-427) - Improve Deployment Flexibility(EZB-428) - Improve Enhancer DefineClass Flexibility(EZB-437) - Add support for Non-JMS MDB (UTIL-65) - Allow to extend the deployment plan library New Feature (EZB-429) - Audit : Propagation ID (for tracking calls)(EZB-433) - Add support for Hibernate 3.5 Final 2(EZB-434) - Add support for OpenJPA 2.0.0(EZB-436) - Allow a MDB to listen to a destination whose JNDI name is different from joramAdminSpec (UTIL-72) - Provides a property substitution toolbox (UTIL-74) - Audit: Add propagation ID class/methods (UTIL-81) - Allows to get state of a pool Task (EZB-64) - The container must provides a transaction for external interceptors in CMT beans when the "Required" type is used.(EZB-69) - Support for EJB 2.1 in the deployment descriptor.(EZB-73) - Support for the optional MessageDrivenBean interface.(EZB-430) - Update EclipseLink to 2.0.2(EZB-431) - Update Apache OpenJPA to 2.0.0(EZB-438) - Update maven bundle plugin to 2.1.0(EZB-440) - Update Joram Component to 5.3.1 (UTIL-75) - Change default spare instance for the pool (UTIL-78) - Analyze messaging-type in ejb-jar.xml file (BUNDLE-24) - Update maven bundle plugin to 2.1.0 Best Regards, Florent [Less]
Posted almost 14 years ago
       Hello, A new version (1.2.0-M1) of the OW2 EasyBeans product (EJB 3 container) has been released. This version is included in the OW2 JOnAS 5.2 M1 application server. EasyBeans can be embedded in JOnAS application server, Apache ... [More] Tomcat application server, Jetty application server, on OSGi (by using EasyBeans OSGi bundles) or run in standalone mode. EasyBeans is bundled with either Hibernate Entity Manager, Apache OpenJPA, TopLink Essentials or EclipseLink as persistence provider. Note that the EclipseLink version used is EclipseLink 2.0.1 which is JPA 2.0 compliant The 1.2.0-M1 release is provided with some Persistence Providers including: Hibernate (Core 3.3.2GA/Manager 3.4.0 GA) OpenJPA 1.2.1 EclipseLink 2.0.1 (JPA 2 compliant) TopLink Essentials 2.1-60f Here are the guides: Getting started with JOnAS 4.x (tested with 4.7.x, 4.8.x, 4.9.x and 4.10.x) Getting started with Tomcat 5.5.x and 6.0.x (tested with 5.5.x and 6.0.x) Getting started with Jetty 6.1.x/7.x (tested with 6.1.23 and 7.x) Getting started with the EasyBeans OSGi bundles Note: EasyBeans is already bundled in the OW2 JOnAS 5.2 application server. EasyBeans is also working in standalone mode (Uberjar packages are available) The documentation is available on the EasyBeans documentation website. (HTML or PDF) The Release Notes are available online at : http://www.easybeans.net/xwiki/bin/view/News/Release1_2_0_M1 Download A new EasyBeans version is out and is available in the Downloads section or in the OW2 maven repository or any maven mirror. Download the version Now ! A Java WebStart online installer is also available  (Or try online installer without Java WebStart) New features JPA 2.0 is available when using EclipseLink packages. A new JPA 2.0 example is provided in order to illustrate the use of this new API. MigrationConfiguration of some components has changed between 1.1.x and 1.2.x. Check the difference before launching EasyBeans OSGi changes : Split of the core bundle: Now there are several "small" bundles. This is more modular. Also, there are bundles for each persistence provider. EclipseLink or other persistence framework are supported (in addition to the previous support of Hibernate in OSGi mode) Mailing list Stay tuned on EasyBeans with the easybeans-announce mailing list : http://mail.ow2.org/wws/subrequest/easybeans-announce Release Notes: Bug [EZB-297) - EasyBeans OSGi integration test fails ramdomly. (EZB-371) - JDK 6.0 compilation (EZB-382) - Potential memory leak when statistics module is enabled (EZB-397) - Cannot deploy clustered beans when CMI is not activated (EZB-399) - Lifecycle callback methods (ejbActivate and ejbPassivate) of javax.ejb.SessionBean can’t be invoked properly (EZB-400) - ejbCreate() method issue (EZB-401) - Duplicated class defined by the classloader when doing the enhancing operation (EZB-406) - MDB destination retrieving (EZB-408) - getClass().getPackage() may return null for enhanced classes (EZB-423) - Jetty 6.1.x support is broken Improvement (EZB-296) - Use deployment plans in Easybeans (EZB-365) - Provide a configuration file to Hsqldb (EZB-368) - Checking a remote deployed archive (EZB-375) - Update EclipseLink library to latest (1.1.x) release (EZB-402) - EJB Factory Extensibility Improvement (EZB-418) - Add inline=true option on maven bundle plugin (EZB-425) - Maven 3 Compatibility New Feature (EZB-373) - Allow to add programatically global interceptors for each method (EZB-412) - Add support for JPA 2.0 (EZB-413) - Allow to use several bundles of JPA persistence provider at runtime (EZB-414) - Refactor bundles with one core and one bundle for each persistence provider (EZB-421) - Add audit component (EZB-422) - Provides a bundle for EasyBeans Audit Component Task (EZB-377) - Upgrade EclipseLink to 1.1.2(EZB-378) - Upgrade SLF4J to 1.5.8(EZB-379) - Upgrade Hibernate Core to 3.3.2.GA(EZB-380) - Upgrade OpenJPA to 1.2.1(EZB-381) - Upgrade OW2 Carol to 3.0.6(EZB-383) - Update ow2-util component to 1.0.19(EZB-384) - Update carol component to v3.0.8(EZB-385) - Update Cmi component to v2.2.2(EZB-386) - Update Apache Felix Log component to 1.0.0(EZB-387) - Update Apache Felix dependencymanager component to 2.0.1(EZB-388) - Update Apache Felix ConfigAdmin component to 1.2.4(EZB-389) - Update Apache Felix Declarative Services component to 1.0.8(EZB-390) - Update ow2-bundles component to 1.0.18(EZB-393) - Move the ant tasks in ow2-util(EZB-395) - Switch EasyBeans console to Kerneos technology(EZB-403) - Move jca work manager library to an EasyBeans component(EZB-404) - Use of the enhanced ow2 util pool(EZB-405) - Add Bundle for new JCA work manager component(EZB-410) - Switch from Felix OSGi Compendium/core to official OSGi Compendium/core(EZB-419) - Add automatic tests for Jetty integration(EZB-420) - Add support for Eclipse Jetty 7.x(EZB-424) - Update Joram Component to 5.3.0 Best Regards, Florent [Less]