Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[lyo-dev] RQMFormSample.java doesn't Process Query Results as Expected

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

Back to the top