You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Vano Beridze <va...@gmail.com> on 2019/09/21 19:54:40 UTC

tomee8 jpa provider

Hello,

I've downloaded tomee 8.0.0 and deployed java ee 8 application.
From what I can see it's handled by EclipseLink 2.6.4 which is Java EE 7
compliant.

Kind regards,
Vano

Re: tomee8 jpa provider

Posted by Jonathan Gallimore <jo...@gmail.com>.
JIRA filed, and EclipseLink updated for TomEE 8.0.1:
https://issues.apache.org/jira/browse/TOMEE-2692

Thanks

Jon

On Sun, Sep 22, 2019 at 2:10 AM Jonathan S. Fisher <ex...@gmail.com>
wrote:

> (by replacing the eclipselink jar in the tomee lib directory, as you
> described)
>
> On Sat, Sep 21, 2019 at 8:09 PM Jonathan S. Fisher <ex...@gmail.com>
> wrote:
>
> > We regularly run TomEE 7.0.x with upgraded Eclipselink 2.7.4 and use the
> > latest JPA features with no issues :) Make sure both your orm.xml and
> > persistence.xml schema point to the correct XSD or you'll have some
> issues.
> >
> > On Sat, Sep 21, 2019 at 3:34 PM Vano Beridze <va...@gmail.com> wrote:
> >
> >> If I replace a jar file in the lib folder, should it work?
> >>
> >> On Sun, Sep 22, 2019 at 12:28 AM Jean-Louis Monteiro <
> >> jlmonteiro@tomitribe.com> wrote:
> >>
> >> > Hi,
> >> >
> >> > It actually depends on what you download. By default, TomEE uses
> >> OpenJPA.
> >> > The PLUME distribution switches both JPA from OpenJPA to EclipseLink
> and
> >> > MyFaces to Mojora for JSF.
> >> >
> >> > I think the API embedded in TomEE 8 should be 2.2 or we have an issue
> we
> >> > should fix.
> >> > If that's the case, I don't think there would be any issue upgrading
> >> > Eclipse Link to compatible version.
> >> >
> >> >
> >> > --
> >> > Jean-Louis Monteiro
> >> > http://twitter.com/jlouismonteiro
> >> > http://www.tomitribe.com
> >> >
> >> >
> >> > On Sat, Sep 21, 2019 at 12:55 PM Vano Beridze <va...@gmail.com>
> >> wrote:
> >> >
> >> > > Hello,
> >> > >
> >> > > I've downloaded tomee 8.0.0 and deployed java ee 8 application.
> >> > > From what I can see it's handled by EclipseLink 2.6.4 which is Java
> >> EE 7
> >> > > compliant.
> >> > >
> >> > > Kind regards,
> >> > > Vano
> >> > >
> >> >
> >>
> >
> >
> > --
> > Jonathan | exabrial@gmail.com
> > Pessimists, see a jar as half empty. Optimists, in contrast, see it as
> > half full.
> > Engineers, of course, understand the glass is twice as big as it needs to
> > be.
> >
>
>
> --
> Jonathan | exabrial@gmail.com
> Pessimists, see a jar as half empty. Optimists, in contrast, see it as half
> full.
> Engineers, of course, understand the glass is twice as big as it needs to
> be.
>

Re: tomee8 jpa provider

Posted by "Jonathan S. Fisher" <ex...@gmail.com>.
(by replacing the eclipselink jar in the tomee lib directory, as you
described)

On Sat, Sep 21, 2019 at 8:09 PM Jonathan S. Fisher <ex...@gmail.com>
wrote:

> We regularly run TomEE 7.0.x with upgraded Eclipselink 2.7.4 and use the
> latest JPA features with no issues :) Make sure both your orm.xml and
> persistence.xml schema point to the correct XSD or you'll have some issues.
>
> On Sat, Sep 21, 2019 at 3:34 PM Vano Beridze <va...@gmail.com> wrote:
>
>> If I replace a jar file in the lib folder, should it work?
>>
>> On Sun, Sep 22, 2019 at 12:28 AM Jean-Louis Monteiro <
>> jlmonteiro@tomitribe.com> wrote:
>>
>> > Hi,
>> >
>> > It actually depends on what you download. By default, TomEE uses
>> OpenJPA.
>> > The PLUME distribution switches both JPA from OpenJPA to EclipseLink and
>> > MyFaces to Mojora for JSF.
>> >
>> > I think the API embedded in TomEE 8 should be 2.2 or we have an issue we
>> > should fix.
>> > If that's the case, I don't think there would be any issue upgrading
>> > Eclipse Link to compatible version.
>> >
>> >
>> > --
>> > Jean-Louis Monteiro
>> > http://twitter.com/jlouismonteiro
>> > http://www.tomitribe.com
>> >
>> >
>> > On Sat, Sep 21, 2019 at 12:55 PM Vano Beridze <va...@gmail.com>
>> wrote:
>> >
>> > > Hello,
>> > >
>> > > I've downloaded tomee 8.0.0 and deployed java ee 8 application.
>> > > From what I can see it's handled by EclipseLink 2.6.4 which is Java
>> EE 7
>> > > compliant.
>> > >
>> > > Kind regards,
>> > > Vano
>> > >
>> >
>>
>
>
> --
> Jonathan | exabrial@gmail.com
> Pessimists, see a jar as half empty. Optimists, in contrast, see it as
> half full.
> Engineers, of course, understand the glass is twice as big as it needs to
> be.
>


-- 
Jonathan | exabrial@gmail.com
Pessimists, see a jar as half empty. Optimists, in contrast, see it as half
full.
Engineers, of course, understand the glass is twice as big as it needs to
be.

Re: tomee8 jpa provider

Posted by "Jonathan S. Fisher" <ex...@gmail.com>.
We regularly run TomEE 7.0.x with upgraded Eclipselink 2.7.4 and use the
latest JPA features with no issues :) Make sure both your orm.xml and
persistence.xml schema point to the correct XSD or you'll have some issues.

On Sat, Sep 21, 2019 at 3:34 PM Vano Beridze <va...@gmail.com> wrote:

> If I replace a jar file in the lib folder, should it work?
>
> On Sun, Sep 22, 2019 at 12:28 AM Jean-Louis Monteiro <
> jlmonteiro@tomitribe.com> wrote:
>
> > Hi,
> >
> > It actually depends on what you download. By default, TomEE uses OpenJPA.
> > The PLUME distribution switches both JPA from OpenJPA to EclipseLink and
> > MyFaces to Mojora for JSF.
> >
> > I think the API embedded in TomEE 8 should be 2.2 or we have an issue we
> > should fix.
> > If that's the case, I don't think there would be any issue upgrading
> > Eclipse Link to compatible version.
> >
> >
> > --
> > Jean-Louis Monteiro
> > http://twitter.com/jlouismonteiro
> > http://www.tomitribe.com
> >
> >
> > On Sat, Sep 21, 2019 at 12:55 PM Vano Beridze <va...@gmail.com>
> wrote:
> >
> > > Hello,
> > >
> > > I've downloaded tomee 8.0.0 and deployed java ee 8 application.
> > > From what I can see it's handled by EclipseLink 2.6.4 which is Java EE
> 7
> > > compliant.
> > >
> > > Kind regards,
> > > Vano
> > >
> >
>


-- 
Jonathan | exabrial@gmail.com
Pessimists, see a jar as half empty. Optimists, in contrast, see it as half
full.
Engineers, of course, understand the glass is twice as big as it needs to
be.

Re: tomee8 jpa provider

Posted by Vano Beridze <va...@gmail.com>.
If I replace a jar file in the lib folder, should it work?

On Sun, Sep 22, 2019 at 12:28 AM Jean-Louis Monteiro <
jlmonteiro@tomitribe.com> wrote:

> Hi,
>
> It actually depends on what you download. By default, TomEE uses OpenJPA.
> The PLUME distribution switches both JPA from OpenJPA to EclipseLink and
> MyFaces to Mojora for JSF.
>
> I think the API embedded in TomEE 8 should be 2.2 or we have an issue we
> should fix.
> If that's the case, I don't think there would be any issue upgrading
> Eclipse Link to compatible version.
>
>
> --
> Jean-Louis Monteiro
> http://twitter.com/jlouismonteiro
> http://www.tomitribe.com
>
>
> On Sat, Sep 21, 2019 at 12:55 PM Vano Beridze <va...@gmail.com> wrote:
>
> > Hello,
> >
> > I've downloaded tomee 8.0.0 and deployed java ee 8 application.
> > From what I can see it's handled by EclipseLink 2.6.4 which is Java EE 7
> > compliant.
> >
> > Kind regards,
> > Vano
> >
>

Re: tomee8 jpa provider

Posted by Jean-Louis Monteiro <jl...@tomitribe.com>.
Hi,

It actually depends on what you download. By default, TomEE uses OpenJPA.
The PLUME distribution switches both JPA from OpenJPA to EclipseLink and
MyFaces to Mojora for JSF.

I think the API embedded in TomEE 8 should be 2.2 or we have an issue we
should fix.
If that's the case, I don't think there would be any issue upgrading
Eclipse Link to compatible version.


--
Jean-Louis Monteiro
http://twitter.com/jlouismonteiro
http://www.tomitribe.com


On Sat, Sep 21, 2019 at 12:55 PM Vano Beridze <va...@gmail.com> wrote:

> Hello,
>
> I've downloaded tomee 8.0.0 and deployed java ee 8 application.
> From what I can see it's handled by EclipseLink 2.6.4 which is Java EE 7
> compliant.
>
> Kind regards,
> Vano
>