Hi,

I have mounted dev/test/prod SMs' registries to the App Factory as follows

/_system/governance
/_system/Development/governance
/_system/Production/governance
/_system/Testing/governance

thought It will be easy to construct the registry path (when accessing) if
we use the words 'Development', 'Testing' and 'Production' to mount the
registries

can get the stages as:
var stages = getProperties(DEPLOYMENT_STAGES);

construct the registry path as:
var regPath = "/_system/"+stage+"/governance/dependencies/"+applicationKey;

What do you think about this approach?

Thanks
Amalka
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to