[GitHub] [tomee] exabrial opened a new pull request #544: Fix several JMS/JMS2.0 bugs [master]

2019-08-26 Thread GitBox
exabrial opened a new pull request #544: Fix several JMS/JMS2.0 bugs [master] URL: https://github.com/apache/tomee/pull/544 * Fix TOMEE-2229: JMSContext Injected by TomEE does not participate in JTA * Fix TOMEE-2650: TomEE Creating non-JTA Sessions * Fix TOMEE-2651: TomEE doesn't

[GitHub] [tomee] asf-ci commented on issue #544: Fix several JMS/JMS2.0 bugs [master]

2019-08-26 Thread GitBox
asf-ci commented on issue #544: Fix several JMS/JMS2.0 bugs [master] URL: https://github.com/apache/tomee/pull/544#issuecomment-525121520 Can one of the admins verify this patch? This is an automated message from the Apache

[GitHub] [tomee] asf-ci commented on issue #544: Fix several JMS/JMS2.0 bugs [master]

2019-08-26 Thread GitBox
asf-ci commented on issue #544: Fix several JMS/JMS2.0 bugs [master] URL: https://github.com/apache/tomee/pull/544#issuecomment-525121521 Can one of the admins verify this patch? This is an automated message from the Apache

[GitHub] [tomee] asf-ci commented on issue #544: Fix several JMS/JMS2.0 bugs [master]

2019-08-26 Thread GitBox
asf-ci commented on issue #544: Fix several JMS/JMS2.0 bugs [master] URL: https://github.com/apache/tomee/pull/544#issuecomment-525121519 Can one of the admins verify this patch? This is an automated message from the Apache

[GitHub] [tomee] asf-ci commented on issue #543: Fix several JMS/JMS2.0 bugs [tomee-7.1.x]

2019-08-26 Thread GitBox
asf-ci commented on issue #543: Fix several JMS/JMS2.0 bugs [tomee-7.1.x] URL: https://github.com/apache/tomee/pull/543#issuecomment-525120616 Can one of the admins verify this patch? This is an automated message from the

[GitHub] [tomee] asf-ci commented on issue #543: Fix several JMS/JMS2.0 bugs [tomee-7.1.x]

2019-08-26 Thread GitBox
asf-ci commented on issue #543: Fix several JMS/JMS2.0 bugs [tomee-7.1.x] URL: https://github.com/apache/tomee/pull/543#issuecomment-525120619 Can one of the admins verify this patch? This is an automated message from the

[GitHub] [tomee] exabrial opened a new pull request #543: Fix several JMS/JMS2.0 bugs [tomee-7.1.x]

2019-08-26 Thread GitBox
exabrial opened a new pull request #543: Fix several JMS/JMS2.0 bugs [tomee-7.1.x] URL: https://github.com/apache/tomee/pull/543 * Fix TOMEE-2229: JMSContext Injected by TomEE does not participate in JTA * Fix TOMEE-2650: TomEE Creating non-JTA Sessions * Fix TOMEE-2651: TomEE

[GitHub] [tomee] asf-ci commented on issue #543: Fix several JMS/JMS2.0 bugs [tomee-7.1.x]

2019-08-26 Thread GitBox
asf-ci commented on issue #543: Fix several JMS/JMS2.0 bugs [tomee-7.1.x] URL: https://github.com/apache/tomee/pull/543#issuecomment-525120618 Can one of the admins verify this patch? This is an automated message from the

[GitHub] [tomee] asf-ci commented on issue #542: Fix several JMS/JMS2.0 bugs

2019-08-26 Thread GitBox
asf-ci commented on issue #542: Fix several JMS/JMS2.0 bugs URL: https://github.com/apache/tomee/pull/542#issuecomment-525113519 Can one of the admins verify this patch? This is an automated message from the Apache Git

[GitHub] [tomee] asf-ci commented on issue #542: Fix several JMS/JMS2.0 bugs

2019-08-26 Thread GitBox
asf-ci commented on issue #542: Fix several JMS/JMS2.0 bugs URL: https://github.com/apache/tomee/pull/542#issuecomment-525113522 Can one of the admins verify this patch? This is an automated message from the Apache Git

[GitHub] [tomee] exabrial opened a new pull request #542: Fix several JMS/JMS2.0 bugs

2019-08-26 Thread GitBox
exabrial opened a new pull request #542: Fix several JMS/JMS2.0 bugs URL: https://github.com/apache/tomee/pull/542 * Fix TOMEE-2229: JMSContext Injected by TomEE does not participate in JTA * Fix TOMEE-2650: TomEE Creating non-JTA Sessions * Fix TOMEE-2651: TomEE doesn't return JMS

[GitHub] [tomee] asf-ci commented on issue #542: Fix several JMS/JMS2.0 bugs

2019-08-26 Thread GitBox
asf-ci commented on issue #542: Fix several JMS/JMS2.0 bugs URL: https://github.com/apache/tomee/pull/542#issuecomment-525113520 Can one of the admins verify this patch? This is an automated message from the Apache Git

Re: JTA JMS Spec question, connection leakage

2019-08-26 Thread Jonathan S. Fisher
https://github.com/exabrial/tomee/commit/08dd4c744818702f3be5edfd8a1c4cf2b69d524d With these patches the JMS2.0 API works pretty well now :) If anyone wants to review, please go ahead, otherwise I'll commit them tomorrow. cheers, - [The other] Jonathan On Mon, Aug 26, 2019 at 3:45 PM Jonathan

Re: Activation 1.2 API/IMPL

2019-08-26 Thread David Blevins
> On Aug 26, 2019, at 6:47 AM, Jean-Louis Monteiro > wrote: > > Hi, > > We currently don't have any Activation 1.2 spec jar (api/impl). > We need it for Jakarta EE 8 certification so I'll start creating a Geronimo > spec jar for it. Ok, it's been a yo-yo day on the Jakarta EE 8 side of the

Re: JTA JMS Spec question, connection leakage

2019-08-26 Thread Jonathan S. Fisher
I've narrowed down the problem to AutoConnectionTracker. It's not completing, which isn't allowing the connections to be returned to the pool. https://github.com/apache/tomee/blob/master/container/openejb-core/src/main/java/org/apache/openejb/resource/AutoConnectionTracker.java#L174 getResource()

Re: TOMEE-2465: JDK 11 compatibility on Tomee 7.1.1 Needs an Update

2019-08-26 Thread Salomon Mayengue
Hi Jean-Louis, Sorry for the late reply on this subject. I missed this email. Even we are not fully JDK 11, the fixes applied are the same on this commit: 37e56343b92996ef3bed4535a2728c034f8d7725 of the master branch. I think it was been forgotten or something similar. After this fix, the tests

Re: TomEE 7.0.6 and 7.1.1 releases

2019-08-26 Thread Salomon Mayengue
Hi Jonathan, I missed this email and I just see the content of the release 7.1.1. Any idea why the issue TOMEE-2465 is not inside? Thank You Le ven. 28 juin 2019 à 16:32, COURTAULT Francois < francois.courta...@thalesgroup.com> a écrit : > Hello Jonathan, > > It will be great because this issue

Re: JSON-B and JSON-P TCKs

2019-08-26 Thread Romain Manni-Bucau
was planned, we were waiting Mark green light IIRC Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn

Re: JSON-B and JSON-P TCKs

2019-08-26 Thread Jean-Louis Monteiro
Can we do a release then? I'd like to get that into TomEE when possible -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Mon, Aug 26, 2019 at 4:15 PM Romain Manni-Bucau wrote: > Hi JL, > > AFAIK we are passing now > > Romain Manni-Bucau > @rmannibucau

Re: JTA JMS Spec question, connection leakage

2019-08-26 Thread Jonathan S. Fisher
https://github.com/exabrial/tomee-jms2-bug/tree/connection-pool-leak Here's a project that reproduces the bug. This project intentionally exceeds the transaction timeout (of 1s). Each invocation, the connection is not returned to the pool and eventually you run out, causing your application to

Activation 1.2 API/IMPL

2019-08-26 Thread Jean-Louis Monteiro
Hi, We currently don't have any Activation 1.2 spec jar (api/impl). We need it for Jakarta EE 8 certification so I'll start creating a Geronimo spec jar for it. If someone already started, shoot now ;-) -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com

JSON-B and JSON-P TCKs

2019-08-26 Thread Jean-Louis Monteiro
Hi all, Mark, Romain, I have started to play with some other Jakarta EE TCK and saw you guys discussing JSON-P and JSON-B TCK. Would it be possible to give a status about where you are? On my side, I'm currently working on Geronimo Activation api/impl 1.2. I know, but I had to start somewhere.

Re: JAXB 2.3.2 update in TomEE 7.1.x

2019-08-26 Thread Jean-Louis Monteiro
Ok looks like build is now green after the upgrade. If you guys want to give it a try and provide feedback that would be great. -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Mon, Aug 26, 2019 at 10:49 AM Jean-Louis Monteiro < jlmonte...@tomitribe.com>

Re: JAXB 2.3.2 update in TomEE 7.1.x

2019-08-26 Thread Jean-Louis Monteiro
Ok, I think I have sorted out the remaining issues with the upgrade. Build is currently running https://ci.apache.org/builders/tomee-7.1.x-ubuntu-jvm8/builds/83 I'll monitor and fix any remaining issues. -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Fri,