You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Ivan (JIRA)" <ji...@apache.org> on 2008/10/31 06:22:44 UTC

[jira] Created: (GERONIMO-4387) Incorrect JNDI name in the monitor portlet's plan file

Incorrect JNDI name in the monitor portlet's plan file
------------------------------------------------------

                 Key: GERONIMO-4387
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4387
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
    Affects Versions: 2.2
         Environment: Windows XP
JDK 1.5
            Reporter: Ivan


Incorrect jndi name is set in monitor portlet, the home JNDI name should be "ejb/mgmt/MEJBRemoteHome", or the org.apache.geronimo.monitoring.MasterRemoteControl  will throw the exception : javax.naming.NameNotFoundException: Name "ejb/mgmt/MEJBRemoteHome" not found.


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


[jira] Commented: (GERONIMO-4387) Incorrect JNDI name in the monitor portlet's plan file

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

Ivan commented on GERONIMO-4387:
--------------------------------

Thanks Jarek, I always use EJBBeanRemoteHome for jndi-name, and EJBBeanLocalHome for local-jndi-name.
After googled, it seems that in EJB 3.0, we always use EJBBean for the JNDI name, for no home interface is required. Right ?


> Incorrect JNDI name in the monitor portlet's plan file
> ------------------------------------------------------
>
>                 Key: GERONIMO-4387
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4387
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.2
>         Environment: Windows XP
> JDK 1.5
>            Reporter: Ivan
>            Assignee: Jarek Gawor
>             Fix For: 2.2
>
>         Attachments: Geronimo-4387-11.14.patch, Geronimo-4387.patch
>
>
> Incorrect jndi name is set in monitor portlet, the home JNDI name should be "ejb/mgmt/MEJBRemoteHome", or the org.apache.geronimo.monitoring.MasterRemoteControl  will throw the exception : javax.naming.NameNotFoundException: Name "ejb/mgmt/MEJBRemoteHome" not found.

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


[jira] Issue Comment Edited: (GERONIMO-4387) Incorrect JNDI name in the monitor portlet's plan file

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

xuhaihong edited comment on GERONIMO-4387 at 10/31/08 7:02 AM:
----------------------------------------------------------

Yes, it is for plugins/mejb directory.
Actually this bug exists for a long time. But due to an OpenEJB bug (Geronimo-4237), luckily it survives for a long time. Since now the OpenEJB issue is fixed, it came out.
For branches2.1, if the patch of G-4237 is not applied for OpenEJB 3.0, the Monitor portlet may still works well. But, I suggest to apply it , too.
Thanks!

      was (Author: xuhaihong):
    Actually this bug exists for a long time. But due to an OpenEJB bug (Geronimo-4237), luckily it survives for a long time. Since now the OpenEJB issue is fixed, it came out.
For branches2.1, if the patch of G-4237 is not applied for OpenEJB 3.0, the Monitor portlet may still works well. But, I suggest to apply it , too.
Thanks!
  
> Incorrect JNDI name in the monitor portlet's plan file
> ------------------------------------------------------
>
>                 Key: GERONIMO-4387
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4387
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.2
>         Environment: Windows XP
> JDK 1.5
>            Reporter: Ivan
>         Attachments: Geronimo-4387.patch
>
>
> Incorrect jndi name is set in monitor portlet, the home JNDI name should be "ejb/mgmt/MEJBRemoteHome", or the org.apache.geronimo.monitoring.MasterRemoteControl  will throw the exception : javax.naming.NameNotFoundException: Name "ejb/mgmt/MEJBRemoteHome" not found.

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


[jira] Commented: (GERONIMO-4387) Incorrect JNDI name in the monitor portlet's plan file

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

Ivan commented on GERONIMO-4387:
--------------------------------

Actually this bug exists for a long time. But due to an OpenEJB bug (Geronimo-4237), luckily it survives for a long time. Since now the OpenEJB issue is fixed, it came out.
For branches2.1, if the patch of G-4237 is not applied for OpenEJB 3.0, the Monitor portlet may still works well. But, I suggest to apply it , too.
Thanks!

> Incorrect JNDI name in the monitor portlet's plan file
> ------------------------------------------------------
>
>                 Key: GERONIMO-4387
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4387
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.2
>         Environment: Windows XP
> JDK 1.5
>            Reporter: Ivan
>         Attachments: Geronimo-4387.patch
>
>
> Incorrect jndi name is set in monitor portlet, the home JNDI name should be "ejb/mgmt/MEJBRemoteHome", or the org.apache.geronimo.monitoring.MasterRemoteControl  will throw the exception : javax.naming.NameNotFoundException: Name "ejb/mgmt/MEJBRemoteHome" not found.

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


[jira] Updated: (GERONIMO-4387) Incorrect JNDI name in the monitor portlet's plan file

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

Ivan updated GERONIMO-4387:
---------------------------

    Patch Info: [Patch Available]

> Incorrect JNDI name in the monitor portlet's plan file
> ------------------------------------------------------
>
>                 Key: GERONIMO-4387
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4387
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.2
>         Environment: Windows XP
> JDK 1.5
>            Reporter: Ivan
>         Attachments: Geronimo-4387.patch
>
>
> Incorrect jndi name is set in monitor portlet, the home JNDI name should be "ejb/mgmt/MEJBRemoteHome", or the org.apache.geronimo.monitoring.MasterRemoteControl  will throw the exception : javax.naming.NameNotFoundException: Name "ejb/mgmt/MEJBRemoteHome" not found.

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


[jira] Updated: (GERONIMO-4387) Incorrect JNDI name in the monitor portlet's plan file

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

Ivan updated GERONIMO-4387:
---------------------------

    Attachment: Geronimo-4387.patch

> Incorrect JNDI name in the monitor portlet's plan file
> ------------------------------------------------------
>
>                 Key: GERONIMO-4387
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4387
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.2
>         Environment: Windows XP
> JDK 1.5
>            Reporter: Ivan
>         Attachments: Geronimo-4387.patch
>
>
> Incorrect jndi name is set in monitor portlet, the home JNDI name should be "ejb/mgmt/MEJBRemoteHome", or the org.apache.geronimo.monitoring.MasterRemoteControl  will throw the exception : javax.naming.NameNotFoundException: Name "ejb/mgmt/MEJBRemoteHome" not found.

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


[jira] Resolved: (GERONIMO-4387) Incorrect JNDI name in the monitor portlet's plan file

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

Jarek Gawor resolved GERONIMO-4387.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2
         Assignee: Jarek Gawor

The "ejb/mgmt/MEJB" is a standard name for the Management EJB so the jndi-name specified in the current plan is correct and the jndi name used in the code is incorrect. I updated the code to use the standard name. Committed the change to trunk (revision 713919).


> Incorrect JNDI name in the monitor portlet's plan file
> ------------------------------------------------------
>
>                 Key: GERONIMO-4387
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4387
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.2
>         Environment: Windows XP
> JDK 1.5
>            Reporter: Ivan
>            Assignee: Jarek Gawor
>             Fix For: 2.2
>
>         Attachments: Geronimo-4387-11.14.patch, Geronimo-4387.patch
>
>
> Incorrect jndi name is set in monitor portlet, the home JNDI name should be "ejb/mgmt/MEJBRemoteHome", or the org.apache.geronimo.monitoring.MasterRemoteControl  will throw the exception : javax.naming.NameNotFoundException: Name "ejb/mgmt/MEJBRemoteHome" not found.

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


[jira] Commented: (GERONIMO-4387) Incorrect JNDI name in the monitor portlet's plan file

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12644271#action_12644271 ] 

Donald Woods commented on GERONIMO-4387:
----------------------------------------

Ivan, is this patch for the pluins/mejb directory?
Also, does this patch need to be applied to branches/2.1?


> Incorrect JNDI name in the monitor portlet's plan file
> ------------------------------------------------------
>
>                 Key: GERONIMO-4387
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4387
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.2
>         Environment: Windows XP
> JDK 1.5
>            Reporter: Ivan
>         Attachments: Geronimo-4387.patch
>
>
> Incorrect jndi name is set in monitor portlet, the home JNDI name should be "ejb/mgmt/MEJBRemoteHome", or the org.apache.geronimo.monitoring.MasterRemoteControl  will throw the exception : javax.naming.NameNotFoundException: Name "ejb/mgmt/MEJBRemoteHome" not found.

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


[jira] Updated: (GERONIMO-4387) Incorrect JNDI name in the monitor portlet's plan file

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

Ivan updated GERONIMO-4387:
---------------------------

    Attachment: Geronimo-4387-11.14.patch

The same with the previous one, but create it from the root folder.

> Incorrect JNDI name in the monitor portlet's plan file
> ------------------------------------------------------
>
>                 Key: GERONIMO-4387
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4387
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.2
>         Environment: Windows XP
> JDK 1.5
>            Reporter: Ivan
>         Attachments: Geronimo-4387-11.14.patch, Geronimo-4387.patch
>
>
> Incorrect jndi name is set in monitor portlet, the home JNDI name should be "ejb/mgmt/MEJBRemoteHome", or the org.apache.geronimo.monitoring.MasterRemoteControl  will throw the exception : javax.naming.NameNotFoundException: Name "ejb/mgmt/MEJBRemoteHome" not found.

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