You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Andy Seaborne (JIRA)" <ji...@apache.org> on 2013/07/24 22:09:49 UTC

[jira] [Created] (JENA-492) Exception in TDB for SELECT * { GRAPH {} }

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