RE: EclipseLink not flush transaction

2013-07-11 Thread Sébastien Nicouleau
Hi Lucas, I'm very busy, I expect to get back on osgi early next week. Sébastien Date: Wed, 10 Jul 2013 15:49:16 +0200 Subject: Re: EclipseLink not flush transaction From: lburgazz...@gmail.com To: user@aries.apache.org Hi Sébastien, I've opened an issue on my repository for referen

Re: EclipseLink not flush transaction

2013-07-10 Thread lb
; wrote: > as I said to Lucas, I will prepare a package exmaple. > My test use Karaf 3.0.0 , and aries transaction manager. > > -- > From: tom.le...@netage.com.hk > To: user@aries.apache.org > Subject: RE: EclipseLink not flush transaction &

RE: EclipseLink not flush transaction

2013-07-02 Thread Sébastien Nicouleau
as I said to Lucas, I will prepare a package exmaple.My test use Karaf 3.0.0 , and aries transaction manager. From: tom.le...@netage.com.hk To: user@aries.apache.org Subject: RE: EclipseLink not flush transaction Date: Tue, 2 Jul 2013 17:41:39 +0800 Interesting!!! I have tested Eclipselink v2.4

RE: EclipseLink not flush transaction

2013-07-02 Thread Tom Leung
[mailto:seb_nicoul...@hotmail.com] Sent: Tuesday, July 02, 2013 4:56 PM To: user@aries.apache.org Subject: RE: EclipseLink not flush transaction Hi , are you sure , because my persistence.xml declares JTA , and without the two classes recovered eclipsleink-Adaptater, EclipseLink participated in the

RE: EclipseLink not flush transaction

2013-07-02 Thread Sébastien Nicouleau
@aries.apache.org Subject: RE: EclipseLink not flush transaction Date: Tue, 2 Jul 2013 09:08:14 +0800 EclipseLink doesn't support OSGi container transaction right now. Only OpenJPA supports OSGi container transaction. Hibernate 4.2.2 or previous version is still buggy, it only works well with

RE: EclipseLink not flush transaction

2013-07-01 Thread Tom Leung
rated. Best Rgds, Tom From: Sébastien Nicouleau [mailto:seb_nicoul...@hotmail.com] Sent: Tuesday, July 02, 2013 1:08 AM To: user@aries.apache.org Subject: RE: EclipseLink not flush transaction Hi Lb, I use container managed transactions. For sharing, I have to prepare a package be

Re: EclipseLink not flush transaction

2013-07-01 Thread lb
.apache.org');> > CC: user@aries.apache.org 'user@aries.apache.org');> > Subject: RE: EclipseLink not flush transaction > > Hi Sebastien, > do you have an example to share so I can include it in > github.com/lburgazzoli/karaf-exanples ? > >

RE: EclipseLink not flush transaction

2013-07-01 Thread Sébastien Nicouleau
here, but I tried your example hibernate, but without success, hibernate not start Sebastien. Date: Mon, 1 Jul 2013 07:29:29 -0700 From: lburgazz...@gmail.com To: user@aries.apache.org CC: user@aries.apache.org Subject: RE: EclipseLink not flush transaction Hi Sebastien,​do you have an example to

RE: EclipseLink not flush transaction

2013-07-01 Thread Sébastien Nicouleau
here, but I tried your example hibernate, but without success, hibernate not start Sebastien. Date: Mon, 1 Jul 2013 07:29:29 -0700 From: lburgazz...@gmail.com To: user@aries.apache.org CC: user@aries.apache.org Subject: RE: EclipseLink not flush transaction Hi Sebastien,​do you have an example to

RE: EclipseLink not flush transaction

2013-07-01 Thread lb
> (https://svn.apache.org/repos/asf/aries/trunk/jpa/jpa-container-eclipselink-adapter/src/main/java/org/apache/aries/jpa/eclipselink/adapter/platform/) > in my project. > Thanks for your help. > From: seb_nicoul...@hotmail.com > To: user@aries.apache.org > Subject: RE: EclipseLink no

RE: EclipseLink not flush transaction

2013-07-01 Thread Sébastien Nicouleau
gt; Date: Mon, 1 Jul 2013 12:14:14 +0200 > Subject: Re: EclipseLink not flush transaction > From: balazs.zsol...@everit.biz > To: user@aries.apache.org > > I do not know if it is still necessary but there is an > aries-jpa-eclipselink project (you can find it in SVN). > > I

RE: EclipseLink not flush transaction

2013-07-01 Thread Sébastien Nicouleau
gt; Date: Mon, 1 Jul 2013 12:14:14 +0200 > Subject: Re: EclipseLink not flush transaction > From: balazs.zsol...@everit.biz > To: user@aries.apache.org > > I do not know if it is still necessary but there is an > aries-jpa-eclipselink project (you can find it in SVN). > > I

RE: EclipseLink not flush transaction

2013-07-01 Thread Balázs Zsoldos
have a ClassNotfoundException, and I actived the DynamicImport-Package to > be sure. > > OSGiTSServer is in a special bundle ? > > > Date: Mon, 1 Jul 2013 12:14:14 +0200 > > Subject: Re: EclipseLink not flush transaction > > From: balazs.zsol...@everit.biz > > To: user@aries

RE: EclipseLink not flush transaction

2013-07-01 Thread Sébastien Nicouleau
Thanks , I thought it.But , If i add this line in my persistence.xml /properties : I have a ClassNotfoundException, and I actived the DynamicImport-Package to be sure. OSGiTSServer is in a special bundle ? > Date: Mon, 1 Jul 2013 12:14:14 +0200 > Subject: Re: EclipseLink not

Re: EclipseLink not flush transaction

2013-07-01 Thread lb
Hi, can you post/link your code? — lb On Mon, Jul 1, 2013 at 12:15 PM, Balázs Zsoldos wrote: > I do not know if it is still necessary but there is an > aries-jpa-eclipselink project (you can find it in SVN). > In your case the problem might be that the eclipselink.target-server > property is not

Re: EclipseLink not flush transaction

2013-07-01 Thread Balázs Zsoldos
I do not know if it is still necessary but there is an aries-jpa-eclipselink project (you can find it in SVN). In your case the problem might be that the eclipselink.target-server property is not set. See the class https://svn.apache.org/repos/asf/aries/trunk/jpa/jpa-container-eclipselink-adapter/