QueryIterator exec error in SPINARQPFunction.java

7 views
Skip to first unread message

Jack Hodges

unread,
Aug 23, 2016, 12:57:08 PM8/23/16
to TopBraid Suite Users
I am seeing a compiler error in the QueryIterator exec method:

public QueryIterator exec(Binding binding, PropFuncArg argSubject, Node predicate,
PropFuncArg argObject, ExecutionContext context) {

argObject = Substitute.substitute(argObject, binding);
argSubject = Substitute.substitute(argSubject, binding);
ExprList subjectExprList = argSubject.asExprList(); <-- PropFuncArg cannot be empty
ExprList objectExprList = argObject.asExprList();    <-- PropFuncArg cannot be empty

I can run my app standalone in Eclipse and allow it to continue with errors but maybe this can be fixed?

Jack

Holger Knublauch

unread,
Aug 23, 2016, 6:45:40 PM8/23/16
to topbrai...@googlegroups.com
I am not getting this compiler error. What Jena version are you using? Should be, as stated in the pom.xml file, Jena 3.1.0.

Holger
--
You received this message because you are subscribed to the Google Group "TopBraid Suite Users", the topics of which include the TopBraid Suite family of products and its base technologies such as SPARQLMotion, SPARQL Web Pages and SPIN.
To post to this group, send email to topbrai...@googlegroups.com
---
You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to topbraid-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages