Re: TomEE -Java EE 8 compatible or certified ?

2017-09-27 Thread cocorossello
Hi, One question about future TomEE 8. Would it be compatible with java 9? (I mean project compiled to java 9, I can run tomee 7 with java 9 runtime but I have to compile to java 8). -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html

Re: TomEE -Java EE 8 compatible or certified ?

2017-09-27 Thread Romain Manni-Bucau
presonally I got a lot of surprises with eclipselink (like good perf out of the both...cause cache is on by default which doesnt enjoy clustering the apps, like getting connections used outside transactions where the entity should be a dead DTO etc...) which made applications uncontrolled so

Re: TomEE -Java EE 8 compatible or certified ?

2017-09-27 Thread Maxim Solodovnik
Thanks :) We are currently using OpenJPA, and I'm a little bit worried regarding my next steps if I have to change it to something else. Hibernate is not an option due to licensing limitations ... On Wed, Sep 27, 2017 at 4:30 PM, Matthew Broadhead < matthew.broadh...@nbmlaw.co.uk> wrote: > hi

Re: TomEE -Java EE 8 compatible or certified ?

2017-09-27 Thread Matthew Broadhead
hi Maxim i wanted to use full stack TomEE (minimise external dependencies) and it seemed the in house JPA option gave me better support from the TomEE team.  also once i had overcome the differences between EclipseLink and OpenJPA OpenJPA seems to work more logically IMHO (less peculiarities). 

Re: TomEE -Java EE 8 compatible or certified ?

2017-09-27 Thread Maxim Solodovnik
Hello Matthew, sorry for off-topic ... why have you migrated from EclipseLink? On Wed, Sep 27, 2017 at 4:22 PM, Matthew Broadhead < matthew.broadh...@nbmlaw.co.uk> wrote: > i am using TomEE 7.0.3 Plus with OpenJPA in production and haven't had any > problems although i get your point that it is

Re: TomEE -Java EE 8 compatible or certified ?

2017-09-27 Thread Matthew Broadhead
i am using TomEE 7.0.3 Plus with OpenJPA in production and haven't had any problems although i get your point that it is only JPA 2.0. Romain Manni-Bucau and Mark Struberg have been great with support when I made the transition from EclipseLink to OpenJPA.  I also thought I heard the other day