You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Trustin Lee (JIRA)" <ji...@apache.org> on 2008/03/17 07:27:24 UTC

[jira] Created: (DIRMINA-553) StackOverflowError on IoSession MBean invocation.

StackOverflowError on IoSession MBean invocation.
-------------------------------------------------

                 Key: DIRMINA-553
                 URL: https://issues.apache.org/jira/browse/DIRMINA-553
             Project: MINA
          Issue Type: Bug
          Components: Integration
    Affects Versions: 2.0.0-M1
            Reporter: Trustin Lee
            Assignee: Trustin Lee
             Fix For: 2.0.0-M2


IoSessionMBean.invoke0() calls super.invoke() back, which leads to StackOverflowError.  It should call super.invoke0().

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


[jira] Closed: (DIRMINA-553) StackOverflowError on IoSession MBean invocation.

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

Trustin Lee closed DIRMINA-553.
-------------------------------

    Resolution: Fixed

Done

> StackOverflowError on IoSession MBean invocation.
> -------------------------------------------------
>
>                 Key: DIRMINA-553
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-553
>             Project: MINA
>          Issue Type: Bug
>          Components: Integration
>    Affects Versions: 2.0.0-M1
>            Reporter: Trustin Lee
>            Assignee: Trustin Lee
>             Fix For: 2.0.0-M2
>
>
> IoSessionMBean.invoke0() calls super.invoke() back, which leads to StackOverflowError.  It should call super.invoke0().

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