Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 83056 invoked from network); 10 Aug 2010 09:01:43 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Aug 2010 09:01:43 -0000 Received: (qmail 16536 invoked by uid 500); 10 Aug 2010 09:01:43 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 16111 invoked by uid 500); 10 Aug 2010 09:01:40 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 16101 invoked by uid 99); 10 Aug 2010 09:01:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Aug 2010 09:01:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Aug 2010 09:01:38 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7A91HxM023258 for ; Tue, 10 Aug 2010 09:01:18 GMT Message-ID: <13108154.250671281430877913.JavaMail.jira@thor> Date: Tue, 10 Aug 2010 05:01:17 -0400 (EDT) From: "viola.lu (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Closed: (GERONIMO-5441) Update openejb pool JMX attributes In-Reply-To: <14340310.276041278642769381.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GERONIMO-5441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] viola.lu closed GERONIMO-5441. ------------------------------ Resolution: Fixed This patch is already applied to latest 2.2 branch, so close it. > Update openejb pool JMX attributes > ----------------------------------- > > Key: GERONIMO-5441 > URL: https://issues.apache.org/jira/browse/GERONIMO-5441 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: OpenEJB > Affects Versions: 2.2.2 > Reporter: viola.lu > Assignee: viola.lu > Fix For: 2.2.2 > > Attachments: G5441.patch > > > Based on the update from openejb pool jmx attributes in openejb : https://issues.apache.org/jira/browse/OPENEJB-1235, reflect those changes in file > $g22src\plugins\openejb\geronimo-openejb\src\main\java\org\apache\geronimo\openejb\StatelessContainerGBean.java > Added the following pool config options: > GarbageCollection > ReplaceFlushed > Renamed the following pool config options: > PoolMin -> MinSize > PoolMax -> MaxSize > PollInterval -> SweepInterval > Pool will also now call @PreDestroy callbacks on garbage collected instances > Added the following pool JMX attributes: > GarbageCollection > ReplaceFlushed > InstancesIdle > InstancesActive > Renamed the following pool JMX attributes: > PollInterval -> SweepInterval > Available -> AvailablePermits > Instances -> InstancesPooled -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.