[ 
http://jira.nuxeo.org/browse/NXP-2665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=42070#action_42070
 ] 

Anahide Tchertchian commented on NXP-2665:
------------------------------------------

graph.getStatements filters all statements in the graph to avoid returning 
reification statements (as they're set as properties in nuxeo relations).
this filter has to be changed so that statments that are not reification 
statements are returned: currently it tests if subject is a blank node and that 
is not a good indicator.

> don't remove blank node from graph.getStatement and keep blank node id
> ----------------------------------------------------------------------
>
>                 Key: NXP-2665
>                 URL: http://jira.nuxeo.org/browse/NXP-2665
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Bug
>            Reporter: Alexandre Russel
>            Assignee: Anahide Tchertchian
>            Priority: Blocker
>             Fix For: 5.1.6
>
>
> When a post is made to create an annotation, no rdf:about is set yet because 
> the resource is created by the server.
> graph.getStatement should still return the statements. I created a 
> getAllStatement function in the NXAS branch but I believe it should be the 
> default behavior.
> The blank node id should also be kept to be able to "redo" the graph.
> I added org.nuxeo.ecm.platform.relations.jena.GraphLoadingTest with commented 
> test that I would expect to pass after the change

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to