Dynamic Attributes / restart required?

Hi

I added dynamic attributes as described here Managing Dynamic Attributes - CUBA Platform. Developer’s Manual.

I did that in my development environment and it seems a restart of the application is required to take effect of the changes. Just let me know if a restart is really required or if i missed something.

Thanks
Wern

Hello,

you don’t need to restart the application:

After making changes in the dynamic attributes configuration, click Apply settings button in the categories browser. Changes can also be applied via Administration > JMX Console by calling the clearDynamicAttributesCache() method of the app-core.cuba:type=CachingFacade JMX bean.

Source: Managing Dynamic Attributes - CUBA Platform. Developer’s Manual