It's all about the answers!

Ask a question

Two resource UUID for same artifact?


rajendra prasad (2625) | asked Mar 01 '17, 2:50 a.m.

In our DNG 6.0.2, i could access a single artifact with two different UUIDs:
https://<server>/rm/resources/<resourceUUID_1>
https://<server>/rm/resources/<resourceUUID_2>

Is this due to some internal versioning?


2 answers



permanent link
Subramanya Prasad Pilar (4.6k16) | answered Mar 01 '17, 3:52 a.m.
edited Mar 01 '17, 3:59 a.m.

What you are seeing is module-specific artifact. All module-specific artifacts have a corresponding base artifact. If you check the XML data returned from https://<server>/rm/publish/resources?resourceURI=<resourceUUID>, "about" property (under contextBinding) provides URL information about the artifact version included in the module and "core" property provides URI information about the base artifact.


permanent link
Diana Kraaijeveld (57727) | answered Mar 01 '17, 3:54 a.m.
JAZZ DEVELOPER

If the artifact also resides in a module this is normal.
But then you would expect for example, https://<server>/rm/resources/<resourceUUID_1> to open the core artifact outside the module, and https://<server>/rm/resources/<resourceUUID_2> to open the artifact inside a module.

Is this what you're seeing?

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.