Hello guys!,
I’m wondering if there is any restriction for having the capability to get the catalogUrl of a Configuration Management within the getCatalogUrl
method. (maybe because it is only a draft?).
I found this issue in the eclipse bugzilla platform.
The issue was described and in fact, the changes suggested in that issue are the same changes that I added to my fork for having the capability to obtain the catalogUrl
for a Configuration Management project from the Rootservices.
I added the the constant for
OSLC_CONFIG = "http://open-services.net/ns/config#"
and the
this.catalogNamespace = OSLCConstants.OSLC_CONFIG;
this.catalogProperty = RootServicesConstants.CM_ROOTSERVICES_CATALOG_PROP;
for getting the catalogUrl
for the rootservices
<oslc_config:cmServiceProviders
xmlns:oslc_config="http://open-services.net/ns/config#"
rdf:resource="https://jazz.net/sandbox01-qm/oslc_config/catalog" />
If there is not restrictions, can I send this PR ?
Thanks!