[jboss-jira] [JBoss JIRA] (AS7-4056) JBoss Remote Naming is leaking threads
Richard Opalka (JIRA)
jira-events at lists.jboss.org
Tue Mar 6 10:29:38 EST 2012
Richard Opalka created AS7-4056:
-----------------------------------
Summary: JBoss Remote Naming is leaking threads
Key: AS7-4056
URL: https://issues.jboss.org/browse/AS7-4056
Project: Application Server 7
Issue Type: Bug
Components: Naming
Reporter: Richard Opalka
Assignee: Stuart Douglas
Fix For: 7.1.1.Final
In our test suite we're doing the following usecase many times:
InitialContext ctx = new InitialContext(remoteJndiProperties);
try {
Object obj = ctx.lookup();
// do something with obj
} finally {
ctx.close();
}
Unfortunately this leads to huge thread leaks :(
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list