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

Hudson commented on JENA-552:
-----------------------------

SUCCESS: Integrated in Jena_Development_Test #974 (See 
[https://builds.apache.org/job/Jena_Development_Test/974/])
JENA-552 : Return the given binding in the case of SERVICE SILENT + failure. 
(andy: rev 1527515)
* 
/jena/trunk/jena-arq/src/main/java/com/hp/hpl/jena/sparql/engine/main/iterator/QueryIterService.java


> All variables unbound if SERVICE SILENT fails
> ---------------------------------------------
>
>                 Key: JENA-552
>                 URL: https://issues.apache.org/jira/browse/JENA-552
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: ARQ, Fuseki, Jena
>    Affects Versions: Fuseki 1.0.0
>            Reporter: Michael Brunnbauer
>            Priority: Minor
>
> I think ?ds and ?ep should be bound in the second result row:
> INSERT DATA {
> _:b0 <http://rdfs.org/ns/void#sparqlEndpoint> <http://nonexistent>.
> _:b1 <http://rdfs.org/ns/void#sparqlEndpoint> 
> <http://linkeddata.uriburner.com/sparql>.
> }
> select ?ds ?ep ?s where {
> ?ds <http://rdfs.org/ns/void#sparqlEndpoint> ?ep.
> SERVICE SILENT ?ep {
> select ?s where { ?s ?p ?o } limit 1
> }
> }
> ----------------------------------------------------------
> | ds   | ep                                       | s    |
> ==========================================================
> | _:b0 | <http://linkeddata.uriburner.com/sparql> | _:b1 |
> |      |                                          |      |
> ----------------------------------------------------------



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to