Questions tagged [oslc]

Open Services for Lifecycle Collaboration, or OSLC, is a standard for lifecycle integration for large software projects.

Open Services for Lifecycle Collaboration, also known as OSLC, is a standard for lifecycle integration to help manage large software projects over their entire duration.

51 questions
0
votes
1 answer

Sending post to creation factory on RTC but getting a 'GET' response

I've hit a strange bit of behaviour and I'm pretty sure is related to my code rather than the RTC instance I'm working with. I've got a web request setup and configured: var cookies = new CookieContainer(); var request =…
Sulphy
  • 766
  • 2
  • 9
  • 29
0
votes
1 answer

Not able to login into Maximo Anywhere (work execution app) after adding new VIEW in app.xml

I am trying to customize the Work Execution app by adding new view of Maximo object (SR). I had completed OSLC integration steps as mentioned by ibm…
max75
  • 13
  • 5
0
votes
1 answer

Eclipse Lyo OSLC workshop: jetty plugin - cannot run Lab1

I am having trouble to get the LYO OSLC workshop running. In Lab1, I cannot run the project through maven. Please give me some input. Software: Windows 8.1 64bit Java 8 Eclipse Luna Service Release 1a (4.4.1) M2E - Maven integration fer Eclipse…
munk
  • 1
  • 3
0
votes
1 answer

IBM Rational Change using query functions with oscl_cm query

I'm trying to get a list of Change Requests that match certain conditions, some of these conditions are met by using functions like has_attr(). I would like to ask is it at all possible, I need for instance to use such function …
Pawel K
  • 766
  • 8
  • 19
0
votes
1 answer

OAuth Signature not working for OSLC HTTP Post

I am trying to Post to an IBM RRC (Rational Requirements Composer) instance. I have Authenticated via OAuth and all of my Get commands appear to be functioning properly. However when I submit a Post the server's response is: Oauth authentication is…
Steve Valliere
  • 1,882
  • 12
  • 31
0
votes
1 answer

Sample OSLC code with a "where" clause

Could anyone please provide sample OSLC code with a where clause for the service class? I have just started using OSLC recently. Here is the code that I have tried (does't work): @GET @Produces({OslcMediaType.APPLICATION_RDF_XML,…
eeerahul
  • 1,629
  • 4
  • 27
  • 38
1 2 3
4