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: <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: <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
Using oslc.select= should be the right approach. Maybe you can try to relocate oslc.select= to the middle of the URL?
@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?
I cannot see the same in any of my environments, so cannot say why it happens to you.