EasyBeans 1.1 RC2 released !

View: New views
5 Messages — Rating Filter:   Alert me  

EasyBeans 1.1 RC2 released !

by Florent BENOIT-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

   Hello,

A new Release Candidate of the development branch (1.1.0-RC2) of the OW2 EasyBeans product (EJB 3 container) has been released.

This version is included in the Java EE 5 certified version of OW2 JOnAS 5.1 Application server.

EasyBeans can be embedded in JOnAS application server, Apache Tomcat application server, Jetty application server, on an OSGi gateway (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.1.0-RC2 release is provided with the latest versions of each Persistence Manager, including Hibernate (Core 3.3.1GA/Manager 3.4.0 GA), OpenJPA 1.2.0, EclipseLink 1.0.1, TopLink Essentials 2.1-60f

Here are the guides:
Getting started with JOnAS 4.x (tested with 4.7.8, 4.8.6, 4.9.2 and 4.10.4)
Getting started with Tomcat 5.5.x and 6.0.x (tested with 5.5.27 and 6.0.18)
Getting started with Jetty 6.1.x (tested with 6.1.15)
Getting started with the EasyBeans OSGi bundles

Note: EasyBeans is already bundled in the OW2 JOnAS 5.1 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_1_0_RC2

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 !

Migration

There is no configuration step between 1.1.0-M1/M2/M3/RC1 and 1.1.0-RC2 version

Mailing list

Stay tuned on EasyBeans with the easybeans-announce mailing list : http://mail.ow2.org/wws/subrequest/easybeans-announce

Release Notes:

Bug
  • (EZB-366) - In BMT Stateful Interceptors, transaction are not always forgotten
  • (EZB-367) - <queue> element in the easybeans.xml cannot be parsed
  • (UTIL-51) - NPE if the setter of an attribute is not found and if this attribute has no mapping
  • (UTIL-52) - Some primitive types are not supported when parsing the attribute values.
Improvement
  • (EZB-365) - Provide a configuration file to Hsqldb
New Feature
  • (EZB-373) - Allow to add programatically global interceptors for each method
Best Regards,

Florent


Re: EasyBeans 1.1 RC2 released !

by Daniel Le Berre :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Florent,

The current version of EclipseLink is 1.1.x (1.1.0 in March 2009 and
1.1.1 in May 2009).

EZB ships with eclipselink 1.0.1 that was released in september 2008.
(a bugfix release 1.0.2 shipped in october 2008).

Your sentence:

"The 1.1.0-RC2 release is provided with the latest versions of each
 Persistence Manager..."

is thus not correct.

EclipseLink 1.0.x is not fully JPA 1.0 compliant. TABLE_PER_CLASS
inheritance for instance is only available in 1.1.x.

It would be great to ship EZB with 1.1.x releases of EclipseLink.

        Daniel

Florent BENOIT a écrit :

>    Hello,
>
> A new Release Candidate of the development branch (1.1.0-RC2) of the OW2
> EasyBeans <http://www.easybeans.net> product (EJB 3 container) has been
> released.
>
> *This version is included in the Java EE 5 certified version of OW2
> JOnAS 5.1 Application server.*
>
> EasyBeans can be embedded in JOnAS application server, Apache Tomcat
> application server, Jetty application server, on an OSGi gateway (by
> using EasyBeans OSGi bundles) or run in standalone mode.
>
> EasyBeans is bundled with either Hibernate Entity Manager
> <http://entitymanager.hibernate.org/>, Apache OpenJPA
> <http://openjpa.apache.org/>, TopLink Essentials
> <https://glassfish.dev.java.net/javaee5/persistence/> or EclipseLink
> <http://www.eclipse.org/eclipselink/> as persistence provider.
>
> The 1.1.0-RC2 release is provided with the latest versions of each
> Persistence Manager, including Hibernate (Core 3.3.1GA/Manager 3.4.0
> GA), OpenJPA 1.2.0, EclipseLink 1.0.1, TopLink Essentials 2.1-60f
>
> Here are the guides:
> Getting started with JOnAS 4.x (tested with 4.7.8, 4.8.6, 4.9.2 and
> 4.10.4) <http://www.easybeans.org/GettingStarted/GettingStarted.html>
> Getting started with Tomcat 5.5.x and 6.0.x (tested with 5.5.27 and
> 6.0.18) <http://www.easybeans.org/GettingStarted/GettingStartedTomcat.html>
> Getting started with Jetty 6.1.x (tested with 6.1.15)
> <http://www.easybeans.org/GettingStarted/GettingStartedJetty.html>
> Getting started with the EasyBeans OSGi bundles
> <http://wiki.easybeans.org/xwiki/bin/view/Doc/OSGi-Assembly>
>
> Note: EasyBeans is already bundled in the OW2 JOnAS 5.1 application server.
> EasyBeans is also working in standalone mode (Uberjar packages are
> available <http://www.easybeans.net/xwiki/bin/view/Main/Downloads>)
>
> The documentation is available on the EasyBeans documentation website
> <http://www.easybeans.net/xwiki/bin/view/Main/Documentation>. (HTML or PDF)
>
> The Release Notes are available online at
> : http://www.easybeans.net/xwiki/bin/view/News/Release1_1_0_RC2
>
>
>         Download
>
> A new EasyBeans version is out and is available in the Downloads
> <http://www.easybeans.net/xwiki/bin/view/Main/Downloads> section or in
> the OW2 maven repository
> <http://maven.ow2.org/maven2/org/ow2/easybeans/> or any maven mirror.
>
> Download the version Now !
> <http://www.easybeans.net/xwiki/bin/view/Main/Downloads>
>
>
>         Migration
>
> /There is no configuration step between //1.1.0-M1/M2/M3///RC1 and
> 1.1.0-RC2 version
> /
>
>
>         Mailing list
>
> Stay tuned on EasyBeans with the easybeans-announce mailing list :
> http://mail.ow2.org/wws/subrequest/easybeans-announce
>
>
>         *Release Notes:*
>
>
>           Bug
>
>     * (EZB-366 <http://jira.easybeans.org/browse/EZB-366>) - In BMT
>       Stateful Interceptors, transaction are not always forgotten
>     * (EZB-367 <http://jira.easybeans.org/browse/EZB-367>) - <queue>
>       element in the easybeans.xml cannot be parsed
>     * (UTIL-51 <http://jira.easybeans.org/browse/UTIL-51>) - NPE if the
>       setter of an attribute is not found and if this attribute has no
>       mapping
>     * (UTIL-52 <http://jira.easybeans.org/browse/UTIL-52>) - Some
>       primitive types are not supported when parsing the attribute values.
>
>
>           Improvement
>
>     * (EZB-365 <http://jira.easybeans.org/browse/EZB-365>) - Provide a
>       configuration file to Hsqldb
>
>
>           New Feature
>
>     * (EZB-373 <http://jira.easybeans.org/browse/EZB-373>) - Allow to
>       add programatically global interceptors for each method
>
> Best Regards,
>
> Florent
>


--
             Daniel Le Berre mailto:leberre@...
             MCF,    CRIL-CNRS UMR 8188,    Universite d'Artois
             http://www.cril.univ-artois.fr/~leberre

Re: Re: EasyBeans 1.1 RC2 released !

by Florent BENOIT-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Could you create an issue on the tracker ?

Regards,

Florent

Daniel Le Berre wrote:
Florent,

The current version of EclipseLink is 1.1.x (1.1.0 in March 2009 and
1.1.1 in May 2009).

EZB ships with eclipselink 1.0.1 that was released in september 2008.
(a bugfix release 1.0.2 shipped in october 2008).

Your sentence:

"The 1.1.0-RC2 release is provided with the latest versions of each
 Persistence Manager..."

is thus not correct.

EclipseLink 1.0.x is not fully JPA 1.0 compliant. TABLE_PER_CLASS
inheritance for instance is only available in 1.1.x.

It would be great to ship EZB with 1.1.x releases of EclipseLink.

	Daniel

Florent BENOIT a écrit :
  
   Hello,

A new Release Candidate of the development branch (1.1.0-RC2) of the OW2
EasyBeans <http://www.easybeans.net> product (EJB 3 container) has been
released.

*This version is included in the Java EE 5 certified version of OW2
JOnAS 5.1 Application server.*

EasyBeans can be embedded in JOnAS application server, Apache Tomcat
application server, Jetty application server, on an OSGi gateway (by
using EasyBeans OSGi bundles) or run in standalone mode.

EasyBeans is bundled with either Hibernate Entity Manager
<http://entitymanager.hibernate.org/>, Apache OpenJPA
<http://openjpa.apache.org/>, TopLink Essentials
<https://glassfish.dev.java.net/javaee5/persistence/> or EclipseLink
<http://www.eclipse.org/eclipselink/> as persistence provider.

The 1.1.0-RC2 release is provided with the latest versions of each
Persistence Manager, including Hibernate (Core 3.3.1GA/Manager 3.4.0
GA), OpenJPA 1.2.0, EclipseLink 1.0.1, TopLink Essentials 2.1-60f

Here are the guides:
Getting started with JOnAS 4.x (tested with 4.7.8, 4.8.6, 4.9.2 and
4.10.4) <http://www.easybeans.org/GettingStarted/GettingStarted.html>
Getting started with Tomcat 5.5.x and 6.0.x (tested with 5.5.27 and
6.0.18) <http://www.easybeans.org/GettingStarted/GettingStartedTomcat.html>
Getting started with Jetty 6.1.x (tested with 6.1.15)
<http://www.easybeans.org/GettingStarted/GettingStartedJetty.html>
Getting started with the EasyBeans OSGi bundles
<http://wiki.easybeans.org/xwiki/bin/view/Doc/OSGi-Assembly>

Note: EasyBeans is already bundled in the OW2 JOnAS 5.1 application server.
EasyBeans is also working in standalone mode (Uberjar packages are
available <http://www.easybeans.net/xwiki/bin/view/Main/Downloads>)

The documentation is available on the EasyBeans documentation website
<http://www.easybeans.net/xwiki/bin/view/Main/Documentation>. (HTML or PDF)

The Release Notes are available online at
: http://www.easybeans.net/xwiki/bin/view/News/Release1_1_0_RC2


        Download

A new EasyBeans version is out and is available in the Downloads
<http://www.easybeans.net/xwiki/bin/view/Main/Downloads> section or in
the OW2 maven repository
<http://maven.ow2.org/maven2/org/ow2/easybeans/> or any maven mirror.

Download the version Now !
<http://www.easybeans.net/xwiki/bin/view/Main/Downloads>


        Migration

/There is no configuration step between //1.1.0-M1/M2/M3///RC1 and
1.1.0-RC2 version
/


        Mailing list

Stay tuned on EasyBeans with the easybeans-announce mailing list :
http://mail.ow2.org/wws/subrequest/easybeans-announce


        *Release Notes:*


          Bug

    * (EZB-366 <http://jira.easybeans.org/browse/EZB-366>) - In BMT
      Stateful Interceptors, transaction are not always forgotten
    * (EZB-367 <http://jira.easybeans.org/browse/EZB-367>) - <queue>
      element in the easybeans.xml cannot be parsed
    * (UTIL-51 <http://jira.easybeans.org/browse/UTIL-51>) - NPE if the
      setter of an attribute is not found and if this attribute has no
      mapping
    * (UTIL-52 <http://jira.easybeans.org/browse/UTIL-52>) - Some
      primitive types are not supported when parsing the attribute values.


          Improvement

    * (EZB-365 <http://jira.easybeans.org/browse/EZB-365>) - Provide a
      configuration file to Hsqldb


          New Feature

    * (EZB-373 <http://jira.easybeans.org/browse/EZB-373>) - Allow to
      add programatically global interceptors for each method

Best Regards,

Florent

    


  


Re: Re: EasyBeans 1.1 RC2 released !

by ekke :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Daniel Le Berre schrieb:
Florent,

The current version of EclipseLink is 1.1.x (1.1.0 in March 2009 and
1.1.1 in May 2009).

EZB ships with eclipselink 1.0.1 that was released in september 2008.
(a bugfix release 1.0.2 shipped in october 2008).

Your sentence:

"The 1.1.0-RC2 release is provided with the latest versions of each
 Persistence Manager..."

is thus not correct.

EclipseLink 1.0.x is not fully JPA 1.0 compliant. TABLE_PER_CLASS
inheritance for instance is only available in 1.1.x.

It would be great to ship EZB with 1.1.x releases of EclipseLink.
  
+1

ekke
	Daniel

Florent BENOIT a écrit :
  
   Hello,

A new Release Candidate of the development branch (1.1.0-RC2) of the OW2
EasyBeans <http://www.easybeans.net> product (EJB 3 container) has been
released.

*This version is included in the Java EE 5 certified version of OW2
JOnAS 5.1 Application server.*

EasyBeans can be embedded in JOnAS application server, Apache Tomcat
application server, Jetty application server, on an OSGi gateway (by
using EasyBeans OSGi bundles) or run in standalone mode.

EasyBeans is bundled with either Hibernate Entity Manager
<http://entitymanager.hibernate.org/>, Apache OpenJPA
<http://openjpa.apache.org/>, TopLink Essentials
<https://glassfish.dev.java.net/javaee5/persistence/> or EclipseLink
<http://www.eclipse.org/eclipselink/> as persistence provider.

The 1.1.0-RC2 release is provided with the latest versions of each
Persistence Manager, including Hibernate (Core 3.3.1GA/Manager 3.4.0
GA), OpenJPA 1.2.0, EclipseLink 1.0.1, TopLink Essentials 2.1-60f

Here are the guides:
Getting started with JOnAS 4.x (tested with 4.7.8, 4.8.6, 4.9.2 and
4.10.4) <http://www.easybeans.org/GettingStarted/GettingStarted.html>
Getting started with Tomcat 5.5.x and 6.0.x (tested with 5.5.27 and
6.0.18) <http://www.easybeans.org/GettingStarted/GettingStartedTomcat.html>
Getting started with Jetty 6.1.x (tested with 6.1.15)
<http://www.easybeans.org/GettingStarted/GettingStartedJetty.html>
Getting started with the EasyBeans OSGi bundles
<http://wiki.easybeans.org/xwiki/bin/view/Doc/OSGi-Assembly>

Note: EasyBeans is already bundled in the OW2 JOnAS 5.1 application server.
EasyBeans is also working in standalone mode (Uberjar packages are
available <http://www.easybeans.net/xwiki/bin/view/Main/Downloads>)

The documentation is available on the EasyBeans documentation website
<http://www.easybeans.net/xwiki/bin/view/Main/Documentation>. (HTML or PDF)

The Release Notes are available online at
: http://www.easybeans.net/xwiki/bin/view/News/Release1_1_0_RC2


        Download

A new EasyBeans version is out and is available in the Downloads
<http://www.easybeans.net/xwiki/bin/view/Main/Downloads> section or in
the OW2 maven repository
<http://maven.ow2.org/maven2/org/ow2/easybeans/> or any maven mirror.

Download the version Now !
<http://www.easybeans.net/xwiki/bin/view/Main/Downloads>


        Migration

/There is no configuration step between //1.1.0-M1/M2/M3///RC1 and
1.1.0-RC2 version
/


        Mailing list

Stay tuned on EasyBeans with the easybeans-announce mailing list :
http://mail.ow2.org/wws/subrequest/easybeans-announce


        *Release Notes:*


          Bug

    * (EZB-366 <http://jira.easybeans.org/browse/EZB-366>) - In BMT
      Stateful Interceptors, transaction are not always forgotten
    * (EZB-367 <http://jira.easybeans.org/browse/EZB-367>) - <queue>
      element in the easybeans.xml cannot be parsed
    * (UTIL-51 <http://jira.easybeans.org/browse/UTIL-51>) - NPE if the
      setter of an attribute is not found and if this attribute has no
      mapping
    * (UTIL-52 <http://jira.easybeans.org/browse/UTIL-52>) - Some
      primitive types are not supported when parsing the attribute values.


          Improvement

    * (EZB-365 <http://jira.easybeans.org/browse/EZB-365>) - Provide a
      configuration file to Hsqldb


          New Feature

    * (EZB-373 <http://jira.easybeans.org/browse/EZB-373>) - Allow to
      add programatically global interceptors for each method

Best Regards,

Florent

    


  


Re: Re: Re: EasyBeans 1.1 RC2 released !

by Daniel Le Berre :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Done.

http://jira.easybeans.org/browse/EZB-375

        Daniel

Florent BENOIT a écrit :

> Could you create an issue on the tracker ?
>
> Regards,
>
> Florent
>
> Daniel Le Berre wrote:
>> Florent,
>>
>> The current version of EclipseLink is 1.1.x (1.1.0 in March 2009 and
>> 1.1.1 in May 2009).
>>
>> EZB ships with eclipselink 1.0.1 that was released in september 2008.
>> (a bugfix release 1.0.2 shipped in october 2008).
>>
>> Your sentence:
>>
>> "The 1.1.0-RC2 release is provided with the latest versions of each
>>  Persistence Manager..."
>>
>> is thus not correct.
>>
>> EclipseLink 1.0.x is not fully JPA 1.0 compliant. TABLE_PER_CLASS
>> inheritance for instance is only available in 1.1.x.
>>
>> It would be great to ship EZB with 1.1.x releases of EclipseLink.
>>
>> Daniel
>>
>> Florent BENOIT a écrit :
>>  
>>>    Hello,
>>>
>>> A new Release Candidate of the development branch (1.1.0-RC2) of the OW2
>>> EasyBeans <http://www.easybeans.net> product (EJB 3 container) has been
>>> released.
>>>
>>> *This version is included in the Java EE 5 certified version of OW2
>>> JOnAS 5.1 Application server.*
>>>
>>> EasyBeans can be embedded in JOnAS application server, Apache Tomcat
>>> application server, Jetty application server, on an OSGi gateway (by
>>> using EasyBeans OSGi bundles) or run in standalone mode.
>>>
>>> EasyBeans is bundled with either Hibernate Entity Manager
>>> <http://entitymanager.hibernate.org/>, Apache OpenJPA
>>> <http://openjpa.apache.org/>, TopLink Essentials
>>> <https://glassfish.dev.java.net/javaee5/persistence/> or EclipseLink
>>> <http://www.eclipse.org/eclipselink/> as persistence provider.
>>>
>>> The 1.1.0-RC2 release is provided with the latest versions of each
>>> Persistence Manager, including Hibernate (Core 3.3.1GA/Manager 3.4.0
>>> GA), OpenJPA 1.2.0, EclipseLink 1.0.1, TopLink Essentials 2.1-60f
>>>
>>> Here are the guides:
>>> Getting started with JOnAS 4.x (tested with 4.7.8, 4.8.6, 4.9.2 and
>>> 4.10.4) <http://www.easybeans.org/GettingStarted/GettingStarted.html>
>>> Getting started with Tomcat 5.5.x and 6.0.x (tested with 5.5.27 and
>>> 6.0.18) <http://www.easybeans.org/GettingStarted/GettingStartedTomcat.html>
>>> Getting started with Jetty 6.1.x (tested with 6.1.15)
>>> <http://www.easybeans.org/GettingStarted/GettingStartedJetty.html>
>>> Getting started with the EasyBeans OSGi bundles
>>> <http://wiki.easybeans.org/xwiki/bin/view/Doc/OSGi-Assembly>
>>>
>>> Note: EasyBeans is already bundled in the OW2 JOnAS 5.1 application server.
>>> EasyBeans is also working in standalone mode (Uberjar packages are
>>> available <http://www.easybeans.net/xwiki/bin/view/Main/Downloads>)
>>>
>>> The documentation is available on the EasyBeans documentation website
>>> <http://www.easybeans.net/xwiki/bin/view/Main/Documentation>. (HTML or PDF)
>>>
>>> The Release Notes are available online at
>>> : http://www.easybeans.net/xwiki/bin/view/News/Release1_1_0_RC2
>>>
>>>
>>>         Download
>>>
>>> A new EasyBeans version is out and is available in the Downloads
>>> <http://www.easybeans.net/xwiki/bin/view/Main/Downloads> section or in
>>> the OW2 maven repository
>>> <http://maven.ow2.org/maven2/org/ow2/easybeans/> or any maven mirror.
>>>
>>> Download the version Now !
>>> <http://www.easybeans.net/xwiki/bin/view/Main/Downloads>
>>>
>>>
>>>         Migration
>>>
>>> /There is no configuration step between //1.1.0-M1/M2/M3///RC1 and
>>> 1.1.0-RC2 version
>>> /
>>>
>>>
>>>         Mailing list
>>>
>>> Stay tuned on EasyBeans with the easybeans-announce mailing list :
>>> http://mail.ow2.org/wws/subrequest/easybeans-announce
>>>
>>>
>>>         *Release Notes:*
>>>
>>>
>>>           Bug
>>>
>>>     * (EZB-366 <http://jira.easybeans.org/browse/EZB-366>) - In BMT
>>>       Stateful Interceptors, transaction are not always forgotten
>>>     * (EZB-367 <http://jira.easybeans.org/browse/EZB-367>) - <queue>
>>>       element in the easybeans.xml cannot be parsed
>>>     * (UTIL-51 <http://jira.easybeans.org/browse/UTIL-51>) - NPE if the
>>>       setter of an attribute is not found and if this attribute has no
>>>       mapping
>>>     * (UTIL-52 <http://jira.easybeans.org/browse/UTIL-52>) - Some
>>>       primitive types are not supported when parsing the attribute values.
>>>
>>>
>>>           Improvement
>>>
>>>     * (EZB-365 <http://jira.easybeans.org/browse/EZB-365>) - Provide a
>>>       configuration file to Hsqldb
>>>
>>>
>>>           New Feature
>>>
>>>     * (EZB-373 <http://jira.easybeans.org/browse/EZB-373>) - Allow to
>>>       add programatically global interceptors for each method
>>>
>>> Best Regards,
>>>
>>> Florent
>>>
>>>    
>>
>>
>>  
>


--
             Daniel Le Berre mailto:leberre@...
             MCF,    CRIL-CNRS UMR 8188,    Universite d'Artois
             http://www.cril.univ-artois.fr/~leberre