You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Shawn Jiang (JIRA)" <ji...@apache.org> on 2010/05/31 05:17:35 UTC

[jira] Created: (GERONIMO-5353) To support idleTimeout configuration for stateless ejb conainter.

To support idleTimeout configuration for stateless ejb conainter.
-----------------------------------------------------------------

                 Key: GERONIMO-5353
                 URL: https://issues.apache.org/jira/browse/GERONIMO-5353
             Project: Geronimo
          Issue Type: Improvement
      Security Level: public (Regular issues)
          Components: OpenEJB
    Affects Versions: 2.2.1, 2.2.2
            Reporter: Shawn Jiang
            Assignee: Shawn Jiang
            Priority: Minor
             Fix For: 2.2.1, 2.2.2


We don't support config idletimeout attribute of stateless ejb container in config.xml.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-5353) To support idleTimeout configuration for stateless ejb conainter.

Posted by "Shawn Jiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12873928#action_12873928 ] 

Shawn Jiang commented on GERONIMO-5353:
---------------------------------------

Checked in the fix @rev949739 for 22 branch.  The patch might apply to trunk also.

> To support idleTimeout configuration for stateless ejb conainter.
> -----------------------------------------------------------------
>
>                 Key: GERONIMO-5353
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5353
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: OpenEJB
>    Affects Versions: 2.2.1, 2.2.2
>            Reporter: Shawn Jiang
>            Assignee: Shawn Jiang
>            Priority: Minor
>             Fix For: 2.2.1, 2.2.2
>
>
> We don't support config idletimeout attribute of stateless ejb container in config.xml.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-5353) To support idleTimeout configuration for stateless ejb conainter.

Posted by "Shawn Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shawn Jiang updated GERONIMO-5353:
----------------------------------

        Fix Version/s: 3.0
                           (was: 2.2.1)
                           (was: 2.2.2)
    Affects Version/s: 3.0
                           (was: 2.2.1)
                           (was: 2.2.2)

> To support idleTimeout configuration for stateless ejb conainter.
> -----------------------------------------------------------------
>
>                 Key: GERONIMO-5353
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5353
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: OpenEJB
>    Affects Versions: 3.0
>            Reporter: Shawn Jiang
>            Assignee: Shawn Jiang
>            Priority: Minor
>             Fix For: 3.0
>
>
> We don't support config idletimeout attribute of stateless ejb container in config.xml.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-5353) To support idleTimeout configuration for stateless ejb conainter.

Posted by "viola.lu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12874924#action_12874924 ] 

viola.lu commented on GERONIMO-5353:
------------------------------------

 Idle timeout specifies the maximum time that an instance should be allowed to sit idly in the pool without use before it should be retired and
removed.

I installed calculator sample  which is a stateless ejb app, set poolsize 20, idletimeout 0,  run 100 clients against this application, use jconsole to monitor this calculator slsb pool,  accesstimouts is 67, instances 20, after i changed idletimeout to larger number 30000, instances number would decrease, access timeout too. So this attribute worked as its definition on geronimo 2.2.1 latest build:
2010.06.02-06:24:12.063-0400


> To support idleTimeout configuration for stateless ejb conainter.
> -----------------------------------------------------------------
>
>                 Key: GERONIMO-5353
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5353
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: OpenEJB
>    Affects Versions: 2.2.1, 2.2.2
>            Reporter: Shawn Jiang
>            Assignee: Shawn Jiang
>            Priority: Minor
>             Fix For: 2.2.1, 2.2.2
>
>
> We don't support config idletimeout attribute of stateless ejb container in config.xml.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (GERONIMO-5353) To support idleTimeout configuration for stateless ejb conainter.

Posted by "Shawn Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shawn Jiang resolved GERONIMO-5353.
-----------------------------------

    Resolution: Fixed

Migrated the fix to trunk @r1023630

> To support idleTimeout configuration for stateless ejb conainter.
> -----------------------------------------------------------------
>
>                 Key: GERONIMO-5353
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5353
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: OpenEJB
>    Affects Versions: 3.0
>            Reporter: Shawn Jiang
>            Assignee: Shawn Jiang
>            Priority: Minor
>             Fix For: 3.0
>
>
> We don't support config idletimeout attribute of stateless ejb container in config.xml.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.