[ 
http://issues.apache.org/jira/browse/CONFIGURATION-237?page=comments#action_12451340
 ] 
            
Oliver Heger commented on CONFIGURATION-237:
--------------------------------------------

Cool! I think JMX is an interesting area for the [configuration] component. 
However I will have to learn more before I really grasp what is going on here.

For instance I do not understand how the connection between the Spring 
configuration you provided and a concrete instance of ManagedReloadingStrategy 
is established. I mean, you will probably have some code like

ManagedReloadingStrategy strategy = new ManagedReloadingStrategy();
config.setReloadingStrategy(strategy);

How does the MBeanExporter know that this specifc object is to be registered at 
the MBean server? Or do you use Spring to set up your configuration objects, 
too?

> Contrib : managed reloading strategy
> ------------------------------------
>
>                 Key: CONFIGURATION-237
>                 URL: http://issues.apache.org/jira/browse/CONFIGURATION-237
>             Project: Commons Configuration
>          Issue Type: New Feature
>    Affects Versions: Nightly Builds
>            Reporter: nicolas de loof
>            Priority: Minor
>         Attachments: CONFIGURATION-237.patch, 
> ManagedReloadingStrategyTest.java
>
>
> This patch adds a reloading strategy based on management request, typically 
> from a JMX console. The Strategy implements a MBean interface so can be 
> exported as a JMX Managed bean with no code change.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to