[JBoss-dev] [JBoss JIRA] Commented: (JBAS-31) CachedConnectionManager - inUseConnections not correct

2004-12-16 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-31?page=comments#action_12310792 ] Adrian Brock commented on JBAS-31: -- The test.jsp does not reproduce the problem for me? CachedConnectionManager - inUseConnections not correct

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-31) CachedConnectionManager - inUseConnections not correct

2004-12-16 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-31?page=comments#action_12310796 ] Scott M Stark commented on JBAS-31: --- Take and drop the test.jsp into the jmx-console.war, and then execute the following wget/twiddle command pairs and it shows that the

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-31) CachedConnectionManager - inUseConnections not correct

2004-12-16 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-31?page=comments#action_12310797 ] Adrian Brock commented on JBAS-31: -- I'm obviously seeing different garbage collection behaviour. Since the result I get is zero. It should be irrelvent once

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-31) CachedConnectionManager - inUseConnections not correct

2004-12-16 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-31?page=comments#action_12310793 ] Adrian Brock commented on JBAS-31: -- I do see that unregisterConnection should also remove the connection from connectionStackTraces rather than leaving it to the garbage

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-31) CachedConnectionManager - inUseConnections not correct

2004-12-16 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-31?page=comments#action_12310799 ] Scott M Stark commented on JBAS-31: --- Ok, your right about the closeAll call. The real issue is the failure to remove the connectionStackTraces entry in unregisterConnection.

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-31) CachedConnectionManager - inUseConnections not correct

2004-12-07 Thread Purush Rudrakshala (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-31?page=comments#action_12310737 ] Purush Rudrakshala commented on JBAS-31: Can you please confirm if this is JBoss code issue or not, and also let me know when this would be fixed approximately?

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-31) CachedConnectionManager - inUseConnections not correct

2004-12-06 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-31?page=comments#action_12310735 ] Scott M Stark commented on JBAS-31: --- Another problem I'm seeing with this code is the following: private void closeAll(Map cmToConnectionsMap) { if (debug ==

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-31) CachedConnectionManager - inUseConnections not correct

2004-12-05 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-31?page=comments#action_12310733 ] Scott M Stark commented on JBAS-31: --- The problem is that there is no JTA tx associated with the servlet, so there is no CloseConnectionSynchronization to remove the