You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/02/15 19:09:00 UTC

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

    [ https://issues.apache.org/jira/browse/JENA-1671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16769603#comment-16769603 ] 

ASF subversion and git services commented on JENA-1671:
-------------------------------------------------------

Commit 33bfa90de9758d22ec49620f4c9db590ac7d0d45 in jena's branch refs/heads/master from Andy Seaborne
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=33bfa90 ]

JENA-1671: Fix general query servlet.

* direct servlet as ActionService
* remove dataset description from query if processed


> 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
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)