Re: Tomee 1.7.1 compatible in Java 8

2015-02-19 Thread Vincenzo D'Amore
Hi Kayal, I have created a Vagrant project useful to automatically deploy Tomee into a virtual machine. Usually Vagrant is used with VirtualBox, but I have successfully used it with AWS, Azure and Google Computer Engine. During the provisioning process Java 8 is installed... so Tomee runs in Java

Re: Tomee 1.7.1 compatible in Java 8

2015-02-19 Thread Romain Manni-Bucau
For JPA 2.1 yes, that said I'm not yet fully convinced it can be needed for something else than geek reasons ;) About DS: no link to CDI so why DS? :p. Then issue doing before before specs is there is often a mismatch afterwards and you managed to use EE to get vendor locked :) (see @Tx for instan

Re: Tomee 1.7.1 compatible in Java 8

2015-02-19 Thread jieryn
It's a quick fix.. DeltaSpike should do it *cough cough* https://weblogs.java.net/blog/montanajava/archive/2014/06/17/using-java-8-datetime-classes-jpa On Thu, Feb 19, 2015 at 1:47 PM, Romain Manni-Bucau wrote: > yes but JPA doesnt support it even in JavaEE 7 > > > Romain Manni-Bucau > @rmannibu

Re: Tomee 1.7.1 compatible in Java 8

2015-02-19 Thread Romain Manni-Bucau
yes but JPA doesnt support it even in JavaEE 7 Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2015-02-19 19:43 GMT+01:00 Howard W. Smith, Jr. : > Agreed. Should not be too hard, since tomee has jodatime 1.6.2 dependency >

Re: Tomee 1.7.1 compatible in Java 8

2015-02-19 Thread Howard W. Smith, Jr.
Agreed. Should not be too hard, since tomee has jodatime 1.6.2 dependency for years now. Right? Java 8 new Date time API = jodatime On Feb 19, 2015 1:24 PM, "cchacin" wrote: > Also we need to make some hacks to use new Date & Time API. > > On Thu, Feb 19, 2015, 10:13 AM Romain Manni-Bucau [via

Re: Tomee 1.7.1 compatible in Java 8

2015-02-19 Thread cchacin
Also we need to make some hacks to use new Date & Time API. On Thu, Feb 19, 2015, 10:13 AM Romain Manni-Bucau [via TomEE & OpenEJB] < ml-node+s979440n4673801...@n4.nabble.com> wrote: > OpenJPA just tolerate java 8 bytecode but doesn't support new Java 8 > API so if you use them entity lifecycle c

Re: Tomee 1.7.1 compatible in Java 8

2015-02-19 Thread Romain Manni-Bucau
OpenJPA just tolerate java 8 bytecode but doesn't support new Java 8 API so if you use them entity lifecycle can be broken. typically if you modify a collection using stream API instead of Collection API then the relationship will not get updated as exepected in the database. Rarely an issue in pra

Re: Tomee 1.7.1 compatible in Java 8

2015-02-19 Thread Suzanne Genod
Hi, Would you please expand on what are TomE 1.7.1 limitations with JPA entities when running with Java 8? Thanks, Suz On Thu, Feb 19, 2015 at 5:59 PM, Romain Manni-Bucau wrote: > Just a side note: it works while you don't abuse of it in JPA entities > (it is only tolerated here) > > > Romain

Re: Tomee 1.7.1 compatible in Java 8

2015-02-19 Thread karl . kilden
I also use it with no issues Skickat från min iPhone > 19 feb 2015 kl. 17:59 skrev Romain Manni-Bucau : > > Just a side note: it works while you don't abuse of it in JPA entities > (it is only tolerated here) > > > Romain Manni-Bucau > @rmannibucau > http://www.tomitribe.com > http://rmannibuc

Re: Tomee 1.7.1 compatible in Java 8

2015-02-19 Thread Romain Manni-Bucau
Just a side note: it works while you don't abuse of it in JPA entities (it is only tolerated here) Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2015-02-19 17:54 GMT+01:00 Jean-Louis Monteiro : > Thx for the feedback Vin

Re: Tomee 1.7.1 compatible in Java 8

2015-02-19 Thread Jean-Louis Monteiro
Thx for the feedback Vincenzo. Very cool to see users answering questions from other users. That's very important. and btw, you are right. All the bytecode processing has been updated to support Java 8 -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Thu, Feb

Re: Tomee 1.7.1 compatible in Java 8

2015-02-19 Thread Vincenzo D'Amore
Hi, yes, I'm actively using it with Java 8. On Thu, Feb 19, 2015 at 5:26 PM, sensu...@gmail.com wrote: > Hi all, > > Is Tomee 1.7.1 is compatible in Java 8? > > Thanks > Kayal > > > > -- > View this message in context: > http://tomee-openejb.979440.n4.nabble.com/Tomee-1-7-1-compatible-in-Java-8-

Tomee 1.7.1 compatible in Java 8

2015-02-19 Thread sensu...@gmail.com
Hi all, Is Tomee 1.7.1 is compatible in Java 8? Thanks Kayal -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Tomee-1-7-1-compatible-in-Java-8-tp4673794.html Sent from the TomEE Users mailing list archive at Nabble.com.