It's all about the answers!

Ask a question

DNG-RM project integrating with External OSLC-Adapter(RM) ,Global configurations issue


ch naga (112) | asked Jul 17 '19, 7:12 a.m.
edited Jul 17 '19, 8:22 a.m.
   Please Provide help/Guidelines to overcome the issue with GC-configurations
 Technical Scenario : I am integrating a External RM-OSLC adapter with DNG-6.0.6
  Workflow Working DNG Version-6.0.6
  After Configuring the Friend outbound connection and other required configurations to intercommunicate between DNG and External RM-OSLC adapter 
  I am able to link the references with External RM-project with out GC-configurations RM-Project as well as with GC-configurations enabled RM-PROJECT in DNG
  All workflows working fine between DNG-6.0.6 and External RM-OSLC adapter
  
  Workflow NOT Working DNG Version-6.0.6 (CLM_server_patch_6.0.6.0-iFix009-CALM606M-I20190513-0639) 
  
  after upgrading DNG-6.0.6 version with IFIX009 Patch updates
  I am able to link the references with External RM-project with out GC-configurations RM-Project 
  But If I do the GC-configurations to DNG-RM project, RM Project having Global configurations
  I am Unable to link the references with External RM-project with GC-configurations RM-Project 
  workflows Not working fine between DNG-6.0.6-IFIX009 RM Project having GC-configurations and External RM-OSLC adapter 
Workflow to link the references 
 RM project having GC-configurations ,it's showing following exception

“CRRRW7359W The selected component cannot be shown in the current global configuration. Check that the current global configuration is correct and that a configuration for the component exists in the global configuration”  


Comments
ch naga commented Jul 17 '19, 8:12 a.m.

 I was posted same Question in OSLC forum as Well
Please check for more info 
https://forum.open-services.net/t/global-configuration-aware-integration-with-ibm-jazz-dng/271

One answer



permanent link
Ulf Arne Bister (1.3k413) | answered Jul 19 '19, 5:15 a.m.

Hi,


namely:
"
  • If you rely on synchronization or OSLC integrations to relate data in ELM project areas to data in tools that do not support the OASIS OSLC Configuration Management specification, defer enabling configuration management for those project areas until those integrations are supported.
  • Links to tools outside of ELM are inconsistent until those integrations are updated to be compatible with configuration-enabled projects. This includes IBM tools, tools from other vendors, and custom OSLC integrations, such as those created by using the SDK from the Eclipse Lyo project."
Also take a look at the considerations in the RM section of that document to understand what works and does not work when enabling configuration management for a DNG project area.

- Arne


Comments
ch naga commented Jul 23 '19, 2:22 a.m.

Thanks for the information 
Could you guide me , How to make it work the External OSLC-Application to be integrated with Global configuration IBM-DNG ELM project areas


what are changes have to be made on External OSLC-application side, so that It will work with GC enabled IBM-DNG ELM project areas


Ulf Arne Bister commented Jul 23 '19, 2:38 a.m.

Hi,

basically you need to add a context URI to the query:

Querying a non-versioned OSLC resource:

    URI resourceUri = URI.create("https://myServer/myResource");
    Object resource = new GetResource(client, resourceUri).get();

Querying a versioned OSLC resource in a specific configuration:

    URI versionResourceUri = URI.create("https://myServer/myResource?oslc_config.context=https://myServer/myConfiguration");
    Object versionedResource = new GetResource(client, versionResourceUri).get();

Details cp. https://tools.oasis-open.org/version-control/browse/wsvn/oslc-core/trunk/specs/config/oslc-config-mgt.html

- Arne


ch naga commented Jul 24 '19, 1:11 a.m. | edited Jul 24 '19, 1:15 a.m.
could provide the information related to external OSLC adapter integration with latest DNG-6.0.6 Ifix009 
What are the additional configuration to be added in ServiceProvider class of external oslc adapter along with the following configuration so that it will work with latest DNG-6.0.6 IFIX009 version

ch naga commented Jul 24 '19, 1:15 a.m.

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.