Re: Memory leak solved in TomEE 8.0.13 (TOMEE-2771) ?

2024-05-27 Thread Richard Zowalla
If the ticket is still open, I don't think, that it was investigated. Since no one else reported it, it might not be a problem anymore. For newer versions of TomEE, it shouldn't apply at all as we no longer have the geronimo impl. Gruß Richard On 2024/05/27 07:44:10 COURTAULT Francois wrote:

Re: [ANN] Apache TomEE 9.1.3

2024-04-16 Thread Richard Zowalla
TED DISTRIBUTION to email recipients > > Hello Richard, > > Great news  > > I haven't checked everything but, at least, the jose upgrade from > 0.9.3 to 0.9.6 is missing in the release note  > > Best Regards. > > -Original Message- > From: Richard Zowa

[ANN] Apache TomEE 9.1.3

2024-04-15 Thread Richard Zowalla
The Apache TomEE team is pleased to announce the availability of TomEE 9.1.3 Apache TomEE delivers enterprise application containers and services based on, but not limited to the Enterprise JavaBeans Specification and Java/Jakarta Enterprise Edition Specifications. This release contains some bug

[ANN] Apache TomEE 10.0.0-M1

2024-04-08 Thread Richard Zowalla
The Apache TomEE team is pleased to announce the availability of TomEE 10.0.0-M1 Apache TomEE delivers enterprise application containers and services based on, but not limited to the Enterprise JavaBeans Specification and Java/Jakarta Enterprise Edition Specifications. This release is a first

Re: Some issues with simple rest application

2024-04-02 Thread Richard Zowalla
Hi, I don't see an actual issue here. I have reproduced the example you described in your mail here (declare a resource, add an application servlet in web.xml): https://github.com/rzo1/ml-jaxrs-repro Running that on a TomEE 9.1.2 (Microprofile) deploys the resource as expected: 02-Apr-2024

Re: Question: Can I donate to an Apache project? (was Re: Will Tomee be discontinued ?)

2024-03-31 Thread Richard Zowalla
gt; > family > > > > and work consumes almost all my time. > > > > > > > > I really find this project relevant in the jakarta EE and I > > > > would love > > > to > > > > see it keep going. What I can do is to make some donations. I > >

Re: Question: Can I donate to an Apache project? (was Re: Will Tomee be discontinued ?)

2024-03-22 Thread Richard Zowalla
Hi, you actually need to choose the right branch on that repository. Some of these tests require specific settings to be present (only available on some branches) and assume certain locale / enviroment conditions (most of them aren't documented in the README). I had a lot of pain running TCK

RE: TomEE system.properties : tomee.mp.scan doc/meaning

2024-03-15 Thread Richard Zowalla
p; OpenTracingInterceptor > (microprofile-opentracing-spec-3.0) > - FaultToleranceExtension (microprofile-fault-tolerance-spec-4.0.2) > right ? > > Is it possible to specify that we only want to use microprofile-config-spec & > microprofile-jwt-auth-spec ? > > BTW Op

Re: CVE-2023-51775 in jose library embedded in TomEE 9.1.2

2024-03-15 Thread Richard Zowalla
I did the updates yesterday and the CI is still running, but I don't think, that we expect any regressions, so it should be save to upgrade in /lib On 2024/03/15 14:56:11 COURTAULT Francois wrote: > THALES GROUP LIMITED DISTRIBUTION to email recipients > > Hello everyone, > > The CVE

Re: Will Tomee be discontinued ?

2024-03-14 Thread Richard Zowalla
Hi Francois, first of all: Please do not cross post between list. Most people on dev@ are also subscribed on user@ TomEE is an open source project, so it fully depends on the community to step up and getting a TomEE 10.x out of the door. So instead of asking "will we have at some point TomEE

Re: TomEE system.properties : tomee.mp.scan doc/meaning

2024-03-07 Thread Richard Zowalla
Hi, looking into [1], a value != "none" will activate the MP extensions. The default is "none" if the property is not present. "none" means, that the extensions listed in line 59 and below are disabled by default. [1]

Re: Migration doc from TomEE 8.x to TomEE 9.x

2024-02-21 Thread Richard Zowalla
Hi, to add to what is already said: Keep an eye on the different Jakarta API versions for EE9 vs EE10. If you have Hibernate somewhere, 6.4.x doesn't work out of the box with TomEE 9.x because they removed some workarounds/fallbacks for earlier JPA spec versions. And of course legacy third

Re: TomeEE official maven repo

2024-01-08 Thread Richard Zowalla
https://repository.apache.org/content/repositories/releases/org/apache/tomee/apache-tomee/ (but you shouldn't use the ASF repo for a PROD env because of rate limit restrictions) Am Montag, dem 08.01.2024 um 12:53 + schrieb COURTAULT Francois: > THALES GROUP LIMITED DISTRIBUTION to email

Re: TomEEMicroProfileListener IllegalStateException

2023-11-21 Thread Richard Zowalla
Hi, yes. If it bothers you, it might be a good point to start. The main difference between 8 and 9 is the switch of the micro profile implementation from geronimo to smallrye. The integration code is in https://github.com/apache/tomee/tree/main/tomee/tomee-microprofile/mp-common So the process

Re: Health of this project -- should we keep going?

2023-11-21 Thread Richard Zowalla
I guess, that setting up TCK for the EE10 / main branch would be of great help. There are some open PRs in this area but they need to be rebased, etc. - and we need to fix potential failures or add missing implementations / edge cases. The related code part is in

RE: TomEE 9.x relies on Tomcat 10.0.27 but this one is quite old ...

2023-11-13 Thread Richard Zowalla
he result are: >> > - CVE-2022-45143 (CVSS 3 scoring 7.5) on tomcat-catalina : 10.0.27 >> > - CVE-2023-24998 (CVSS 3 scoring 7.5) on tomcat-coyote : 10.0.27 >> > >> > Some of our customers won't accept that ☹ >> > >> > BTW I also scan T

[ANN] Apache TomEE 8.0.16

2023-11-03 Thread Richard Zowalla
The Apache TomEE team is pleased to announce the availability of TomEE 8.0.16 Apache TomEE delivers enterprise application containers and services based on, but not limited to the Enterprise JavaBeans Specification and Java/Jakarta Enterprise Edition Specifications. These releases primarily

Re: Very slow JSF Development Mode on tomee 8.x newer than 8.0.6

2023-10-28 Thread Richard Zowalla
Cool. Thanks for going down the rabbit hole ;-) Given that there is a lot of information/benchmarks etc. collected in this thread, what do you think about opening an issue in Tomcat with a reference to this thread? They might take a look. Gruß Richard Am 28. Oktober 2023 12:22:12 MESZ

Re: Very slow JSF Development Mode on tomee 8.x newer than 8.0.6

2023-10-28 Thread Richard Zowalla
good job, and 8.0.8 breaks it to >>>> some degree, we should at least try to figure out, what exactly causes >>>> this break. Maybe there is an easy way to fix it, then it should be >>>> fixed IMHO. >>>> >>>> So, I will go through the bise

Re: Very slow JSF Development Mode on tomee 8.x newer than 8.0.6

2023-10-27 Thread Richard Zowalla
if everything works fine, I should be able to identify > > the > > commit after about an hour? (That's cool why nobody has told me > > about git bisect before? ;-) ) > > > > Anyway, I will have to find some time for this, maybe I need a > > couple > &g

Re: Very slow JSF Development Mode on tomee 8.x newer than 8.0.6

2023-10-27 Thread Richard Zowalla
gt; git 2.25.1 > Maven 3.6.3 > java 14.0.2 > > Is it some easy thing to fix, or do I have to switch some versions of > my > environment? > > cu > Jens > > Am 26.10.2023 um 19:48 schrieb Richard Zowalla: > > Hi, > > > > without knowing code or h

Re: Very slow JSF Development Mode on tomee 8.x newer than 8.0.6

2023-10-26 Thread Richard Zowalla
8 PM Jens Zurawski > > wrote: > > > > > The one bundled with TomEE. > > > myfaces 2.3.7 on TomEE 8.0.6 > > > and  e.g. myfaces 2.3.9 on TomEE 8.0.12 > > > > > > Am 26.10.2023 um 16:08 schrieb Richard Zowalla: > > > > Whic

Re: Very slow JSF Development Mode on tomee 8.x newer than 8.0.6

2023-10-26 Thread Richard Zowalla
Which JSF lib are you using? Am 26. Oktober 2023 16:00:57 MESZ schrieb Jens Zurawski : >Thank you for your quick reply, Jonathan. > >It is good to know, that normally the Dev mode should work as fast as before >even with 8.0.15. So it obviously has something to do with my environment,

[ANN] Apache TomEE 9.1.1

2023-10-16 Thread Richard Zowalla
The Apache TomEE team is pleased to announce the availability of TomEE 9.1.1 Apache TomEE delivers enterprise application containers and services based on, but not limited to the Enterprise JavaBeans Specification and Java/Jakarta Enterprise Edition Specifications. These releases primarily

Re: JAX-WS Enpoint.publish not running on specified port

2023-09-27 Thread Richard Zowalla
Hi, if possible put a small reproducer on GitHub, so people can have a look. Gruß Richard Am Dienstag, dem 26.09.2023 um 12:00 -0700 schrieb Boyan Mihaylov: > Hello, > > Migrating an existing application to TomEE, which uses JAX-WS > javax.xml.ws.Endpoint. The following code does not open port

Re: Issue with NexusIQ and TomEE

2023-09-27 Thread Richard Zowalla
Hi. Might be related to the patch plugin while building the distribution archives. Adding the commons lib to the skip list in https://github.com/apache/tomee/blob/320f9a20c51a5a058e21d1f20205110d02bf6a94/tomee/apache-tomee/pom.xml#L566 might resolve it (didn't test, just a blind guess). It

Re: Unable to use Resouce value with $

2023-09-12 Thread Richard Zowalla
mechanismn, so it tries to resolve a service for $ in any case resulting in the NULL value. Am Dienstag, dem 12.09.2023 um 08:44 +0200 schrieb Thomas Butz: > That didn't work. > > - Ursprüngliche Mail - > Von: "Richard Zowalla" > An: "users" > Gesende

Re: Unable to use Resouce value with $

2023-09-08 Thread Richard Zowalla
Hi, $ is used as an identifier, i.e. for injecting properties. You can use SkipPropertiesFallback = true test = $abc The `SkipPropertiesFallback` will prevent the resolution of $-values. The related code is here: [1] Hope it helps. Richard [1]

Re: PropertyException thrown during SOAP communication

2023-08-30 Thread Richard Zowalla
Hi, see https://github.com/apache/cxf/blob/main/core/src/main/java/org/apache/cxf/common/jaxb/JAXBUtils.java#L1105 vs https://github.com/apache/cxf/blob/cxf-3.5.5/core/src/main/java/org/apache/cxf/common/jaxb/JAXBUtils.java#L1104 I think, it should disappear after upgrading to cxf 4 ;) (wip

Re: Question about data-sources defined directly in tomee.xml

2023-08-15 Thread Richard Zowalla
e tell me when copied, so I can remove it again... > > Op di 15 aug 2023 om 11:45 schreef Richard Zowalla : > > > Looks ok to me. > > > > "net.sourceforge.jtds.jdbc.Driver" is available in TomEE's lib > > folder? > > > > If yes, we might ne

Re: Question about data-sources defined directly in tomee.xml

2023-08-15 Thread Richard Zowalla
Looks ok to me. "net.sourceforge.jtds.jdbc.Driver" is available in TomEE's lib folder? If yes, we might need a small reproducer on GitHub to check. Gruß Richard Am Dienstag, dem 15.08.2023 um 10:57 +0200 schrieb Stefaan Somers: > > > > > > Hi, > > > > > > > > > >   > > > >   > >   >

Re: Question about data-sources defined directly in tomee.xml

2023-08-15 Thread Richard Zowalla
How does your tomee.xml look like? Am Dienstag, dem 15.08.2023 um 10:35 +0200 schrieb Stefaan Somers: > I've defined a data-source in the tomee.xml, and put the jar-file in > the > lib folder of TomEE (see hereunder). Nevertheless I always get the > following message when starting the server : >

Re: Re: Re: No XML deserialization with TomEE 9.1.0 and JAAS

2023-07-19 Thread Richard Zowalla
; xsi:nil="true"/> Gruß Richard Am Mittwoch, dem 19.07.2023 um 12:56 +0200 schrieb tomee-u...@web.de: > > Sorry, opened the repository. > > > > > > > > Gesendet: Mittwoch, 19. Juli 2023 um 12:14 Uhr > > > > Von: "Richard Zowall

Re: Re: No XML deserialization with TomEE 9.1.0 and JAAS

2023-07-19 Thread Richard Zowalla
oapTomEEIssue/tree/master > > I really hope that it is not mistake by myself. ;-) > > By the way - Java 17 is used. > > Cheers, > Markus > > > Gesendet: Dienstag, 18. Juli 2023 um 20:18 Uhr > > Von: "Richard Zowalla" > > An: users@tomee.apache

Re: No XML deserialization with TomEE 9.1.0 and JAAS

2023-07-18 Thread Richard Zowalla
Hi, maybe adding a small reproducer to GitHub would help in identifying any issue? Gruß Richard Am Dienstag, dem 18.07.2023 um 17:56 +0200 schrieb tomee-u...@web.de: > Hi, > > I ported our war file from TomEE 8.0.15 to TomEE 9.1.0. > > The deployment works fine with some new infos[1] where I

Re: Upgrading from TomeEE 8 to TomEE 9 -> java.lang.NoClassDefFoundError: jakarta/management/Notification

2023-07-12 Thread Richard Zowalla
Hi, I think, that it is a shading error on deltaspike side. Notification should still be in javax namespace: [1] I refined the relocation patterns (see [2]) via a PR after 1.9.6 but there is no 1.9.7 or 2.0.0 yet. Best to ask on the deltaspike list, I guess. Gruß Richard [1]

Re: TomEE Java version supported

2023-07-05 Thread Richard Zowalla
Hi, Compiler target is Java 8 for TomEE 8.x [1]. Did not test with 18, 19 or 20 (depends on asm to recognize newer class versions and if TomEE uses deprecated features which are removed in those versions). If someone would like to test ;) Runs fine with Java 17 for me. Gruß Richard [1]

[ANN] Apache TomEE 9.1.0

2023-06-13 Thread Richard Zowalla
The Apache TomEE team is pleased to announce the availability of TomEE 9.1.0 Apache TomEE delivers enterprise application containers and services based on, but not limited to the Enterprise JavaBeans Specification and Java/ Enterprise Edition Specifications. These releases primarily provide bug

Re: How to Configure JDBC Web-INF resource with TomEE 9

2023-06-06 Thread Richard Zowalla
Hi, can you push a small code example to GitHub? would make it much easier to point you into the right direction. Gruß Richard Am Dienstag, dem 30.05.2023 um 13:28 +0200 schrieb tomee-u...@web.de: > Hello, > > I'm looking for an example hot two configure JDBC with Tomee 9.0. > > First I read

Re: [ANN] Apache TomEE 8.0.15

2023-05-17 Thread Richard Zowalla
Should be available now. Am Dienstag, dem 16.05.2023 um 12:50 -0400 schrieb Adam Cornett: > How long does it normally take for the artifacts to appear in the > Maven > Central repo? > > On Tue, May 16, 2023 at 8:14 AM Richard Zowalla > wrote: > > > The Apache TomEE

[ANN] Apache TomEE 8.0.15

2023-05-16 Thread Richard Zowalla
The Apache TomEE team is pleased to announce the availability of TomEE 8.0.15 Apache TomEE delivers enterprise application containers and services based on, but not limited to the Enterprise JavaBeans Specification and Java/ Enterprise Edition Specifications. These releases primarily provide bug

Re: Approx. release date for TomEE 10.x

2023-03-31 Thread Richard Zowalla
Hi, we had some discussion on various lists, that we most likely cannot eol 9.x before having a 10.x ready - otherwise ppl won't migrate ;) The bad thing is, that Tomcat 10.0.x (targeting EE9), which is the basis for TomEE 9, got eol'ed by the Tomcat team and won't receive any security/bug

Re: TomEE 8.0.x and next plans ?

2023-02-17 Thread Richard Zowalla
Hi, there is a discussion on dev@: https://lists.apache.org/thread/jz4y20q039cckcv436xvtgzr1ofmostj Gruß Richard Am Freitag, dem 17.02.2023 um 12:30 +0530 schrieb somasani nikhil: > Hello Everyone, > > We are currently using TomEE for our internal application with *JDK > 1.8.x*, > and very

Re: CVE-2016-3088

2023-01-27 Thread Richard Zowalla
TomEE relies on activemq 5.16.5. According to [1], the fileserver was removed with 5.14.0. Gruß Richard [1] https://activemq.apache.org/security-advisories.data/CVE-2016-3088-announcement.txt Am Freitag, dem 27.01.2023 um 18:05 + schrieb COURTAULT Francois: > Hello everyone, > > We scan

[ANN] Apache TomEE 8.0.14

2023-01-20 Thread Richard Zowalla
The Apache TomEE team is pleased to announce the availability of TomEE 8.0.14 Apache TomEE delivers enterprise application containers and services based on, but not limited to the Enterprise JavaBeans Specification and Java Enterprise Edition Specifications. These releases primarily provide bug

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,

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

Re: Tomee 8.0.13 and Java Mail

2022-11-23 Thread Richard Zowalla
properties as the SMTP Sun provider do ? > > Best Regards. > > -Original Message- > From: Richard Zowalla > Sent: mardi 22 novembre 2022 20:16 > To: users@tomee.apache.org > Subject: Re: Tomee 8.0.13 and Java Mail > > Hi, > > TomEE relies on Geroni

Re: Tomee 8.0.13 and Java Mail

2022-11-22 Thread Richard Zowalla
Hi, TomEE relies on Geronimo mail. I did a quick search in the source code, but couldn't find anything related to mail.smtp.proxy.* properties. Judging from the source code, it does not support ProxyAuthentication. The RI might support proxy authentication. You can just switch the mailing

[ANN] Apache TomEE 8.0.13

2022-10-25 Thread Richard Zowalla
The Apache TomEE team is pleased to announce the availability of TomEE 8.0.13 Apache TomEE delivers enterprise application containers and services based on, but not limited to the Enterprise JavaBeans Specification and Java Enterprise Edition Specifications. These releases primarily provide bug

Re: TomEE 8.0.9 introduce ehcache-3.8.1.jar in lib folder

2022-07-29 Thread Richard Zowalla
you. > I hope the backport will be done so PrimeFaces showcase works out of > the > box in TomEE 8. > > Thank you. > > On Fri, 29 Jul 2022 at 09:34, Richard Zowalla > wrote: > > Hi all, > > > > imho ehcache 3.8.1 shouldn't be in lib. You should be a

Re: TomEE 8.0.9 introduce ehcache-3.8.1.jar in lib folder

2022-07-29 Thread Richard Zowalla
Hi all, imho ehcache 3.8.1 shouldn't be in lib. You should be able to simply remove it from the lib folder of TomEE without any major problems and use the newer version coming with Primefaces in your app. Nevertheless, JL is right: We did actually fix it (but only on master). We did not backport

[ANN] Apache TomEE 8.0.11

2022-04-22 Thread Richard Zowalla
The Apache TomEE team is pleased to announce the availability of TomEE 8.0.11 Apache TomEE delivers enterprise application containers and services based on, but not limited to the Enterprise JavaBeans Specification and Java Enterprise Edition Specifications. These releases primarily provide bug