Restart of configurations not picking up any changes made

2008-07-24 Thread Manu George
Hi, I just found a behaviour in geronimo that I am not certain is there by design. If I edit one of the gbean attributes of an already started gbean in a configuration and I then restart that configuration from the console then the edited properties are not reflected in the restarted gbean.

Re: Restart of configurations not picking up any changes made

2008-07-24 Thread Manu George
Please disregard the part about the Configuration class. On further analysis I found that the restart results in KernelConfigurationManager.start Regards Manu On Thu, Jul 24, 2008 at 4:42 PM, Manu George [EMAIL PROTECTED] wrote: Hi, I just found a behaviour in geronimo that I am not

Re: Restart of configurations not picking up any changes made

2008-07-24 Thread Manu George
So to get the changes reflected on restart we need to call attributeStore.applyOverrides in ConfigurationUtil.startConfigurationGbeans method. Let me know if this is an issue and I will open a JIRA and attach a patch Regards Manu On Thu, Jul 24, 2008 at 4:56 PM, Manu George [EMAIL PROTECTED]