Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 77165 invoked from network); 1 Aug 2006 10:08:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Aug 2006 10:08:46 -0000 Received: (qmail 32204 invoked by uid 500); 1 Aug 2006 10:08:45 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 32173 invoked by uid 500); 1 Aug 2006 10:08:45 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 32162 invoked by uid 99); 1 Aug 2006 10:08:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Aug 2006 03:08:45 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Aug 2006 03:08:44 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DEC48410011 for ; Tue, 1 Aug 2006 10:06:13 +0000 (GMT) Message-ID: <24985029.1154426773910.JavaMail.jira@brutus> Date: Tue, 1 Aug 2006 03:06:13 -0700 (PDT) From: "Pierre-Arnaud Marcelot (JIRA)" To: dev@directory.apache.org Subject: [jira] Created: (DIRSERVER-690) Wrong access to ThreadPool in ServerContextFactory MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Wrong access to ThreadPool in ServerContextFactory -------------------------------------------------- Key: DIRSERVER-690 URL: http://issues.apache.org/jira/browse/DIRSERVER-690 Project: Directory ApacheDS Issue Type: Bug Affects Versions: 1.1.0 Reporter: Pierre-Arnaud Marcelot The method "setMaximumPoolSize" is unreachable from the current access to the ThreadPool. This bug prevents ADS from compiling correclty. ThreadPool must be accessed using the "getThreadPool()" method. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira