OSLC Service caltalog and RTC
I am following this article: http://jazz.net/library/article/352#service_discovery
When I try to get the service catalog of my RTC installation, using the following URI,
https://localhost:9443/ccm/oslc-scm/catalog
I get the following:
<oslc_disc:ServiceProviderCatalog rdf:about="https://localhost:9443/ccm/oslc-scm/catalog.xml">
<oslc_disc:entry>
<oslc_disc:ServiceProvider>
<dcterms:title>Prelude</dcterms:title>
<oslc_disc:details rdf:resource="https://localhost:9443/ccm/process/project-areas/_CTK3MEu0EeCdO6nU-gy_UQ"/>
<oslc_disc:services rdf:resource="http://example.com/cmm/oslc-scm2/services.xml"/>
<jp:consumerRegistry rdf:resource="https://localhost:9443/ccm/process/project-areas/_CTK3MEu0EeCdO6nU-gy_UQ/links"/>
</oslc_disc:ServiceProvider>
</oslc_disc:entry>
</oslc_disc:ServiceProviderCatalog>
Why am I getting
<oslc_disc:services> link as "http://example.com/cmm/oslc-scm2/services.xml" ?
when I should be getting something like the following:
https://localhost:9443/ccm/workitems/services.xml
Why and how is this example.com turning up in this?
When I try to get the service catalog of my RTC installation, using the following URI,
https://localhost:9443/ccm/oslc-scm/catalog
I get the following:
<oslc_disc:ServiceProviderCatalog rdf:about="https://localhost:9443/ccm/oslc-scm/catalog.xml">
<oslc_disc:entry>
<oslc_disc:ServiceProvider>
<dcterms:title>Prelude</dcterms:title>
<oslc_disc:details rdf:resource="https://localhost:9443/ccm/process/project-areas/_CTK3MEu0EeCdO6nU-gy_UQ"/>
<oslc_disc:services rdf:resource="http://example.com/cmm/oslc-scm2/services.xml"/>
<jp:consumerRegistry rdf:resource="https://localhost:9443/ccm/process/project-areas/_CTK3MEu0EeCdO6nU-gy_UQ/links"/>
</oslc_disc:ServiceProvider>
</oslc_disc:entry>
</oslc_disc:ServiceProviderCatalog>
Why am I getting
<oslc_disc:services> link as "http://example.com/cmm/oslc-scm2/services.xml" ?
when I should be getting something like the following:
https://localhost:9443/ccm/workitems/services.xml
Why and how is this example.com turning up in this?
2 answers
Hi,
I could only guess here but you should have set a URI root while installing/setup of RTC/the CCM capability. This URI root probably https://example.com:9443/CCM will show up in these URL'S. Not sure why you have a mixture though.
This is BTW rather a question for http://jazz.net/forums/viewforum.php?f=2.
BTW, are you aware of the OSLC workshop in the library?
Ralph
I could only guess here but you should have set a URI root while installing/setup of RTC/the CCM capability. This URI root probably https://example.com:9443/CCM will show up in these URL'S. Not sure why you have a mixture though.
This is BTW rather a question for http://jazz.net/forums/viewforum.php?f=2.
BTW, are you aware of the OSLC workshop in the library?
Ralph
I am following this article: http://jazz.net/library/article/352#service_discovery
When I try to get the service catalog of my RTC installation, using the following URI,
https://localhost:9443/ccm/oslc-scm/catalog
I get the following:
<oslc_disc>
<oslc_disc>
<oslc_disc>
<dcterms>Prelude</dcterms>
<oslc_disc>
<oslc_disc>
<jp>
</oslc_disc>
</oslc_disc>
</oslc_disc>
Why am I getting
<oslc_disc> link as "http://example.com/cmm/oslc-scm2/services.xml" ?
when I should be getting something like the following:
https://localhost:9443/ccm/workitems/services.xml
Why and how is this example.com turning up in this?
Hi,
I could only guess here but you should have set a URI root while installing/setup of RTC/the CCM capability. This URI root probably https://example.com:9443/CCM will show up in these URL'S. Not sure why you have a mixture though.
This is BTW rather a question for http://jazz.net/forums/viewforum.php?f=2.
BTW, are you aware of the OSLC workshop in the library?
Ralph
I am following this article: http://jazz.net/library/article/352#service_discovery
When I try to get the service catalog of my RTC installation, using the following URI,
https://localhost:9443/ccm/oslc-scm/catalog
I get the following:
<oslc_disc>
<oslc_disc>
<oslc_disc>
<dcterms>Prelude</dcterms>
<oslc_disc>
<oslc_disc>
<jp>
</oslc_disc>
</oslc_disc>
</oslc_disc>
Why am I getting
<oslc_disc> link as "http://example.com/cmm/oslc-scm2/services.xml" ?
when I should be getting something like the following:
https://localhost:9443/ccm/workitems/services.xml
Why and how is this example.com turning up in this?
Thanks Ralph. This seems to be a known defect. Please see here: http://jazz.net/forums/viewtopic.php?p=56886#56886