[Dev] Reg Version update of a service

2014-06-02 Thread FIXED-TERM Nishath Arshia (CI/WBI-NA)
Hello, I want to update the version of a service in Governance Registry .I used service.setAttribute(overview_version,value) function for the same but the changes are not reflecting in the governance registry. What could be the issue. Kindly help Thanks and regards, Arshia Nishath

Re: [Dev] Reg Version update of a service

2014-06-02 Thread Eranda Sooriyabandara
Hi Nishath, If you want to update the service you need to execute ServiceManager.update method after modifying the service. Eg. service.setAttribute(“overview_version”,”value”); serviceManager.update(service); thanks Eranda On Mon, Jun 2, 2014 at 10:18 PM, FIXED-TERM Nishath Arshia