-
(if memory servers me right) This is not explicit for basic-conf - with this command it should be possible to update configuration of any component, however only single property at a time, and it would effectively call .setProperties() of the given component. But! Some components doesn't deal well with single-property-updates (repo initialization with only URI at one time, etc) therefore a couple of components simply have following code:
if (props.size() == 1) { return; }
which results in lack of configuration change.
-
As Wojtek mentioned not all components support setting properties in this way and it is not possible in current version to detect if particular component supports this or not.
This values are also not saved in
etc/init.properties
file as this command is to change properties at runtime.Due to that I would assume that this command works as it should.
Type |
Bug
|
Priority |
Normal
|
Assignee | |
RedmineID |
3119
|
Version |
tigase-server-7.1.0
|
Does not work.