Hi Senka,
There's a test failure in Carbon core persistence manager. When updating
existing service Resource properties, existing Resource is read from the
registry and the new property is added to the Resource object and then done
a registry.put.
if (configRegistry.resourceExists(serviceResourcePath)) {
Resource serviceResource =
configRegistry.get(serviceResourcePath);
serviceResource.setProperty(propertyName, propertyValue);
configRegistry.put(serviceResourcePath, serviceResource);
serviceResource.discard();
}
But the property is not written to the Registry. This issue was not there
before. Can you please have a look into this?
Thanks,
~Isuru
--
Isuru Suriarachchi
Technical Lead & Product Manager, WSO2 Application Server
WSO2 Inc. http://wso2.com
email : [email protected]
blog : http://isurues.wordpress.com/
lean . enterprise . middleware
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev