Re: [ANNOUNCE] Apache TomEE 8.0.0-M2 Released

2019-01-30 Thread Frankie
Just found it: TomEE Users mailing list ... -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html

Re: [ANNOUNCE] Apache TomEE 8.0.0-M2 Released

2019-01-30 Thread Frankie
Congratulations! Well done! BTW: Where are "announcing"-mails sent to? Here I can find only the replies on it ... ? -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html

Re: MicroProfile Integration in Plus and Plume

2019-01-30 Thread Roberto Cortez
Hey! Thanks for the info. I used to think that the issue was with the root context, but from what you are describing this may not be the case, which does make some sense for your case. I was getting a little confused on how you were having some kind of endpoint clash, but apparently the issue i

Re: MicroProfile Integration in Plus and Plume

2019-01-30 Thread j4fm
So I got time to look at this again. It seems to be pretty clear that if you take an existing non-REST based webapp and add REST endpoints with CXF, the CXFJAXRSFilter will then only allow REST resources and static resources to be served for that whole webapp. Even without a "/*" servlet mapping

Re: MicroProfile Integration in Plus and Plume

2019-01-30 Thread j4fm
Endpoint removal: There is no servlet registration to "/*" on the webapps. There is a servlet registration for specific *.abc file extensions and "*.faces=FacesServlet" and a couple for "/web/start/*" but after that only "/" -> default servlet mapping. I have debugged through TomEEMicroProfileLis

Re: Examples Missing README Files

2019-01-30 Thread Bogdan Stirbat
Hi, Can I pick https://issues.apache.org/jira/browse/TOMEE-2375 ? Thanks, Bogdan În mie., 30 ian. 2019 la 17:43, Roberto Cortez a scris: > Hi folks, > > I was wondering if someone (maybe even more than 1 person), would like to > pick subtasks of this JIRA: > https://jira.apache.org/jira/browse

Re: Issue trying to run TCK web profile only tests

2019-01-30 Thread César Hernández Mendoza
When I run: ./runtests --web tomee -c com/sun/ts/tests/appclient I get more failed tests (29) compared with the result executing with --web tomee-plume throws (8 failed test). In both scenarios, the entire set of 50 tests are executed so that means even the `javaee_web_profile_optional` and `javae

Re: Issue trying to run TCK web profile only tests

2019-01-30 Thread Jonathan Gallimore
It basically stems back to a time when TomEE wasn't really a thing, and we extracted openejb.war into a vanilla Tomcat. We could probably do some cleanup there to make it easier. Jon On Wed, Jan 30, 2019 at 5:15 PM Jonathan Gallimore < jonathan.gallim...@gmail.com> wrote: > There's some legacy t

Re: Issue trying to run TCK web profile only tests

2019-01-30 Thread Jonathan Gallimore
There's some legacy there. Try using `-w tomee`. Jon On Wed, Jan 30, 2019 at 3:38 PM Bruno Baptista wrote: > One question, > > Any idea why the runtests script uses tomcat-web for the webprofile? > > Cheers > > Bruno Baptista > https://twitter.com/brunobat_ > > > On 30/01/19 03:15, César Hernán

Examples Missing README Files

2019-01-30 Thread Roberto Cortez
Hi folks, I was wondering if someone (maybe even more than 1 person), would like to pick subtasks of this JIRA: https://jira.apache.org/jira/browse/TOMEE-2369 And start adding README files to the example projects that are missing them? Cheers, R

Re: Issue trying to run TCK web profile only tests

2019-01-30 Thread Bruno Baptista
One question, Any idea why the runtests script uses tomcat-web for the webprofile? Cheers Bruno Baptista https://twitter.com/brunobat_ On 30/01/19 03:15, César Hernández Mendoza wrote: Looking at this lines of code from the rustest script[1]: tomee-plus|tomee-plume|tomee|tomcat|none)

Re: Issue trying to run TCK web profile only tests

2019-01-30 Thread Bruno Baptista
The openejb.home property was not set globally on the pom.xml, hence the error. But if you set it, it messes the deployment. The environment setup is outdated and is using apache-openejb-*, which also causes issues. I'm researching where does this come from. Bruno Baptista https://twitter.co