Hi, I have a problem with our JNDI DataSource (Catalina Connection Pool). After a while I got a lot of active conns in the Pool (I can see them in via JMX), when I take a look in Oracles v$session, all sessions/conns are in IDLE state? The Problem is, that the pool thinks all sessions are active so he creates new ones, so we have a lot of sessions created in Oracle, nearly about 1 session / per second!!!
Has anybody experiences with Oracle and Cayenne and Tomcat Connection Pooling? Is there any way I get more infos, logs, traces? thx Markus