You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Seumas Soltysik (JIRA)" <ji...@apache.org> on 2007/02/16 00:31:05 UTC

[jira] Updated: (CXF-427) Provide simpler mechanism in CXF for registering MBeans

     [ https://issues.apache.org/jira/browse/CXF-427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Seumas Soltysik updated CXF-427:
--------------------------------

    Attachment: cxf-427-patchfile

This is a patch for CXF-427.

> Provide simpler mechanism in CXF for registering MBeans
> -------------------------------------------------------
>
>                 Key: CXF-427
>                 URL: https://issues.apache.org/jira/browse/CXF-427
>             Project: CXF
>          Issue Type: Task
>    Affects Versions: 2.0-RC
>            Reporter: Seumas Soltysik
>         Attachments: cxf-427-patchfile
>
>
> Currently in CXF MBeans are registered through a Bus eventing mechanism. This eventing mechanism is a circuitous way of registering MBeans. Instead, MBeans should be registered directly with an Extensor element which wraps the MBean server. The MBeanServer facade would be available through the Bus. If a user chose not activate the MBean server, they could do this through configuration. Any resulting call to register an MBean with the facade when it was configured to not contain an MBean server would result in a no-op.

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