[digester] Problem using Digester 3.2 with oracle xdk xmlparser

2018-01-25 Thread Michelle Lin
Hi experts, I'm trying to use Digester 3.2 with oracle idk xml parser and got following exception: --- Caused By: java.lang.NoSuchMethodException: No such accessible method: setTargetURI() on object: oracle.xml.parser.v2.XMLElement     at

Re: [JEXL] white list classes, not by interfaces?

2018-01-25 Thread Woonsan Ko
I've created a ticket for this: - https://issues.apache.org/jira/browse/JEXL-253 Cheers, Woonsan On Thu, Oct 19, 2017 at 10:09 AM, Woonsan Ko wrote: > Hi, > > I'm experimenting it with JexlSandbox (for blackbox mode) of v3.1 like > the following example: > >

[DBCP] Connection leak during XATransaction in high load

2018-01-25 Thread Rui Goncalves
Hi all. We're experiencing a connection leak in a distributed transaction when the system is under heavy load. We're using commons-dbcp (latest version) + eclipselink and narayana to perform transaction coordination. >From time to time we can see a stacktrace reporting an abandoned connection.