wso2esb - update local entry in WSO2 ESB -
how can update local entry in wso2 esb through xml configuration or javascript? when update using set-property() not updating in local entry whole, updating instance. thanks.
yes thats right. when u create property instance property saved somewhere in registry , try set property, change value in instance only. save in original local instance first use custom mediator , load desired part in property instance , create output stream , store below
props.setproperty("key", "value"); props.store(out, null);
where out outputstream instance.
Comments
Post a Comment