User development,
A new message was posted in the thread "Problem with number of database connections
(Oracle)":
http://community.jboss.org/message/520024#520024
Author : Adrian Brock
Profile :
http://community.jboss.org/people/adrian@jboss.org
Message:
--------------------------------------------------------------
The ConnectionsCreatedCount is 1 (and that has been destroyed - see
ConnectionDestroyedCount).
So it is not the connection pool. It has zero connections open.
You have maxSessions=3 which means there could be three instances for that MDB
concurrently.
With 5 mdbs (if they are all the same) that would account for 5x3=15
As to what else is creating connections, it must be somewhere else in your code.
It isn't the JBoss connection pool.
Like I suggested for the MDB, try removing some of your deployments one at a time,
until you find it.
Failing that, the only thing I can suggest is to use a debugger or profiler to determine
what
stacktraces are invoking the OracleConnection constructor.
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/520024#520024