Questions tagged [lyo]

Eclipse Lyo is an SDK to help the Eclipse community adopt OSLC (Open Services for Lifecycle Collaboration) specifications and build OSLC-compliant tools.

Eclipse Lyo is an SDK to help the Eclipse community adopt OSLC (Open Services for Lifecycle Collaboration) specifications and build OSLC-compliant tools.

6 questions
2
votes
1 answer

Maven Jetty plugin compatibility issue

I'm trying to build the example project in this web page: http://open-services.net/resources/tutorials/integrating-products-with-oslc/running-the-examples/ Everything builds ok but when launching project Ninacrm (last step) I'm getting an…
m.dorian
  • 489
  • 1
  • 6
  • 24
1
vote
0 answers

Get DOORS Attribute Type via LYO

I am trying to use LYO (org.eclipse.lyo.clients:oslc-java-client:2.4.0) to read requirements from DOORS via OSLC and parse them to ReqIF. I successfully manage to read out a Requirement object using this request: String requirementURL =…
Kira Resari
  • 1,718
  • 4
  • 19
  • 50
1
vote
0 answers

Export ReqIF from DOORS via DWA

My goal is to export a DOORS project to a ReqIF using Java. How can I achieve that? I know it is possible to do it manually in the DOORS client, so I assume that there's a way to automate that as well. Currently, the closest I've come to this is by…
Kira Resari
  • 1,718
  • 4
  • 19
  • 50
1
vote
0 answers

create change request of type "Risk" using OSLC-java client api

I am using eclipse lyo java api to create work item in RTC , I am able to create the work items of type task/defect using the below code: CreationFactory taskCreation = client.lookupCreationFactoryResource(serviceProviderUrl, …
joseph
  • 11
  • 3
1
vote
1 answer

How to get workItem in IBM RTC using Eclipse Lyo?

So I want to request RTC 3.X work itmes with LYo 2.1, but I can not extract them from the stream: Where client is OslcOAuthClient. ClientResponse response = client.getResource(resultsUrl, CT_RDF); ChangeRequest req =…
Xelian
  • 16,680
  • 25
  • 99
  • 152
0
votes
0 answers

OSLC Doors Next Gen

I've been working with OSLC services to communicate Altium Designer and Doors 9.5 between them. Well Doors 9.5 works with DWA to provide OSLC services, that's why the consumer created using Lyo repositories is based on DWA. Now, I need to create a…
m.dorian
  • 489
  • 1
  • 6
  • 24