Re: JakartaEE TCK

2019-01-16 Thread Jean-Louis Monteiro
Same status here 😊 Le mer. 16 janv. 2019 à 08:52, Gurkan Erdogdu a écrit : > I have successfully created the javaeetck-8.0_16-Jan-2019.zip. > My enviornment : macOS Java(TM) SE Runtime Environment (build > 1.8.0_161-b12) > Now, run some TCK tests :) > Regards. > Gurkan > > On Tue, Jan 15, 2019

[GitHub] jgallimore merged pull request #2: Update instructions

2019-01-16 Thread GitBox
jgallimore merged pull request #2: Update instructions URL: https://github.com/apache/tomee-tck/pull/2 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL

[GitHub] jgallimore opened a new pull request #2: Update instructions

2019-01-16 Thread GitBox
jgallimore opened a new pull request #2: Update instructions URL: https://github.com/apache/tomee-tck/pull/2 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use th

Re: JakartaEE TCK

2019-01-16 Thread Jonathan Gallimore
I've just updated the instructions here: https://github.com/apache/tomee-tck/blob/master/README.txt It would be great if someone could try that out. Thanks Jon On Wed, Jan 16, 2019 at 8:15 AM Jean-Louis Monteiro < jlmonte...@tomitribe.com> wrote: > Same status here 😊 > > Le mer. 16 janv. 2019

Re: Where do we remember outstanding dependency updates for release?

2019-01-16 Thread Roberto Cortez
The JIRA tickets would be interesting because they can then be used to generate the Release Notes and then you could see what was updated of each version. What do you think? > On 16 Jan 2019, at 06:42, Frankie wrote: > > So the pom.xml is the central place of information I was looking for ...

Re: JakartaEE TCK

2019-01-16 Thread Bruno Baptista
sure, taking a look. Bruno Baptista https://twitter.com/brunobat_ On 16/01/19 10:53, Jonathan Gallimore wrote: I've just updated the instructions here: https://github.com/apache/tomee-tck/blob/master/README.txt It would be great if someone could try that out. Thanks Jon On Wed, Jan 16, 201

Re: JakartaEE TCK

2019-01-16 Thread Carl Mosca
Great to see this available and the instructions are very much appreciated. I had to install wget on my Mac to get going. Looking good so far... Carl On Wed, Jan 16, 2019 at 6:14 AM Bruno Baptista wrote: > sure, taking a look. > > Bruno Baptista > https://twitter.com/brunobat_ > > > On 16/01/

Re: JakartaEE TCK

2019-01-16 Thread Daniel Cunha
Nice.. I'm trying to run it here. :) Em qua, 16 de jan de 2019 às 09:57, Carl Mosca escreveu: > Great to see this available and the instructions are very much appreciated. > > I had to install wget on my Mac to get going. Looking good so far... > > Carl > > On Wed, Jan 16, 2019 at 6:14 AM Bruno

Re: MicroProfile Integration in Plus and Plume

2019-01-16 Thread j4fm
Happy to contribute if/where I can, for sure - how? If the enabling/disabling of MP scans per-context can be done automatically - great. If it's a manual configuration that's workable but automatic is obviously preferred - then things would just work. -- Sent from: http://tomee-openejb.979440.n

Re: JakartaEE TCK

2019-01-16 Thread Jean-Louis Monteiro
@Jonathan Gallimore is /Users/jgallimore/ee8tck/glassfish5 the right key in the settings. xml file? -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Wed, Jan 16, 2019 at 3:22 PM Daniel Cunha wrote: > Nice.. I'm trying to run it here. :) > > Em qua, 16 de jan

[GitHub] jgallimore opened a new pull request #3: Fix typo

2019-01-16 Thread GitBox
jgallimore opened a new pull request #3: Fix typo URL: https://github.com/apache/tomee-tck/pull/3 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above

[GitHub] jgallimore merged pull request #3: Fix typo

2019-01-16 Thread GitBox
jgallimore merged pull request #3: Fix typo URL: https://github.com/apache/tomee-tck/pull/3 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go

Re: JakartaEE TCK

2019-01-16 Thread Jonathan Gallimore
There's a slight typo - it should be javaee8.ri.home. I have corrected this in the README. Thanks. Jon On Wed, Jan 16, 2019 at 3:00 PM Jean-Louis Monteiro < jlmonte...@tomitribe.com> wrote: > @Jonathan Gallimore is > /Users/jgallimore/ee8tck/glassfish5 > the right key in the settings. xml file

[GitHub] jgallimore merged pull request #4: Correcting slight errors on paths

2019-01-16 Thread GitBox
jgallimore merged pull request #4: Correcting slight errors on paths URL: https://github.com/apache/tomee-tck/pull/4 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub an

[GitHub] jgallimore opened a new pull request #4: Correcting slight errors on paths

2019-01-16 Thread GitBox
jgallimore opened a new pull request #4: Correcting slight errors on paths URL: https://github.com/apache/tomee-tck/pull/4 This is an automated message from the Apache Git Service. To respond to the message, please log on Git

Re: JakartaEE TCK

2019-01-16 Thread Jean-Louis Monteiro
Having this one now ... [ERROR] Failed to execute goal org.codehaus.gmaven:gmaven-plugin:1.5:execute (setup-environment) on project openejb-tck: java.lang.AssertionError: Not a directory /Users/jlmonteiro/devs/apache/tomee-tck/./target/lib. Expression: dir.isDirectory() -> [Help 1] org.apache.mave

Re: JakartaEE TCK

2019-01-16 Thread Jean-Louis Monteiro
Yes I was testing. Can be with the 8 or without. -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Wed, Jan 16, 2019 at 4:19 PM Jonathan Gallimore < jonathan.gallim...@gmail.com> wrote: > There's a slight typo - it should be javaee8.ri.home. I have corrected th

Re: JakartaEE TCK

2019-01-16 Thread Jonathan Gallimore
What command did you run? Jon On Wed, Jan 16, 2019 at 3:27 PM Jean-Louis Monteiro < jlmonte...@tomitribe.com> wrote: > Having this one now ... > > [ERROR] Failed to execute goal > org.codehaus.gmaven:gmaven-plugin:1.5:execute (setup-environment) on > project openejb-tck: java.lang.AssertionError

Re: JakartaEE TCK

2019-01-16 Thread Jean-Louis Monteiro
./runtests --web tomee-plume com.sun.ts.tests.ejb30.bb.localaccess.statelessclient -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Wed, Jan 16, 2019 at 4:30 PM Jonathan Gallimore < jonathan.gallim...@gmail.com> wrote: > What command did you run? > > Jon > > O

Re: JakartaEE TCK

2019-01-16 Thread Jonathan Gallimore
Ok, weird. Something broke when I switched to maven-dependency-plugin:copy-dependencies from maven-dependency-plugin:copy. Looking into it. Status of this is that it is incredibly raw because everyone seemed to want it right away, so any help to fix issues is appreciated. Jon On Wed, Jan 16, 2019

Re: JakartaEE TCK

2019-01-16 Thread Jean-Louis Monteiro
I am working on it too, no worries. I'll keep you posted -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Wed, Jan 16, 2019 at 4:35 PM Jonathan Gallimore < jonathan.gallim...@gmail.com> wrote: > Ok, weird. Something broke when I switched to > maven-dependency

Re: JakartaEE TCK

2019-01-16 Thread Jonathan Gallimore
Pushed a band-aid fix, that copies deps to target/lib and ${openejb.home}/lib. Hopefully this will at least get people going. Apologies for the issues. Jon On Wed, Jan 16, 2019 at 3:36 PM Jean-Louis Monteiro < jlmonte...@tomitribe.com> wrote: > I am working on it too, no worries. I'll keep you p

Re: JakartaEE TCK

2019-01-16 Thread Jean-Louis Monteiro
works much better. Thank you -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Wed, Jan 16, 2019 at 4:45 PM Jonathan Gallimore < jonathan.gallim...@gmail.com> wrote: > Pushed a band-aid fix, that copies deps to target/lib and > ${openejb.home}/lib. Hopefully th

Re: MicroProfile Integration in Plus and Plume

2019-01-16 Thread Roberto Cortez
Yes, I think I would prefer automatic of course. There might be some challenges to be able to achieve that. When I was working on it, I was stuck into a point where I was not able to determine if metrics are needed due to their use of interceptors and they are set up with CDI. I probably need t

Re: JakartaEE TCK

2019-01-16 Thread Daniel Cunha
is expected to get this output: === 0/-1/?0 - com/sun/ts/tests/ejb30/bb/localaccess/statelessclient/Client#java#exceptionTest1 - FAILED 0/-2/?0 - com/sun/ts/tests/ejb30/bb/localaccess/statelessclient/Client#java#ex

Re: JakartaEE TCK

2019-01-16 Thread Jonathan Gallimore
Its better than some of the output we've seen but no. Those tests should pass. Have a dig through the TomEE logs, and the javatest logs (target/logs) and see if you can see any errors. Jon On Wed, Jan 16, 2019 at 4:02 PM Daniel Cunha wrote: > is expected to get this output: > >

Re: JakartaEE TCK

2019-01-16 Thread Daniel Cunha
Hmm, seems something wrong on my configuration? Error: Could not find or load main class com.sun.ts.tests.ejb30.bb.localaccess.statelessclient. Client Failed. unexpected exit code: exit code 1 Em qua, 16 de jan de 2019 às 13:18, Jonathan Gallimore < jonathan.gallim...@gmail.com> escreveu:

Re: JakartaEE TCK

2019-01-16 Thread César Hernández Mendoza
Thanks, Jonathan. Yesterday I was able to build the zip file. Now moving forward to test the instruction from README. El mié., 16 ene. 2019 a las 9:19, Jonathan Gallimore (< jonathan.gallim...@gmail.com>) escribió: > There's a slight typo - it should be javaee8.ri.home. I have corrected this > i

Re: JakartaEE TCK

2019-01-16 Thread Jonathan Gallimore
Sounds like your TCK didn't build right. See if you have this: classes/com/sun/ts/tests/ejb30/bb/localaccess/statelessclient/Client.class in the folder where you have extracted the TCK. Jon On Wed, Jan 16, 2019 at 4:22 PM Daniel Cunha wrote: > Hmm, > > seems something wrong on my configuration?

Re: MicroProfile Integration in Plus and Plume

2019-01-16 Thread David Blevins
Zooming back to the start of this thread, can you give some insight on why anyone would want to disable MicroProfile support? I.e. some perspective on the cost we're attempting to avoid so we can evaluate that against the cost of disabling/enabling. -- David Blevins http://twitter.com/dblevi

Re: JakartaEE TCK

2019-01-16 Thread Daniel Cunha
I was missing to export the GF_HOME. Now it is working as expected. Thanks! :) Em qua, 16 de jan de 2019 às 13:27, Jonathan Gallimore < jonathan.gallim...@gmail.com> escreveu: > Sounds like your TCK didn't build right. See if you have this: > classes/com/sun/ts/tests/ejb30/bb/localaccess/stateles

Re: MicroProfile Integration in Plus and Plume

2019-01-16 Thread Roberto Cortez
There are cases where MP stuff may clash with older apps, and we caught a couple of these cases in TomEE TCK. For instance if a webapp is only using servlets and is exposing a servlet in the context root, because MP expose predefined REST endpoints for health, metrics, openapi, etc. the REST Se

[GitHub] danielsoro opened a new pull request #5: No need specify MAVEN_OPTS on maven command

2019-01-16 Thread GitBox
danielsoro opened a new pull request #5: No need specify MAVEN_OPTS on maven command URL: https://github.com/apache/tomee-tck/pull/5 If you want to define the MAVEN_OPTS, we just need to export the env property. This is an a

Re: JakartaEE TCK

2019-01-16 Thread Bruno Baptista
Also working here! Thanks Daniel Cunha for the help you gave me. Cheers Bruno Baptista https://twitter.com/brunobat_ On 16/01/19 18:10, Daniel Cunha wrote: I was missing to export the GF_HOME. Now it is working as expected. Thanks! :) Em qua, 16 de jan de 2019 às 13:27, Jonathan Gallimore <

Re: JakartaEE TCK

2019-01-16 Thread Daniel Cunha
Hi folks, You're welcome Bruno. I opened a PR on tomee-ck to fix the issue that Bruno had. Please, review it: https://github.com/apache/tomee-tck/pull/5 Em qua, 16 de jan de 2019 às 17:19, Bruno Baptista escreveu: > Also working here! > > Thanks Daniel Cunha for the help you gave me. > > Cheer

[GitHub] jgallimore merged pull request #5: No need specify MAVEN_OPTS on maven command

2019-01-16 Thread GitBox
jgallimore merged pull request #5: No need specify MAVEN_OPTS on maven command URL: https://github.com/apache/tomee-tck/pull/5 This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: JakartaEE TCK

2019-01-16 Thread Jonathan Gallimore
Merged, thanks for the PR. On Wed, Jan 16, 2019 at 8:21 PM Daniel Cunha wrote: > Hi folks, > > You're welcome Bruno. > > I opened a PR on tomee-ck to fix the issue that Bruno had. > Please, review it: > https://github.com/apache/tomee-tck/pull/5 > > Em qua, 16 de jan de 2019 às 17:19, Bruno Bapt

Re: Ejemplos en Español

2019-01-16 Thread César Hernández Mendoza
Hi! I updated the code and now the PR is ready for review. https://github.com/apache/tomee-site-generator/pull/16 @Bruno: I fixed the issue that was causing the test failure you identified. @David: I implement your proposal of removing "en" to the path of the default language (English). El lun.

Re: Ejemplos en Español

2019-01-16 Thread Bruno Baptista
Hi César, The PR looks ok to me. Thanks! Bruno Baptista https://twitter.com/brunobat_ On 16/01/19 23:44, César Hernández Mendoza wrote: Hi! I updated the code and now the PR is ready for review. https://github.com/apache/tomee-site-generator/pull/16 @Bruno: I fixed the issue that was causi

Re: JakartaEE TCK

2019-01-16 Thread Gurkan Erdogdu
I received the following error when I run the following command from tomee-tck, any idea? ./runtests --web tomee-plume com.sun.ts.tests.ejb30.bb.localaccess.statelessclient [INFO] [ERROR] Failed to execute goal org.codehaus.