Andy Seaborne created JENA-492:
----------------------------------

             Summary: 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