How to see all attributes of the result in RDGN 6.0.1M1?
Hi I have a query:
https://10.0.2.79:9443/rm/views?oslc.query=true&projectURL=https%3A%2F%2F10.0.2.79%3A9443%2Frm%2Fprocess%2Fproject-areas%2F_4du-YEDTEeW98vRabXRPEQ&oslc.prefix=dcterms=http://purl.org/dc/terms/&oslc.prefix=dc=http://purl.org/dc/terms/&oslc.where=dc:identifier=395
And I have tree results:
https://10.0.2.79:9443/rm/views?oslc.query=true&projectURL=https%3A%2F%2F10.0.2.79%3A9443%2Frm%2Fprocess%2Fproject-areas%2F_4du-YEDTEeW98vRabXRPEQ&oslc.prefix=dcterms=http://purl.org/dc/terms/&oslc.prefix=dc=http://purl.org/dc/terms/&oslc.where=dc:identifier=395
And I have tree results:
<rdf:Description rdf:about="https://10.0.2.79:9443/rm/views?oslc.query=true&projectURL=https%3A%2F%2F10.0.2.79%3A9443%2Frm%2Fprocess%2Fproject-areas%2F_4du-YEDTEeW98vRabXRPEQ">But when I add &oslc.select=* at the end instead of all attributes of the Requirement I see:
<rdfs:member>
<oslc_rm:Requirement rdf:about="https://10.0.2.79:9443/rm/resources/_rI3h40ZsEeWL2aNIq4SA-w"></oslc_rm:Requirement>
</rdfs:member>
<rdfs:member>
<oslc_rm:Requirement rdf:about="https://10.0.2.79:9443/rm/resources/-0e5a7ad244414315a38503884d71303e"></oslc_rm:Requirement>
</rdfs:member>
<rdfs:member>
<oslc_rm:Requirement rdf:about="https://10.0.2.79:9443/rm/resources/-1c97e28883864207bd8a4c35b5eac050"></oslc_rm:Requirement>
</rdfs:member>
</rdf:Description>
<rdf:Description rdf:about="https://10.0.2.79:9443/rm/views?oslc.query=true&projectURL=https%3A%2F%2F10.0.2.79%3A9443%2Frm%2Fprocess%2Fproject-areas%2F_4du-YEDTEeW98vRabXRPEQ"></rdf:Description>Why this is happening? Why the results dissappear? How to see all the requirements and their attributes athe same time?
Comments
Donald Nong
Oct 06 '15, 2:37 a.m.Using oslc.select= should be the right approach. Maybe you can try to relocate oslc.select= to the middle of the URL?
Dinyo Dinev
Oct 06 '15, 3:12 a.m.@Donald Nong, I tried to put it before prefix, before where, but does not work. With the sample project WaterMeter Project if I put it no metter where it was working, but with my production project are, this problem appears is there any configurations which have to be done?
Donald Nong
Oct 07 '15, 2:32 a.m.I cannot see the same in any of my environments, so cannot say why it happens to you.