How to release snapshot dependencies in a TomEE release (Re: TomEE 8 Release Notes Preview)

2018-09-28 Thread David Blevins
> On Sep 28, 2018, at 3:00 AM, Roberto Cortez > wrote: > > While we wait for the official BVal release, I plan do create a preview > release of TomEE 8 so we can start trying it out and hopefully speed up the > process. Please, let me know if anyone has any feedback. As a community we've done

Re: EclipseLink NPE Warning occurs every time during first use TomEE 7.0.5

2018-09-28 Thread exabrial12
So first thing, it looks like you can ignore this warning safely in production. Out of sheer curiosity I wanted to see what was up. It looks like OpenEJBServerPlatform extends JMXServerPlatformBase, which declares a field "private MBeanRuntimeServicesMBean runtimeServicesMBean = null;". This is ne

EclipseLink NPE Warning occurs every time during first use TomEE 7.0.5

2018-09-28 Thread exabrial12
Here's the info, I'm following up with an analysis in a reply. INFO: Starting ProtocolHandler ["http-nio-8080"] Sep 28, 2018 2:57:24 PM sun.reflect.DelegatingMethodAccessorImpl invoke INFO: Starting ProtocolHandler ["ajp-nio-8009"] Sep 28, 2018 2:57:24 PM sun.reflect.DelegatingMethodAccessorImpl i

Re: [GitHub] tomee pull request #172: [7.0.x][Tomee-2243] jmx on managed executors

2018-09-28 Thread exabrial12
We're running this patch in staging along with JGallimore's JMX patch[es]. It's humming along beautifully, we'd appreciate a merge! Here's a visualization from Chronograf: -- Sent from: http://tomee-ope

Re: Connector issues

2018-09-28 Thread Jonathan Gallimore
I was thinking the same - do it through the registry. Let me have a go at hacking on that and I'll post back here. Many thanks for the feedback. Jon On Fri, Sep 28, 2018 at 3:15 PM Romain Manni-Bucau wrote: > that is what I had in mind, throught it was already the case to be honest > through th

Re: Connector issues

2018-09-28 Thread Romain Manni-Bucau
that is what I had in mind, throught it was already the case to be honest through the transaction registry - excess of enthusiasm probably ;) Side note: dropped G for now, if we find something impacting g-txmgr we'll add it back Romain Manni-Bucau @rmannibucau |

Re: Connector issues

2018-09-28 Thread Jonathan Gallimore
I apologize, I CC'd Geronimo in case there was anything relevant on the Geronimo connector side. Happy to drop the CC if its not relevant. Thanks for the quick response! Off the top of my head, I wonder if we could keep a reference to the connection proxy in the transaction (if there is one), and

Re: TomEE 8 Release Notes Preview

2018-09-28 Thread Romain Manni-Bucau
g-validation will be released (vote sent) likely next week - likely without javadoc love for this iteration until somebody finds time in the week-end. Then bval 2. Romain Manni-Bucau @rmannibucau | Blog | Old Blog

Re: Connector issues

2018-09-28 Thread Romain Manni-Bucau
Hi Jon, I experienced that kind of "surprise" in recent jvm since gc is way more aggressive - cause lambda are way more memory consuming ;). This lead to this kind of issue where the GC happens before the object should actually be finalizable. I suspect we need to rework the AutoConnectionTracker

Connector issues

2018-09-28 Thread Jonathan Gallimore
Hi Folks, I have been looking into some issues with TomEE using Websphere MQ, specifically issues where XA resources are returning a -7 error during a transaction commit when the system is under load. The -7 error indicates that the resource is closed. The result of this error seems to be resourc

[GitHub] tomee pull request #174: Allow proxy to be disabled

2018-09-28 Thread jgallimore
GitHub user jgallimore opened a pull request: https://github.com/apache/tomee/pull/174 Allow proxy to be disabled You can merge this pull request into a Git repository by running: $ git pull https://github.com/jgallimore/tomee proxy-disable-master Alternatively you can review

Re: TomEE 8 Release Notes Preview

2018-09-28 Thread Jonathan Gallimore
What's the status of the BVal release? On Fri, Sep 28, 2018 at 11:00 AM Roberto Cortez wrote: > Hi everyone, > > While we wait for the official BVal release, I plan do create a preview > release of TomEE 8 so we can start trying it out and hopefully speed up the > process. Please, let me know if

Re: TomEE 8 Release Notes Preview

2018-09-28 Thread Roberto Cortez
Hi everyone, While we wait for the official BVal release, I plan do create a preview release of TomEE 8 so we can start trying it out and hopefully speed up the process. Please, let me know if anyone has any feedback. Cheers, Roberto > On 27 Sep 2018, at 11:00, Jonathan Gallimore > wrote: >