How OSLC compliant is RTC?
For some time now I've been developing an OSLC provider using the Eclipse Lyo project and have RTC be a consumer. I've been able to get the friend set up, add the association, set up the delegated creation and selection dialogs with hurdles here and there (mostly with OAuth). Now, when I link a "related change request" from a work item in RTC, I'm getting some errors while trying to save "back links".
RTC tries to retrieve the linked resource as "application/application/x-oslc-cm-change-request+json", something that is not available with the Eclipse Lyo toolkit. Solution: I created a provider to spit out json for this media type.
RTC then tries to find "oslc_cm:relatedChangeManagement" from the retrieved resource... well... this is not part the OSLC specification either... so Eclipse Lyo doesn't help me there either.
Is RTC OSLC compliant for v2?
2 answers
Hello Chris,
not sure if I can answer your question "Is RTC OSLC compliant for v2?"
which might help you here.
When dealing with backlink creation issues in the context of RTC integration,
I also use the CLM Test App - https://jazz.net/wiki/bin/view/Main/L3/CLMTestApp
Hope it helps,
Eric.