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

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

Commit 1506692 from [~andy.seaborne] in branch 'jena/trunk'
[ https://svn.apache.org/r1506692 ]

JENA-492
Carry out different tests for whether "GRAPH ?g" or "GRAPH <uri>"
                
> Exception in TDB for SELECT * { GRAPH  <uri> {} } 
> --------------------------------------------------
>
>                 Key: JENA-492
>                 URL: https://issues.apache.org/jira/browse/JENA-492
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: TDB
>    Affects Versions: Jena 2.10.1
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>
> The query 
> {noformat}
> SELECT * { GRAPH  <http://example/> {} } 
> {noformat}
> causes 
> {noformat}
> com.hp.hpl.jena.sparql.core.Var$NotAVariableException: Node: http://example/
>       at com.hp.hpl.jena.sparql.core.Var.alloc(Var.java:64)
>       at com.hp.hpl.jena.tdb.solver.SolverLib.graphNames(SolverLib.java:321)
>       at 
> com.hp.hpl.jena.tdb.solver.OpExecutorTDB.execute(OpExecutorTDB.java:346)
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to