You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jarek Gawor (JIRA)" <ji...@apache.org> on 2009/12/11 19:40:18 UTC

[jira] Created: (GERONIMO-4984) EjbDaemonGBean can start multiple daemons

EjbDaemonGBean can start multiple daemons
-----------------------------------------

                 Key: GERONIMO-4984
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4984
             Project: Geronimo
          Issue Type: Improvement
      Security Level: public (Regular issues)
          Components: OpenEJB, osgi
    Affects Versions: 3.0
            Reporter: Jarek Gawor
            Assignee: Jarek Gawor


The EjbDaemonGBean in geronimo-openejb module uses ServiceManager API to start the different OpenEJB services. The problem is that the ServiceManager can start multiple services but EjbDaemonGBean represents a single daemon (a single NetworkConnector gbean). There should be one NetworkConnector gbean created for each OpenEJB service started.


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


[jira] Updated: (GERONIMO-4984) EjbDaemonGBean can start multiple daemons

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

Jarek Gawor updated GERONIMO-4984:
----------------------------------

    Attachment: GERONIMO-4984.patch

Attaching a patch for this issue. One NetworkConnector gbean is created for each ServerService started by OpenEJB. The patch depends on OPENEJB-1117 and OPENEJB-1118.



> EjbDaemonGBean can start multiple daemons
> -----------------------------------------
>
>                 Key: GERONIMO-4984
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4984
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: OpenEJB, osgi
>    Affects Versions: 3.0
>            Reporter: Jarek Gawor
>            Assignee: Jarek Gawor
>         Attachments: GERONIMO-4984.patch
>
>
> The EjbDaemonGBean in geronimo-openejb module uses ServiceManager API to start the different OpenEJB services. The problem is that the ServiceManager can start multiple services but EjbDaemonGBean represents a single daemon (a single NetworkConnector gbean). There should be one NetworkConnector gbean created for each OpenEJB service started.

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


[jira] Updated: (GERONIMO-4984) EjbDaemonGBean can start multiple daemons

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

Rick McGuire updated GERONIMO-4984:
-----------------------------------

    Fix Version/s: 3.0-M1
                       (was: 3.0)

> EjbDaemonGBean can start multiple daemons
> -----------------------------------------
>
>                 Key: GERONIMO-4984
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4984
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: OpenEJB, osgi
>    Affects Versions: 3.0
>            Reporter: Jarek Gawor
>            Assignee: Jarek Gawor
>             Fix For: 3.0-M1
>
>         Attachments: GERONIMO-4984.patch
>
>
> The EjbDaemonGBean in geronimo-openejb module uses ServiceManager API to start the different OpenEJB services. The problem is that the ServiceManager can start multiple services but EjbDaemonGBean represents a single daemon (a single NetworkConnector gbean). There should be one NetworkConnector gbean created for each OpenEJB service started.

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


[jira] Resolved: (GERONIMO-4984) EjbDaemonGBean can start multiple daemons

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

Jarek Gawor resolved GERONIMO-4984.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0

Patch committed in revision 897250. The GBeans that represent each ServerService are created dynamically as the ServerServices start or stop. However, the configuration for all possible ServerServices is done via a single GBean.


> EjbDaemonGBean can start multiple daemons
> -----------------------------------------
>
>                 Key: GERONIMO-4984
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4984
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: OpenEJB, osgi
>    Affects Versions: 3.0
>            Reporter: Jarek Gawor
>            Assignee: Jarek Gawor
>             Fix For: 3.0
>
>         Attachments: GERONIMO-4984.patch
>
>
> The EjbDaemonGBean in geronimo-openejb module uses ServiceManager API to start the different OpenEJB services. The problem is that the ServiceManager can start multiple services but EjbDaemonGBean represents a single daemon (a single NetworkConnector gbean). There should be one NetworkConnector gbean created for each OpenEJB service started.

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