[ 
https://issues.apache.org/jira/browse/MARMOTTA-664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dietmar Glachs updated MARMOTTA-664:
------------------------------------
    Description: 
The LDPath ReversePropertySelector is not working properly.

the method receives the current node in the *context* parameter, but passes 
this node as the property to the subsequent call to 
_rdfBackend.listSubjects(context, property)_!

The interface RDFBackend however expects the property as the first argument.
{quote}
    Collection<Node> listSubjects(Node property, Node object);
{quote}






  was:
The LDPath ReversePropertySelector is not working properly.

the method receives the current node in the *context* parameter, but passes 
this node as the property to the subsequent call to 
__rdfBackend.listSubjects(context, property)__!

The interface RDFBackend however expects the property as the first argument.
{quote}
    Collection<Node> listSubjects(Node property, Node object);
{quote}







> LDPath - ReversePropertySelector not working 
> ---------------------------------------------
>
>                 Key: MARMOTTA-664
>                 URL: https://issues.apache.org/jira/browse/MARMOTTA-664
>             Project: Marmotta
>          Issue Type: Bug
>          Components: LDPath
>    Affects Versions: 3.4.0
>            Reporter: Dietmar Glachs
>            Assignee: Dietmar Glachs
>             Fix For: 3.4.0
>
>
> The LDPath ReversePropertySelector is not working properly.
> the method receives the current node in the *context* parameter, but passes 
> this node as the property to the subsequent call to 
> _rdfBackend.listSubjects(context, property)_!
> The interface RDFBackend however expects the property as the first argument.
> {quote}
>     Collection<Node> listSubjects(Node property, Node object);
> {quote}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to