Re: Behaviour change between TomEE 8.0.11 and TomEE 8.0.13

2022-11-25 Thread Jean-Louis Monteiro
If you get a 500 then it means that there is probably a stack trace or something in the logs to produce and server error. Le jeu. 24 nov. 2022, 17:44, COURTAULT Francois a écrit : > Hello, > > I have a REST WS endpoint with the annotation @Path( v1/xxx/{ZZZ}" ) > Using TomEE 8.0.11, if I target

Re: Fwd: TomEE Webprofile Support

2022-11-25 Thread Richard Zowalla
Hi Richard, you can have a look at https://tomee.apache.org/community/commercial.html Gruß Richard Am 25. November 2022 17:11:39 MEZ schrieb Richard OConnell : > > >Get Outlook for Android > >From: Richard OConnell >Sent: Friday,

Fwd: TomEE Webprofile Support

2022-11-25 Thread Richard OConnell
Get Outlook for Android From: Richard OConnell Sent: Friday, November 25, 2022 9:45:15 AM To: users-subscr...@tomee.apache.org Subject: TomEE Webprofile Support Hi There, Could you advise on recommended support providers who could offer

Re: Behaviour change between TomEE 8.0.12 and TomEE 8.0.13

2022-11-25 Thread Richard Zowalla
Can you provide a sample application? Am Donnerstag, dem 24.11.2022 um 17:51 + schrieb COURTAULT Francois: > Hello, > > I have a REST WS endpoint with the annotation @Path( v1/xxx/{ZZZ}" ) > Using TomEE 8.0.11, if I target v1/xxx, I get a 404 but with TomEE > 8.0.13, I get a 500. > > Are