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


On 24/08/2016 2:57, Jack Hodges wrote:
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
--
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 [email protected]
---
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 [email protected] <mailto:[email protected]>.
For more options, visit https://groups.google.com/d/optout.

--
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 [email protected]
--- 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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to