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

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -