[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [lyo-dev] RQMFormSample.java doesn't Process Query Results as Expected
|
Dan,
This looks like this is a side effect of the change made in:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=421337
You can restore the previous behavior by setting a java system property:
-Dorg.eclipse.lyo.client.oslc.query.selectAnyMember=true
If you're interested in the details then set a breakpoint at OslcQueryResult.getMemberSelector() in your debugger. Hope this helps.
Best wishes,
Paul McMahan
IBM Rational
Daniel Chirillo---01/13/2014 03:50:35 PM---I'm just getting started with Lyo. I'm working with one of the pieces of sample client code -- org
From: Daniel Chirillo/New York/IBM@IBMUS
To: lyo-dev@xxxxxxxxxxx
Date: 01/13/2014 03:50 PM
Subject: [lyo-dev] RQMFormSample.java doesn't Process Query Results as Expected
Sent by: lyo-dev-bounces@xxxxxxxxxxx
I'm just getting started with Lyo. I'm working with one of the pieces of sample client code -- org.eclipse.lyo.client.oslc.samples.RQMFormSample -- and am seeing the following behavior: The query of execution results (in Scenario A) returns results (evidenced by the printing to standard out of result page numbers) but processCurrentPage() doesn't do anything because result.getMembersUrls() returns an empty array.
To run the code, I've just supplied the requirement CL arguments:
args = new String[] { "-url", "https://ivan.ibm.com:9443/qm",
"-user", "dan", "-password", "dan",
"-project", "JKE (Quality Management)"
};
Any thoughts on whether this might be caused by something I've done incorrectly?
Environment: RQM 4.0.5 on Mac OS 10.8.5; Eclipse using Oracle 1.7.0_45 JRE
Regards,
Daniel Chirillo
IBM Software Services for Rational
1-720-395-0914 (voice & fax)
chirillo@xxxxxxxxxx_______________________________________________
lyo-dev mailing list
lyo-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/lyo-dev
