You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Andy Seaborne (JIRA)" <ji...@apache.org> on 2019/02/14 11:18:00 UTC

[jira] [Created] (JENA-1671) SPARQL_QueryGeneral does not work.

Andy Seaborne created JENA-1671:
-----------------------------------

             Summary: SPARQL_QueryGeneral does not work.
                 Key: JENA-1671
                 URL: https://issues.apache.org/jira/browse/JENA-1671
             Project: Apache Jena
          Issue Type: Bug
          Components: Fuseki
    Affects Versions: Jena 3.10.0
            Reporter: Andy Seaborne
            Assignee: Andy Seaborne


Adding a general purpose SPARQL processor (no dataset, reads data using protocol or FROM/FROM NAMED) does work work any more because:
 * The dispatch inĀ {{ActionService}} remaps it to the registered SPARQL dataset processor.
 * When the dataset is built by {{SPARQL_QueryGeneral}}, it does not clear the query FROM so that get interpreted again during query processing as picking from the dataset.

The general purpose SPARQL processor is {{--general}} in Fuseki Main.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)