Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [lyo-dev] Lyo OSLC Client for Rational DOORS

Hi Daniel,
 
no, sorry. This information is not included. Screenshot below (sorry it's German interface).
 
 
Gesendet: Donnerstag, 23. Januar 2014 um 16:24 Uhr
Von: "Daniel Chirillo" <chirillo@xxxxxxxxxx>
An: "Lyo project developer discussions" <lyo-dev@xxxxxxxxxxx>
Betreff: Re: [lyo-dev] Lyo OSLC Client for Rational DOORS
Marcus -

If you select a requirement, do you not see the URL in the Attributes pane?




Regards,

Daniel Chirillo
IBM Software Services for Rational
1-720-395-0914  (voice & fax)
chirillo@xxxxxxxxxx

lyo-dev-bounces@xxxxxxxxxxx wrote on 01/23/2014 09:52:05 AM:

> From: "Marcus Engelhardt" <FDSProject@xxxxxx>

> To: "Lyo project developer discussions" <lyo-dev@xxxxxxxxxxx>
> Date: 01/23/2014 09:52 AM
> Subject: Re: [lyo-dev] Lyo OSLC Client for Rational DOORS
> Sent by: lyo-dev-bounces@xxxxxxxxxxx
>
> Hi Clyde,

>  
> thanks for the clue, but unfortunately I can't find any attribute
> that indicates a URL. How is the attribute usually called?

> I have a set of "custom" properties and some "system" properties
> that are "absolute number", "created by", "created on", "last
> modified by" and "last modified on". In the set of the custom
> properties there is one called "requirements reference" but this a
> no value in case of all requirements.

>  
> Best,
> Marcus
>  
> Gesendet: Mittwoch, 22. Januar 2014 um 16:57 Uhr
> Von: "Clyde D Icuspit" <cdicuspi@xxxxxxxxxx>
> An: "Lyo project developer discussions" <lyo-dev@xxxxxxxxxxx>
> Cc: lyo-dev-bounces@xxxxxxxxxxx
> Betreff: Re: [lyo-dev] Lyo OSLC Client for Rational DOORS

> Hi Marcus,
>
> In the DWA GUI, lower right-hand corner under Attributes, the URL
> property value is usually displayed. You can copy the URL of the
> selected requirement from there and temporarily hard-code it in a
> GET request to get the RDF representation of that requirement.

>
> Sincerely,

>
>  

>
> Clyde Icuspit

>
>  

>
> ____________________________________________________________

>
>  

>
> Business Partner ISV Technical Enablement

>
> IBM Certified I/T Specialist L2

>
> IBM Rational Software

>
> tel: 617.693.7417

>
> email: cdicuspi@xxxxxxxxxx

>
>  

>
> Ready for IBM Rational Software Partner Program

>
> Ready for IBM Rational partner plug-ins

>
>
>
>
>
>
> From:        "Marcus Engelhardt" <FDSProject@xxxxxx>
> To:        "Lyo project developer discussions" <lyo-dev@xxxxxxxxxxx>,
> Date:        01/22/2014 10:37 AM
> Subject:        Re: [lyo-dev] Lyo OSLC Client for Rational DOORS
> Sent by:        lyo-dev-bounces@xxxxxxxxxxx
>
>
> Hello Samuel,
>  
> no, I am getting no result in case of leaving the where clause empty
> or not setting any where clause with setWhere().
> How to get the RDF for a single requirement if I can not query for a
> requirement? Is there a way to get to know the URI for a requirement
> within Doors DWA?
>  
> Samuel, thank you very much for your help!
>  
> Best,
> Marcus
>  
> Gesendet: Mittwoch, 22. Januar 2014 um 14:45 Uhr
> Von: "Samuel Padgett" <spadgett@xxxxxxxxxx>
> An: "Lyo project developer discussions" <lyo-dev@xxxxxxxxxxx>
> Cc: lyo-dev-bounces@xxxxxxxxxxx
> Betreff: Re: [lyo-dev] Lyo OSLC Client for Rational DOORS

> Marcus,
>
> If you leave the where clause out entirely, do you get a result?
> This will at least tell us the problem is with the where clause and
> not something else.
>
> Typically the value for dcterms:creator is a URI, not a string. It's
> possible DOORS uses strings, however. I don't have a server to test.
> If you can include the RDF for a single requirement, I might be able
> to help you create a query for it.
>
> --
> Samuel Padgett | IBM Rational | spadgett@xxxxxxxxxx
> Eclipse Lyo: Enabling tool integration with OSLC
>
>
> [image removed] "Marcus Engelhardt" ---01/22/2014 04:52:44 AM---Hi
> Samuel,   thanks for responding! I have tried out several
> properties. Even the following query do

>  
>
> [image removed]

> From:
>
> [image removed]
> "Marcus Engelhardt" <FDSProject@xxxxxx>

>
> [image removed]

> To:
>
> [image removed]
> "Lyo project developer discussions" <lyo-dev@xxxxxxxxxxx>

>
> [image removed]

> Date:
>
> [image removed]
> 01/22/2014 04:52 AM

>
> [image removed]

> Subject:
>
> [image removed]
> Re: [lyo-dev] Lyo OSLC Client for Rational DOORS

>
> [image removed]

> Sent by:
>
> [image removed]
> lyo-dev-bounces@xxxxxxxxxxx

>
>
>
>
> Hi Samuel,
>
> thanks for responding! I have tried out several properties. Even the
> following query does not return any requirement although there are
> multiple requirements where the system properties "Created by" is
> set to "Martel".
>
> queryParams = new OslcQueryParameters();
> queryParams.setPrefix("dcterms=<
http://purl.org/dc/terms/>");
> queryParams.setWhere("dcterms:creator=\"Martel\"");
> query = new OslcQuery(client, queryCapability, 10, queryParams);
> result = query.submit();
>
> Thanks again!
>
> Best,
> Marcus
>  

> Gesendet: Dienstag, 21. Januar 2014 um 14:42 Uhr
> Von: "Samuel Padgett" <spadgett@xxxxxxxxxx>
> An: "Lyo project developer discussions" <lyo-dev@xxxxxxxxxxx>
> Cc: lyo-dev-bounces@xxxxxxxxxxx
> Betreff: Re: [lyo-dev] Lyo OSLC Client for Rational DOORS
> Hi, Marcus. Did you mean to query for dcterms:creator instead of
> dcterms:created? This parameter doesn't look right:
>
> queryParams.setWhere("dcterms:created=\"Martel\"");
>
> --
> Samuel Padgett | IBM Rational | spadgett@xxxxxxxxxx
> Eclipse Lyo: Enabling tool integration with OSLC
>
>
> [image removed] "Marcus Engelhardt" ---01/21/2014 06:13:09 AM---Hi
> guys,   I have a problem when querying Rational DOORS for
> requirements with the help of the lyo s

>  
>
> [image removed]

> From:
>
> [image removed]
> "Marcus Engelhardt" <FDSProject@xxxxxx>

>
> [image removed]

> To:
>
> [image removed]
> lyo-dev@xxxxxxxxxxx

>
> [image removed]

> Date:
>
> [image removed]
> 01/21/2014 06:13 AM

>
> [image removed]

> Subject:
>
> [image removed]
> [lyo-dev] Lyo OSLC Client for Rational DOORS

>
> [image removed]

> Sent by:
>
> [image removed]
> lyo-dev-bounces@xxxxxxxxxxx

>
>  
>
>
> Hi guys,
>
> I have a problem when querying Rational DOORS for requirements with
> the help of the lyo sample client
> org.eclipse.lyo.client.oslc.samples.DoorsOauthSample (latest
> revision, 2014-01-16 22:00).
> I am using DOORS 9.5.1 and DOORS Web Access 9.5.1.0.
>
> The oauth authentication works fine, i can query for query
> capabilities as provided from the doors OSLC service. The URLs for
> the query service are correct. The project ist also found.
> However, when querying for a single requirement or for a collection
> of requirements, the server sends any information about the
> requirements in the RDF response. The response is "empty".
> I am using the following queries in the lyo client:
>
> //query for a single requirement
> queryParams = new OslcQueryParameters();
> queryParams.setPrefix("dcterms=<
http://purl.org/dc/terms/>");
> queryParams.setWhere("dcterms:identifier=\"7914\"");
> OslcQuery query = new OslcQuery(client, queryCapability, 10, queryParams);
> OslcQueryResult result = query.submit();
>
> //query for a collection of requirements              
> queryParams = new OslcQueryParameters();
> queryParams.setPrefix("dcterms=<
http://purl.org/dc/terms/>");
> queryParams.setWhere("dcterms:created=\"Martel\"");
> query = new OslcQuery(client, queryCapability, 10, queryParams);
> result = query.submit();
>
>
> The response from the server looks like the following for querying a
> requirement collection:
>
> <?xml version="1.0"?>
> <rdf:RDF
>  xmlns:dcterms="
http://purl.org/dc/terms/"
>  xmlns:rdf="
http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>  xmlns:rm="
http://jazz.net/ns/rm#"
>  xmlns:acp="
http://jazz.net/ns/acp#"
>  xmlns:oslc="
http://open-services.net/ns/core#"
>  xmlns:foaf="
http://xmlns.com/foaf/0.1/"
>  xmlns:oslc_rm="
http://open-services.net/ns/rm#">
> <oslc_rm:ResponseInfo rdf:about="
http://%HOSTNAME%:8080/dwa/rm/oslc/
> query/requirementCollection?
> oslc.paging=true&amp;oslc.pageSize=10&amp;oslc.where=dcterms:created=%
> 22Martel%22&amp;oslc.prefix=dcterms=%3Chttp://purl.org/dc/terms/%3E">
>  <dcterms:title>DOORS ERS Repository</dcterms:title>
> </oslc_rm:ResponseInfo>
> </rdf:RDF>
>
> Does anybody know what the cause for this problem could be? Did I
> forget something during the setup of both DOORS tools? Are the
> queries not correct? When browsing the delegated UI offered by DOORS
> DWA, the requirements with the ID of interest (when querying for a
> single requirement) and the given creator are present.
>
> Thank you very much in advance for your replies!
>
> Cheers,
> Marcus_______________________________________________
> lyo-dev mailing list
> lyo-dev@xxxxxxxxxxx
>
https://dev.eclipse.org/mailman/listinfo/lyo-dev
>
>
> _______________________________________________ lyo-dev mailing list
> lyo-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/lyo-dev
> _______________________________________________
> lyo-dev mailing list
> lyo-dev@xxxxxxxxxxx
>
https://dev.eclipse.org/mailman/listinfo/lyo-dev
>
>
>  [attachment "graycol.gif" deleted by Samuel Padgett/Durham/IBM]
> [attachment "ecblank.gif" deleted by Samuel Padgett/Durham/IBM]
> _______________________________________________ lyo-dev mailing list
> lyo-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/lyo-dev
> _______________________________________________
> lyo-dev mailing list
> lyo-dev@xxxxxxxxxxx
>
https://dev.eclipse.org/mailman/listinfo/lyo-dev
>
> [attachment "graycol.gif" deleted by Clyde D Icuspit/Cambridge/IBM]
> [attachment "ecblank.gif" deleted by Clyde D Icuspit/Cambridge/IBM]
> _______________________________________________ lyo-dev mailing list
> lyo-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/lyo-dev
> _______________________________________________
> lyo-dev mailing list
> lyo-dev@xxxxxxxxxxx
>
https://dev.eclipse.org/mailman/listinfo/lyo-dev

> [attachment "image-gif-attachment" deleted by Daniel Chirillo/New
> York/IBM] [attachment "image-gif-attachment.002.txt" deleted by
> Daniel Chirillo/New York/IBM] [attachment "image-gif-attachment.
> 003.txt" deleted by Daniel Chirillo/New York/IBM] [attachment
> "image-gif-attachment.004.txt" deleted by Daniel Chirillo/New York/
> IBM] [attachment "image-gif-attachment.005.txt" deleted by Daniel
> Chirillo/New York/IBM] [attachment "image-gif-attachment.006.txt"
> deleted by Daniel Chirillo/New York/IBM] [attachment "image-gif-
> attachment.007.txt" deleted by Daniel Chirillo/New York/IBM]
> [attachment "image-gif-attachment.008.txt" deleted by Daniel
> Chirillo/New York/IBM] [attachment "image-gif-attachment.009.txt"
> deleted by Daniel Chirillo/New York/IBM] [attachment "image-gif-
> attachment.010.txt" deleted by Daniel Chirillo/New York/IBM]
> [attachment "image-gif-attachment.011.txt" deleted by Daniel
> Chirillo/New York/IBM] [attachment "image-gif-attachment.012.txt"
> deleted by Daniel Chirillo/New York/IBM] [attachment "image-gif-
> attachment.013.txt" deleted by Daniel Chirillo/New York/IBM]
> [attachment "image-gif-attachment.014.txt" deleted by Daniel
> Chirillo/New York/IBM] [attachment "image-gif-attachment.015.txt"
> deleted by Daniel Chirillo/New York/IBM] [attachment "image-gif-
> attachment.016.txt" deleted by Daniel Chirillo/New York/IBM]
> [attachment "image-gif-attachment.017.txt" deleted by Daniel
> Chirillo/New York/IBM] [attachment "image-gif-attachment.018.txt"
> deleted by Daniel Chirillo/New York/IBM] [attachment "image-gif-
> attachment.019.txt" deleted by Daniel Chirillo/New York/IBM]
> [attachment "image-gif-attachment.020.txt" deleted by Daniel
> Chirillo/New York/IBM] [attachment "image-gif-attachment.021.txt"
> deleted by Daniel Chirillo/New York/IBM] [attachment "image-gif-
> attachment.022.txt" deleted by Daniel Chirillo/New York/IBM]
_______________________________________________ lyo-dev mailing list lyo-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/lyo-dev

Back to the top