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

2019-02-15 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/JENA-1671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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)


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

2019-02-15 Thread ASF subversion and git services (JIRA)


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

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

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

Merge pull request #531 from afs/fuseki-web-query

JENA-1671: Fix general query servlet.

> 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)