Re: Logging Abandoned Connection

2023-09-27 Thread chege
On Wed, 2023-09-27 at 11:32 -0700, Kean Erickson wrote: > Kean Hi Kean, Thanks for the response. Before removing abandoned connections I want to log the event.

Re: Logging Abandoned Connection

2023-09-27 Thread Kean Erickson
I believe you need a couple more properties for abandoned connections to be pruned: removeAbandoned="true" removeAbandonedTimeout="60" On Wed, Sep 27, 2023, 12:18 AM chege wrote: > Hi, > > I using tomee 8.0.14. I want to see which code is not closing > connections. I have set logAbandoned

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

Issue with NexusIQ and TomEE

2023-09-27 Thread COURTAULT Francois
THALES GROUP LIMITED DISTRIBUTION to email recipients Hello everyone, Quite recently I run NexusIQ on TomEE Plus 8.0.15. The tool reports a vulnerability on commons-collections--3.2.1. Issue: in TomEE delivery there is no commons-collections--3.2.1 ☹ So we opened a ticket to NexusIQ support.

Logging Abandoned Connection

2023-09-27 Thread chege
Hi, I using tomee 8.0.14. I want to see which code is not closing connections. I have set logAbandoned true in my datasource. However I don't see the any abandoned connection logged. DataSourceCreator tomcat JdbcDriver org.postgresql.Driver JdbcUrl