Tr : Basic Authentication for SPARQL Update

2013-06-21 Thread Arthur Vaïsse-Lesteven
Hi Rob, I'm in trouble with the basic authentication process ( I'm now using ARQ 2.10.1 ) In one hand the Queries work like this : when we calls one of the 4 method execX of a queryExecution, the QueryEngineHTTP calls makeHttpQuery, and after few steps this code line is executed :    

Re: Empty index with Jena Text and Fuseki

2013-06-21 Thread baran_H
n Fri, 21 Jun 2013 10:33:21 +0200, Neubert Joachim j.neub...@zbw.eu wrote: When I got it right, Fuseki is supposed to build the text index when it starts up. However, this did not work for me. Starting fuseki (jena-fuseki-0.2.8-20130618.075236-28-server.jar) with an empty index

Re: Empty index with Jena Text and Fuseki

2013-06-21 Thread Andy Seaborne
i have had the THE SAME problem for all jena-fuseki-0.2.8 + jena-text, with rdfs:label-indexing for dbpedia-dataset. It would be very useful that we get a small example which runs without problems, perhaps a config.ttl for books.ttl in TDB o a similar thing. baran Hi, There is

Re: Empty index with Jena Text and Fuseki

2013-06-21 Thread Andy Seaborne
On 21/06/13 09:33, Neubert Joachim wrote: When I got it right, Fuseki is supposed to build the text index when it starts up. However, this did not work for me. Joachim, Fuseki indexes the data as it's loaded, it does not index existing data on startup. I see what you see in the Lucene

Re: Dynamic graph/model inference within a select.

2013-06-21 Thread Andy Seaborne
On 19/06/13 20:11, Dick Murray wrote: Hi sorry PICNIC moment... I get the following results which is what I need. Against the dataset I get 2 results for each graph. Against the datasetgraphmap with override I get 2 results for g2 but 4 results for g1 because of the RDFS. Problem with the 2

AW: Empty index with Jena Text and Fuseki

2013-06-21 Thread Neubert Joachim
Hi Andy, thanks for the quick response, which makes quite clear what was wrong: A before for Joseki, I used a pre-built read-only tdb database. Well, so I have to use Fuseki for tdb building as well. I'll check and report back. Cheers, Joachim -Ursprüngliche Nachricht- Von: Andy

Re: Empty index with Jena Text and Fuseki

2013-06-21 Thread baran_H
On Fri, 21 Jun 2013 12:09:20 +0200, Andy Seaborne a...@apache.org wrote: i have had the THE SAME problem for all jena-fuseki-0.2.8 + jena-text, with rdfs:label-indexing for dbpedia-dataset. It would be very useful that we get a small example which runs without problems, perhaps a config.ttl

Re: AW: Empty index with Jena Text and Fuseki

2013-06-21 Thread Andy Seaborne
On 21/06/13 11:45, Neubert Joachim wrote: Hi Andy, thanks for the quick response, which makes quite clear what was wrong: A before for Joseki, I used a pre-built read-only tdb database. Well, so I have to use Fuseki for tdb building as well. I'll check and report back. There is a command

Re: Empty index with Jena Text and Fuseki

2013-06-21 Thread Andy Seaborne
On 21/06/13 12:03, baran_H wrote: On Fri, 21 Jun 2013 12:09:20 +0200, Andy Seaborne a...@apache.org wrote: i have had the THE SAME problem for all jena-fuseki-0.2.8 + jena-text, with rdfs:label-indexing for dbpedia-dataset. It would be very useful that we get a small example which runs

Re: Empty index with Jena Text and Fuseki

2013-06-21 Thread baran_H
On Fri, 21 Jun 2013 15:33:37 +0200, Andy Seaborne a...@apache.org wrote: On 21/06/13 12:03, baran_H wrote: On Fri, 21 Jun 2013 12:09:20 +0200, Andy Seaborne a...@apache.org wrote: i have had the THE SAME problem for all jena-fuseki-0.2.8 + jena-text, with rdfs:label-indexing for

Re: Tr : Basic Authentication for SPARQL Update

2013-06-21 Thread Rob Vesse
Nice catch Yes I appear to have made an error, I never associated the created credentials provider with the HTTP Client Filed as JENA-475 (https://issues.apache.org/jira/browse/JENA-475) I will commit a fix ASAP and you should be able to pick up a 2.10.2-SNAPSHOT build in a few hours with the

Re: Tr : Basic Authentication for SPARQL Update

2013-06-21 Thread Rob Vesse
The latest SNAPSHOTS now have the fix, you may need to add -U to your mvn calls if you have recently updated SNAPSHOTs to get the very latest Please test and confirm whether this resolves the issue Rob On 6/21/13 9:13 AM, Rob Vesse rve...@cray.com wrote: Nice catch Yes I appear to have made

Re: Empty index with Jena Text and Fuseki

2013-06-21 Thread Andy Seaborne
On 21/06/13 15:25, baran_H wrote: On Fri, 21 Jun 2013 15:33:37 +0200, Andy Seaborne a...@apache.org wrote: On 21/06/13 12:03, baran_H wrote: On Fri, 21 Jun 2013 12:09:20 +0200, Andy Seaborne a...@apache.org wrote: i have had the THE SAME problem for all jena-fuseki-0.2.8 + jena-text, with