Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [lyo-dev] Bugs in the OSLC Bugzilla Service provider

Jean-Luc,

Is there a stack trace in the console for the Bugzilla adapter? I think we'll need that to debug as I can't reproduce the error. The same query worked me for using the same landfill server.

http://localhost:8080/OSLC4JBugzilla/services/2/changeRequests?oslc.prefix=dcterms=<http://purl.org/dc/terms>&oslc.where=dcterms:identifier=”18357”

(See attached file: Screen Shot 2014-06-04 at 8.43.16 AM.png)

Note you should percent encode the special characters in the query parameter values to be safe, although it worked for me unescaped. Minimally, "=" is a reserved character that needs encoding.

--
Samuel Padgett | IBM Rational | spadgett@xxxxxxxxxx
Eclipse Lyo: Enabling tool integration with OSLC


Inactive hide details for "Johnson, Jean-Luc" ---06/04/2014 07:08:52 AM---Dear OSLC Community,"Johnson, Jean-Luc" ---06/04/2014 07:08:52 AM---Dear OSLC Community,


    From:

"Johnson, Jean-Luc" <Jean-Luc.Johnson@xxxxxxxx>

    To:

<lyo-dev@xxxxxxxxxxx>

    Date:

06/04/2014 07:08 AM

    Subject:

[lyo-dev] Bugs in the OSLC Bugzilla Service provider

    Sent by:

lyo-dev-bounces@xxxxxxxxxxx




Dear OSLC Community,
 
I’m preparing an OSLC hands-on workshop for the Eclipsecon Toulouse together with 2 other IBM colleagues Samit Mehta and Gray Bachelor.
Our initial plan is to demonstrate how to develop an OSLC desktop consumer application with the Eclipse Lyo SDK. During this workshop the audience will be asked to consume the current OSLC bugzilla SP services.
 
So far I was able to build the OSLC Bugzilla application at http://git.eclipse.org/c/lyo/org.eclipse.lyo.docs.git/tree/org.eclipse.lyo.oslc4j.bugzilla 
 
On the bugzillaChangeRequestService java class, few services work fine: select, creator. But I’m not sure how to use the query capabilities.
 
For example I tried http://localhost:8080/OSLC4JBugzilla/services/2/changeRequests?oslc.prefix=dcterms=<....>&oslc.where=dcterms:identifier=”18357” and the server threw an error.
 
2014-06-04 12_01_07-RESTClient.png
 
I have attached few screenshots.
 
Could you please help me to figure out how to use the query capability service?
 
Many Thanks,
Jean-Luc Johnson
 
 [attachment "2014-06-04 10_52_42-Bugzilla OSLC Adapter_ Service Provider Catalog.png" deleted by Samuel Padgett/Durham/IBM] [attachment "2014-06-04 10_53_55-Apache Tomcat_7.0.png" deleted by Samuel Padgett/Durham/IBM] [attachment "2014-06-04 12_01_07-RESTClient.png" deleted by Samuel Padgett/Durham/IBM] _______________________________________________
lyo-dev mailing list
lyo-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/lyo-dev


GIF image

GIF image

JPEG image

Attachment: Screen Shot 2014-06-04 at 8.43.16 AM.png
Description: PNG image


Back to the top