[
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.