Wolf-Dieter Fink [
https://community.jboss.org/people/wdfink] created the discussion
"Re: jboss 7 connection pool issue"
To view the discussion, visit:
https://community.jboss.org/message/782566#782566
--------------------------------------------------------------
Is it possible that you did not close connections in your code?
You can add either debug or error to the JCA subsystem to see log or error if JBoss detect
such.
<cached-connection-manager [debug="true"] [error="true"]/>
Also you can track the statements in the datasource by using the <track-statements>
element
AFAIK in AS4 this property was set by default.
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/782566#782566]
Start a new discussion in Datasource Configuration at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]