Skip to main content

[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

I opened a bug for the problem:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=425770

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



__________________

Paul,

Does RQM use a predicate other than rdfs:member? We should be able to update the RQM sample by calling OslcQueryResult.setMemberProperty().

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


Inactive hide details for Paul McMahan---01/13/2014 04:28:50 PM---Dan, This looks like this is a side effect of the change madePaul McMahan---01/13/2014 04:28:50 PM---Dan, This looks like this is a side effect of the change made in:


    From:

Paul McMahan/Raleigh/IBM@IBMUS

    To:

Lyo project developer discussions <lyo-dev@xxxxxxxxxxx>

    Cc:

lyo-dev@xxxxxxxxxxx, lyo-dev-bounces@xxxxxxxxxxx

    Date:

01/13/2014 04:28 PM

    Subject:

Re: [lyo-dev] RQMFormSample.java doesn't Process Query Results as Expected

    Sent by:

lyo-dev-bounces@xxxxxxxxxxx




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


Inactive hide details for Daniel Chirillo---01/13/2014 03:50:35 PM---I'm just getting started with Lyo.  I'm working with one oDaniel 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
_______________________________________________
lyo-dev mailing list
lyo-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/lyo-dev


GIF image

GIF image


Back to the top