Hey all, QueryEngineHTTP does not implement setInitialBindings() due to Jena's implementation specifics, as I found out a while ago: http://mail-archives.apache.org/mod_mbox/jena-users/201201.mbox/%[email protected]%3E
However, this lack of uniformity prevents generic code that depends on QueryExecution. Usually implementations need the same behavior no matter where the query is executed (locally or remotely). There was recently such case within SPIN API: https://groups.google.com/forum/?fromgroups=#!topic/topbraid-users/pMeMo-1U4_k So I was wondering, wouldn't it be possible to implement QueryEngineHTTP.setInitialBinding() using ParameterizedSparqlString? Now the code includes a notice related to this, but no implementation. If that looks reasonable, I can make a new issue on JIRA. Martynas graphity.org
