[
https://issues.apache.org/jira/browse/JENA-552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13781745#comment-13781745
]
ASF subversion and git services commented on JENA-552:
------------------------------------------------------
Commit 1527515 from [~andy.seaborne] in branch 'jena/trunk'
[ https://svn.apache.org/r1527515 ]
JENA-552 : Return the given binding in the case of SERVICE SILENT + failure.
> 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)