Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-4056

JBoss Remote Naming is leaking threads

XMLWordPrintable

      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 in remote naming

            sdouglas1@redhat.com Stuart Douglas
            ropalka Richard Opalka
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: