JAX-RS integration with managed beans

2018-05-04 Thread kkriszti
Hi, I'm trying to migrate from WebSphere to TomEE. I have a @ManagedBean annotated JAX-RS resource, but when I run my EAR on apache-tomee-jaxrs-1.7.4 I'm getting below error: Please advise. For reference: IBM JAX-RS 2.0 integration with managed beans

Re: TomEE Stable and OpenJDK

2018-05-04 Thread Mark Struberg
I think what the download page fails to communicate is which EE level it addresses. We should probably split this into different areas on the download page. To clarify this TomEE-1.7.x adresses the JavaEE 6 specifications, with minimum requirement Java7 (up to Java8) TomEE-7.0.x adresses

Re: JAX-RS integration with managed beans

2018-05-04 Thread Romain Manni-Bucau
Hi Which managedbean annotation is it? Maybe use cdi integration too. Side note: tomee 1 uses jaxrs 1, not 2 which is in tomee 7. Le 5 mai 2018 00:07, "kkriszti" a écrit : > Hi, > > I'm trying to migrate from WebSphere to TomEE. > I have a @ManagedBean annotated

Re: JAX-RS integration with managed beans

2018-05-04 Thread kkriszti
Hi, I have added stacktrace too in HTML format but it seems to be vanished after preview! So here again: May 04, 2018 6:09:20 PM org.apache.cxf.phase.PhaseInterceptorChain doDefaultLogging WARNING: Application {http://example.com/}MyService has thrown exception, unwinding now

TomEE Stable and OpenJDK

2018-05-04 Thread fabian-a . richter
Hello everyone, we are currently using TomEE 1.7.4 and started to discuss an upgrade to the latest version. Questions (spawned by the TomEE Wikipedia article) arose as to which one is currently the stable (production) release of TomEE: Is it 1.7.5 (as Wikipedia suggests) or the 7.0.4

Re: TomEE Stable and OpenJDK

2018-05-04 Thread Andy Gumbrecht
Hi Fabian, We're using OpenJDK & TomEE on many prod systems, so I'd say it's good to go in that sense. The 1.7.5 branch is the EE6 only version, of which the webprofile is certified. The 7.x branch is EE7 compatible, but not certified due only to licensing issues - It's still very stable

Re: TomEE Stable and OpenJDK

2018-05-04 Thread Romain Manni-Bucau
Hi Fabian, answered inline 2018-05-04 14:56 GMT+02:00 : > Hello everyone, > > > > we are currently using TomEE 1.7.4 and started to discuss an upgrade to > the latest version. > > > > Questions (spawned by the TomEE Wikipedia article) arose as to which one >