MARMOTTA-204: updated ldclient rdf provider to be compatible with sesame 2.7.0


Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/921a57ea
Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/921a57ea
Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/921a57ea

Branch: refs/heads/develop
Commit: 921a57ea2b52ede369d4a627d4f338dbf5f898e9
Parents: 2a2baa7
Author: Sergio Fernández <[email protected]>
Authored: Wed Apr 17 09:46:14 2013 +0200
Committer: Sergio Fernández <[email protected]>
Committed: Wed Apr 17 09:46:14 2013 +0200

----------------------------------------------------------------------
 .../ldclient/provider/rdf/SPARQLProvider.java      |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/921a57ea/libraries/ldclient/ldclient-provider-rdf/src/main/java/org/apache/marmotta/ldclient/provider/rdf/SPARQLProvider.java
----------------------------------------------------------------------
diff --git 
a/libraries/ldclient/ldclient-provider-rdf/src/main/java/org/apache/marmotta/ldclient/provider/rdf/SPARQLProvider.java
 
b/libraries/ldclient/ldclient-provider-rdf/src/main/java/org/apache/marmotta/ldclient/provider/rdf/SPARQLProvider.java
index 929b59e..ac8062e 100644
--- 
a/libraries/ldclient/ldclient-provider-rdf/src/main/java/org/apache/marmotta/ldclient/provider/rdf/SPARQLProvider.java
+++ 
b/libraries/ldclient/ldclient-provider-rdf/src/main/java/org/apache/marmotta/ldclient/provider/rdf/SPARQLProvider.java
@@ -24,6 +24,7 @@ import 
org.apache.marmotta.ldclient.services.provider.AbstractHttpProvider;
 import org.openrdf.model.URI;
 import org.openrdf.model.Value;
 import org.openrdf.query.BindingSet;
+import org.openrdf.query.QueryResultHandlerException;
 import org.openrdf.query.TupleQueryResultHandler;
 import org.openrdf.query.TupleQueryResultHandlerException;
 import org.openrdf.query.resultio.QueryResultIO;
@@ -173,6 +174,19 @@ public class SPARQLProvider extends AbstractHttpProvider {
                                 throw new 
TupleQueryResultHandlerException("error while adding triple to repository 
connection",e);
                             }
                         }
+
+                                               @Override
+                                               public void 
handleBoolean(boolean bool  ) throws QueryResultHandlerException {
+                                                       // TODO Auto-generated 
method stub
+                                                       
+                                               }
+
+                                               @Override
+                                               public void 
handleLinks(List<String> links) throws QueryResultHandlerException {
+                                                       // TODO Auto-generated 
method stub
+                                                       
+                                               }
+                                               
                     },
                     triples.getValueFactory());
 

Reply via email to