Re: TomEE MicroProfile - current status

2022-12-19 Thread Jean-Louis Monteiro
Awesome. Good job Zoltan. David will review and comment. Otherwise, I'll try later today. -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Sun, Dec 18, 2022 at 12:51 PM Zoltán Tichov wrote: > Hi! > > I managed to do it, I made a PR. > >

Re: TomEE MicroProfile - current status

2022-12-18 Thread Zoltán Tichov
Hi! I managed to do it, I made a PR. https://github.com/apache/tomee/pull/990 Should I change the property name in the JWT TCK?

Re: TomEE MicroProfile - current status

2022-11-10 Thread Zoltán Tichov
Hi David! Ok, I'll take a look and report back with what I come up with. Thanks: Zoltán On Wed, Nov 9, 2022 at 9:24 PM David Blevins wrote: > > On Nov 9, 2022, at 10:29 AM, Zoltán Tichov > wrote: > > > > Hi! > > > > Is there another task that could be taken care of? > > There's a change in

Re: TomEE MicroProfile - current status

2022-11-09 Thread David Blevins
> On Nov 9, 2022, at 10:29 AM, Zoltán Tichov wrote: > > Hi! > > Is there another task that could be taken care of? There's a change in the same code that's on my "I should really find the time to fix that" list if you want to dig in. Basically, we added a TomEE-specific property

Re: TomEE MicroProfile - current status

2022-11-09 Thread Zoltán Tichov
Hi! Is there another task that could be taken care of? Thanks: Zoltán On Wed, Nov 9, 2022 at 10:19 AM Jean-Louis Monteiro < jlmonte...@tomitribe.com> wrote: > We can get the CI system to build it. > Thanks Zoltan > -- > Jean-Louis Monteiro > http://twitter.com/jlouismonteiro >

Re: TomEE MicroProfile - current status

2022-11-09 Thread Jean-Louis Monteiro
We can get the CI system to build it. Thanks Zoltan -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Wed, Nov 9, 2022 at 10:06 AM Richard Zowalla wrote: > Hi, > > good news! Yes - go for a PR. > > Gruß > Richard > > Am Dienstag, dem 08.11.2022 um 23:30 +0100

Re: TomEE MicroProfile - current status

2022-11-09 Thread Richard Zowalla
Hi, good news! Yes - go for a PR. Gruß Richard Am Dienstag, dem 08.11.2022 um 23:30 +0100 schrieb Zoltán Tichov: > Hi! > > I managed to get all the MP-JWT-TCK 2.1-RC6 tests to pass. I created > microprofile-jwt-2.1-RC6 branch in my forked tomee project. > What should I do? Can I create a PR? >

Re: TomEE MicroProfile - current status

2022-11-08 Thread Zoltán Tichov
Hi! I managed to get all the MP-JWT-TCK 2.1-RC6 tests to pass. I created microprofile-jwt-2.1-RC6 branch in my forked tomee project. What should I do? Can I create a PR? Thanks: Zoltán On Wed, Nov 2, 2022 at 10:30 PM David Blevins wrote: > > On Nov 2, 2022, at 1:51 PM, Zoltán Tichov > wrote:

Re: TomEE MicroProfile - current status

2022-11-02 Thread David Blevins
> On Nov 2, 2022, at 1:51 PM, Zoltán Tichov wrote: > > Hi! > > There is at least one new test method in TCK callEchoAgedToken() and added > a new feature > 'mp.jwt.verify.token.age'. This method failed, because it should return > with HttpURLConnection.HTTP_UNAUTHORIZED instead of >

Re: TomEE MicroProfile - current status

2022-11-02 Thread Zoltán Tichov
Hi! There is at least one new test method in TCK callEchoAgedToken() and added a new feature 'mp.jwt.verify.token.age'. This method failed, because it should return with HttpURLConnection.HTTP_UNAUTHORIZED instead of HttpURLConnection.HTTP_OK. Am I right that this property should be checked in

Re: TomEE MicroProfile - current status

2022-10-27 Thread Zoltán Tichov
Hi! Ok, I'll take a look and let you know what I've managed to solve. Thanks: Zoltán On Wed, Oct 26, 2022 at 11:19 PM David Blevins wrote: > > On Oct 26, 2022, at 2:16 PM, David Blevins > wrote: > > > > If you want to upgrade us to the MP JWT 2.1 RC6 TCK and get that last > failing test to

Re: TomEE MicroProfile - current status

2022-10-26 Thread David Blevins
> On Oct 26, 2022, at 2:16 PM, David Blevins wrote: > > If you want to upgrade us to the MP JWT 2.1 RC6 TCK and get that last failing > test to pass, that'd be pretty cool. Basically there's a new property we > have to implement. To be clear, the last 2.1 TCK I ran was just before the RC6 --

Re: TomEE MicroProfile - current status

2022-10-26 Thread David Blevins
Hey Zoltán, If you want to upgrade us to the MP JWT 2.1 RC6 TCK and get that last failing test to pass, that'd be pretty cool. Basically there's a new property we have to implement. We're all good on MP JWT 2.0 compliance, but we could claim 2.1 compliance if we get that test to pass.

Re: TomEE MicroProfile - current status

2022-10-26 Thread Zoltán Tichov
Hi Jean-Louis! Thanks. Is there another task I can help with or should I look at JIRA instead? Zoltán On Wed, Oct 26, 2022 at 9:40 AM Jean-Louis Monteiro < jlmonte...@tomitribe.com> wrote: > Hi Zlotan, > > My PR is now fully green with 100% of the MicroProfile OpenTracing TCK > passing. > >

Re: TomEE MicroProfile - current status

2022-10-26 Thread Jean-Louis Monteiro
Hi Zlotan, My PR is now fully green with 100% of the MicroProfile OpenTracing TCK passing. The changes are fairly minimal to be honest. There was a JAX RS Client issue with the TCK and the way it handles the tags, especially the http.status_code one which was converted as an Integer whereas the

Re: TomEE MicroProfile - current status

2022-10-25 Thread Zoltán Tichov
Hi Jean-Louis! I've also noticed that for many tests the expected and found results seem to be the same and the test still fails. On Tue, Oct 25, 2022 at 9:11 PM Jean-Louis Monteiro < jlmonte...@tomitribe.com> wrote: > Hi Zlotan, > > Thanks for the reply. > > What are you trying to achieve? >

Re: TomEE MicroProfile - current status

2022-10-25 Thread Zoltán Tichov
Hi Jean-Louis! > What are you trying to achieve? I tested the SmallRye opentracing implementation and TCK and I have noticed that this listener is not running in the Tomee Opentracing implementation and TCK so I wanted to achieve, that listener also run in tomee microprofile implementation. I

Re: TomEE MicroProfile - current status

2022-10-25 Thread Jean-Louis Monteiro
Hi Zlotan, Thanks for the reply. What are you trying to achieve? What is the listener doing? What kind of listener is it? Do you have maybe a branch you can share on your fork or so? FYI I found something weird in the TCK that I need to clarify. -- Jean-Louis Monteiro

Re: TomEE MicroProfile - current status

2022-10-25 Thread Zoltán Tichov
Hi! I tried to register SmallRyeRestClientListener and I created tomee/tomee-microprofile/mp-common/src/main/resources/META-INF/services/org.eclipse.microprofile.rest.client.spi.RestClientListener file contains SmallRyeRestClientListener class name. However, it doesn't seem to work. How can I get

Re: TomEE MicroProfile - current status

2022-10-25 Thread Jean-Louis Monteiro
Hi Zlotan, I'll start a new thread to see if we can collaborate and move forward with the MicroProfile OpenTracing support. Jean-Louis -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Thu, Oct 20, 2022 at 3:47 PM David Blevins wrote: > Thanks, Richard.

Re: TomEE MicroProfile - current status

2022-10-20 Thread David Blevins
Thanks, Richard. Sorry, Zoltán, had one one of those "find this attachment" and then forgot to attach. Here's the link I forgot to paste: - https://github.com/apache/tomee/blob/main/tck/microprofile-tck/opentracing/src/test/resources/arquillian.xml#L29 As Richard mentions, here's where I'd

Re: TomEE MicroProfile - current status

2022-10-20 Thread Zowalla, Richard
Hi Zoltan, the arquillian config is located in /src/test/java/resources/arquillian.xml. In this file, you can find a "debug" property, which you can set to "true" to enable the debug capabilities of TomEE (i.e. start with a debugger backend). You can debug single tests by editing "tck-dev.xml"

Re: TomEE MicroProfile - current status

2022-10-20 Thread Zoltán Tichov
Hi! I have not been able to solve this problem: ERROR: transport error 202: connect failed: Connection refused ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510) JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized

Re: TomEE MicroProfile - current status

2022-10-11 Thread David Blevins
> On Oct 11, 2022, at 5:53 AM, Zoltán Tichov wrote: > > How to activate the OpenTracingInterceptor from > org.apache.tomee.microprofile.opentracing package? Set this property to `true` and it should start TomEE with debug enabled and listening to port 5005. > I think I overestimated my

Re: TomEE MicroProfile - current status

2022-10-11 Thread Zoltán Tichov
Hi! I have two questions now: How to activate the OpenTracingInterceptor from org.apache.tomee.microprofile.opentracing package? I want to debug the opentracing TCK from NetBeans but it caused the following error: ERROR: transport error 202: connect failed: Connection refused ERROR: JDWP

Re: TomEE MicroProfile - current status

2022-10-11 Thread Jean-Louis Monteiro
Hey Zlotan, checking out to see if you need help or if there are questions we could answer. -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Wed, Sep 14, 2022 at 6:27 PM Zoltán Tichov wrote: > Hi! > > Unfortunately, I don't fully see the implementation

Re: TomEE MicroProfile - current status

2022-09-19 Thread David Blevins
> On Sep 14, 2022, at 9:26 AM, Zoltán Tichov wrote: > > Unfortunately, I don't fully see the implementation process yet, > because I haven't done it yet. So I would like a few more days if > possible. I have a question though: The first time is definitely the hardest! > > In the

Re: TomEE MicroProfile - current status

2022-09-14 Thread Zoltán Tichov
Hi! Unfortunately, I don't fully see the implementation process yet, because I haven't done it yet. So I would like a few more days if possible. I have a question though: In the org.apache.tomee.microprofile.opentracing package, can I only use the classes that you have already made or can I make

Re: TomEE MicroProfile - current status

2022-09-14 Thread Jean-Louis Monteiro
Here we go ... We are 100% MicroProfile Fault Tolerance compliant ! @Zlatan did you get somewhere with Open Tracing ? Do you need some help ? David is finishing JWT, so I'll look at the platform TCK failures from tomorrow on -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro

Re: TomEE MicroProfile - current status

2022-09-13 Thread Jean-Louis Monteiro
Quick update on my side. The ramp up for Fault Tolerance was a bit longer/harder than expected. SmallRye Fault Tolerance seemed to be passing the entire TCK so started implementing the integration. But ran into issues because the FautlToleranceInterceptor does not seem to be triggered so nothing

Re: TomEE MicroProfile - current status

2022-09-10 Thread Richard Zowalla
Great news! Thanks, David. Am Freitag, dem 09.09.2022 um 20:34 -0700 schrieb David Blevins: > > On Aug 23, 2022, at 5:39 AM, Jean-Louis Monteiro < > > jlmonte...@tomitribe.com> wrote: > > > > - jwt using TomEE implementation. 22 failures mainly key parsing > > so not > > a big deal. David is

Re: TomEE MicroProfile - current status

2022-09-09 Thread David Blevins
> On Aug 23, 2022, at 5:39 AM, Jean-Louis Monteiro > wrote: > > - jwt using TomEE implementation. 22 failures mainly key parsing so not > a big deal. David is on it Down to 2 failures! As noted in the other thread, I'm tempted to take a quick peek at implementing the proposed MP JWT 2.1

Re: TomEE MicroProfile - current status

2022-09-05 Thread Jean-Louis Monteiro
Great. So far everything has been pushed regarding MicroProfile OpenAPI. Results are fine on the CI. So I'm about to start reading the MicroProfile Fault Tolerance spec, dig into SmallRye Faut Tolerance and finally see how to integrate that in TomEE. -- Jean-Louis Monteiro

Re: TomEE MicroProfile - current status

2022-09-04 Thread Zoltán Tichov
Hi! Thank you for the answer. Yes, it works now. Zoltán Tichov On Thu, Sep 1, 2022 at 3:26 PM Jean-Louis Monteiro wrote: > Hi, > > Thanks for the update. > For the command to work you need first to put the module back in the > reactor > >

Re: TomEE MicroProfile - current status

2022-09-02 Thread Cesar Hernandez
Awesome news Jean-Louis, thank you for the update! El vie, 2 sept 2022 a las 4:59, Jean-Louis Monteiro (< jlmonte...@tomitribe.com>) escribió: > Quick update ... > > I managed to finish the SmallRye OpenAPI integration. We now pass 100% of > the MicroProfile OpenAPI TCK. > I'm cleaning up and

Re: TomEE MicroProfile - current status

2022-09-02 Thread Jean-Louis Monteiro
Quick update ... I managed to finish the SmallRye OpenAPI integration. We now pass 100% of the MicroProfile OpenAPI TCK. I'm cleaning up and I'll be pushing soon. -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Thu, Sep 1, 2022 at 3:25 PM Jean-Louis Monteiro

Re: TomEE MicroProfile - current status

2022-08-30 Thread Zoltán Tichov
Hi! When I tried to run 'mvn clean install -pl tck/microprofile-tck/opentracing', I received the following error message: Could not find the selected project in the reactor: tck/microprofile-tck/opentracing However I ran the tests in NetBeans and all tests was failed. Is this normal yet? I have

Re: TomEE MicroProfile - current status

2022-08-24 Thread Jean-Louis Monteiro
Awesome. So lemme start with some pointers. The MicroProfile integration code sits in this module https://github.com/apache/tomee/tree/main/tomee/tomee-microprofile/mp-common/src/main/java/org/apache/tomee/microprofile You have one subpackage per MicroProfile specification. The

Re: TomEE MicroProfile - current status

2022-08-24 Thread Zoltán Tichov
Hi! Then I'd rather continue the OpenTracing integration, so I'd be happy if you could help me to start it. Zoltán Tichov On Wed, Aug 24, 2022 at 12:49 PM Jean-Louis Monteiro < jlmonte...@tomitribe.com> wrote: > I have started OpenTracing so you have some basics to continue if you want > to. >

Re: TomEE MicroProfile - current status

2022-08-24 Thread Jean-Louis Monteiro
I have started OpenTracing so you have some basics to continue if you want to. The TCK setup is done and some integration is also done. Does that sound good? Fault tolerance and OpenAPI are not started so it might be a bit challenging to start from scratch. But either way I am happy to help.

Re: TomEE MicroProfile - current status

2022-08-23 Thread Zoltán Tichov
Hi! I want to work on any of them. -- Zoltán Tichov On Tue, Aug 23, 2022 at 2:39 PM Jean-Louis Monteiro < jlmonte...@tomitribe.com> wrote: > Hi, > > Was looking for the last thread to pull up, but it's pretty far back and > misses many different things. So I decided to create a new thread as a