Re: Probleme with johnzon

2017-07-25 Thread Romain Manni-Bucau
Hi this is an old jackson bug now, story short jackson is defined as a fallback provider (*/*) whereas johnzon is a json one. Just wrap jackson override produces/consumes type to application/json in your app. Romain Manni-Bucau @rmannibucau | Blog

Probleme with johnzon

2017-07-25 Thread olivier_1
I encounter a problem around Apache Johnzon in my application i use jackson-jaxrs-json-provider. server : tomee 7. when i try to convert the object to json i have exception : 25-Jul-2017 17:15:38.115 WARNING [http-nio-8080-exec-1] org.apache.cxf.phase.PhaseInterceptorChain.doDefaultLogging

Re: @PostConstruct and @PreDestrory

2017-07-25 Thread Jonathan Gallimore
Sorry for the delay I've had a go at updating these 2 PRs to capture the PostConstruct/PreDestroy methods on ResourceInfo. Any feedback is most welcome. https://github.com/apache/tomee/pull/91 https://github.com/apache/tomee/pull/92 Thanks for all the feedback so far. Jon On Thu, Jul 13,

Re: https://issues.apache.org/jira/browse/TOMEE-2100 - @Priority

2017-07-25 Thread Jonathan Gallimore
Yep - that's what I had in my mind. Makes sense if a comparator is specified, we should use that instead of the @Priority ordering. Jon On Tue, Jul 25, 2017 at 4:59 PM, Romain Manni-Bucau wrote: > +1 > > What's do we want to do? Looks like a EE 8 feature we can eagerly

Re: https://issues.apache.org/jira/browse/TOMEE-2100 - @Priority

2017-07-25 Thread Romain Manni-Bucau
+1 What's do we want to do? Looks like a EE 8 feature we can eagerly support as a default comparator (if the comparator is set we must bypass it to respect the comparator IMHO) Romain Manni-Bucau @rmannibucau | Blog | Old

https://issues.apache.org/jira/browse/TOMEE-2100 - @Priority

2017-07-25 Thread Jonathan Gallimore
I'm happy to take a look at this one, unless someone else is already working on it? Jon

MdbActiveOnStartup / MdbJMXControl config

2017-07-25 Thread Jonathan Gallimore
Hi We recently added support for controlling MDB endpoint activation using the MdbActiveOnStartup and MdbJMXControl deployment properties - so you'd add something like this to openejb-jar.xml: MdbActiveOnStartup = true MdbJMXControl = true This works great, but the

Re: [PR] TOMEE-2102: IvmContext bind/unbind creates duplicate contexts

2017-07-25 Thread Svetlin Zarev
Thanks! 2017-07-25 11:24 GMT+03:00 Jonathan Gallimore : > Thanks for this Svetlin, I've merged it in. > > Cheers! > > Jon > > On Mon, Jul 24, 2017 at 10:53 PM, Jonathan Gallimore < > jonathan.gallim...@gmail.com> wrote: > > > Hi Svetlin, > > > > Many thanks for

Re: [PR] TOMEE-2102: IvmContext bind/unbind creates duplicate contexts

2017-07-25 Thread Jonathan Gallimore
Thanks for this Svetlin, I've merged it in. Cheers! Jon On Mon, Jul 24, 2017 at 10:53 PM, Jonathan Gallimore < jonathan.gallim...@gmail.com> wrote: > Hi Svetlin, > > Many thanks for the writeup - really helpful. I'm reviewing now. > > Jon > > On Fri, Jul 21, 2017 at 12:43 PM, Svetlin Zarev < >