It's all about the answers!

Ask a question

Strange error when make OSLC query in RTC 6.0.1M1


Dinyo Dinev (311034) | asked Oct 14 '15, 11:25 a.m.
edited Oct 14 '15, 11:32 a.m.
Hi I when I make OSLC query:

	https://10.0.2.79:9443/ccm/oslc/contexts/_tsVvMWWwEeWQIIEAtKgWEg/workitems ?oslc.paging=true &oslc.pageSize=10 &oslc.where=dcterms:modified%3E%3D%222015-10-10T10:47:47.336Z%22 +and +rtc_ext:AttributeID%3D%3Chttps://10.0.2.79:9443/ccm/oslc/enumerations/_tsVvMWWwEeWQIIEAtKgWEg/newTYpeId/newTYpeId.literal.l1%3E &oslc.prefix=dcterms%3D%3Chttp://purl.org/dc/terms/%3E, rm_property%3D%3Chttps://10.0.2.79:9443/rm/types/%3E, dc%3D%3Chttp://purl.org/dc/terms/%3E, rtc_ext%3D%3CChttp://jazz.net/xmlns/prod/jazz/rtc/ext/1.0/%3E

	
	

I have one result but when change modified to created only :

https://10.0.2.79:9443/ccm/oslc/contexts/_tsVvMWWwEeWQIIEAtKgWEg/workitems?oslc.paging=true&oslc.pageSize=10&oslc.where=dcterms:created%3E%3D%222015-10-10T10:47:47.336Z%22+and+rtc_ext:AttributeID%3D%3Chttps://10.0.2.79:9443/ccm/oslc/enumerations/_tsVvMWWwEeWQIIEAtKgWEg/newTYpeId/newTYpeId.literal.l1%3E&oslc.prefix=dcterms%3D%3Chttp://purl.org/dc/terms/%3E,rm_property%3D%3Chttps://10.0.2.79:9443/rm/types/%3E,dc%3D%3Chttp://purl.org/dc/terms/%3E,rtc_ext%3D%3CChttp://jazz.net/xmlns/prod/jazz/rtc/ext/1.0/%3E

I have:

<rdf:RDF
        xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
            xmlns:oslc="http://open-services.net/ns/core#" >
    <rdf:Description rdf:nodeID="A0">
        <oslc:message>Unknown attribute id: [created]</oslc:message>
        <oslc:statusCode>400</oslc:statusCode>
        <rdf:type rdf:resource="http://open-services.net/ns/core#Error"/>
    </rdf:Description>
</rdf:RDF>

    Why this is happening? Is that RT bug? When I tried with to dates using created everything is ok.


	
	


Comments
Ginny Ghezzo commented Oct 22 '15, 10:59 a.m.
JAZZ DEVELOPER

 Dinyo, 

Are you seeing the same behavior in CLM 6.0? Or what was the last version that you know worked? 
Also, do you have more on the scenario and use case. 
Thank you
Ginny Ghezzo 


Donald Nong commented Nov 03 '15, 10:41 p.m.

For what it's worth, I tested with the exact version of CCM and did not see the said issue. <dcterms:created> works fine with >, < or = in the OSLC query.

Be the first one to answer this question!


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.