Re: ServletContainerInitializer in EAR

2018-05-05 Thread Tamás Kimmel
It's TOMEE-2192. A simplified testcase attached. 2018-05-05 17:50 GMT+02:00 Jonathan Gallimore : > Yes please to both 😀 > > On Sat, 5 May 2018, 16:46 Tamás Kimmel, wrote: > > > Creating a trimmed down testcase would help? > > Should I file an issue? > > > > > > 2018-05-01 16:44 GMT+02:00 Tamás

Re: ServletContainerInitializer in EAR

2018-05-05 Thread Jonathan Gallimore
Yes please to both 😀 On Sat, 5 May 2018, 16:46 Tamás Kimmel, wrote: > Creating a trimmed down testcase would help? > Should I file an issue? > > > 2018-05-01 16:44 GMT+02:00 Tamás Kimmel : > > > Thanks, yes I am on 7.0.4. > > > > 2018-05-01 15:56 GMT+02:00 Jonathan Gallimore < > > jonathan.galli

Re: ServletContainerInitializer in EAR

2018-05-05 Thread Tamás Kimmel
Creating a trimmed down testcase would help? Should I file an issue? 2018-05-01 16:44 GMT+02:00 Tamás Kimmel : > Thanks, yes I am on 7.0.4. > > 2018-05-01 15:56 GMT+02:00 Jonathan Gallimore < > jonathan.gallim...@gmail.com>: > >> Thanks for reporting that. I'm working in that area at the moment.

Re: JAX-RS integration with managed beans

2018-05-05 Thread Romain Manni-Bucau
Looks good, the side note being that if you dont need the request scope, you will get better performances with application scoped for endpoints. Le 5 mai 2018 14:57, "kkriszti" a écrit : > Hi, > > Thank you for highlighting this! > > Grüße, > Krisztina > > > > -- > Sent from: http://tomee-openej

Re: JAX-RS integration with managed beans

2018-05-05 Thread kkriszti
Hi, Thank you for highlighting this! Grüße, Krisztina -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html

Re: JAX-RS integration with managed beans

2018-05-05 Thread kkriszti
Hi, I see, thank you! I have fixed my REST app! Tested solution on - apache-tomee-jaxrs-1.7.4 - apache-tomee-webprofile-7.0.2 - WebSphere Platform 8.5.5.11 [ND 8.5.5.11 cf111649.01] [IBMJAVA7 7.0.9.60 cf111647.02] I got rid of the @javax.annotation.ManagedBean annotation and added the @javax

Re: JAX-RS integration with managed beans

2018-05-05 Thread Mark Struberg
Hi! +1 for @javax.annotation.ManagedBean is a mess in the spec. I still remember how this got added to EE6. This annotation literally got added to EE6 in the last week before the spec went final. It was not discussed in the CDI, EJB and JSF Expert Groups and just had a single mention in an umbr