[
https://issues.apache.org/jira/browse/GERONIMO-5441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shawn Jiang updated GERONIMO-5441:
----------------------------------
Affects Version/s: 2.2
2.2.1
(was: 2.2.2)
Fix Version/s: 2.2.1
2.2
(was: 2.2.2)
> 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.2.1
> Reporter: viola.lu
> Assignee: viola.lu
> Fix For: 2.2, 2.2.1
>
> 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.