Re: Push notification?

2018-08-10 Thread Claude Warren
I was actualy thinking of putting a message on a queue so that anyone listening could pick it up. Most of our infrastructure is based on push rather than pull. Particularly when our data sources are in a more secure zone. We only want to connect from the most secure zone to the lesser secured

Re: TransactionManager ERROR There are now active transactions

2018-08-10 Thread Mikael Pesonen
Is this suitable format? Im not able to play with proxies and our technical support is not available for summer time. https://www.dropbox.com/s/3we10p1vsc89hnl/fuseki_dump.log?dl=0 On 9.8.2018 16:28, Andy Seaborne wrote: On 09/08/18 13:20, Mikael Pesonen wrote: Does Fuseki info level

Re: Writing an ARQ Extension Function

2018-08-10 Thread Andy Seaborne
On 10/08/18 14:57, Arunkumar Krishnamoorthy wrote: So i need to change this function to dateTime?, NodeValue date = NodeValue.makeDate(lastModified); is "make date" That is something you can try in your program - rather than email. Please also read the javadoc for

Re: Writing an ARQ Extension Function

2018-08-10 Thread Arunkumar Krishnamoorthy
So i need to change this function to dateTime?, NodeValue date = NodeValue.makeDate(lastModified); is "make date" On Fri, Aug 10, 2018 at 9:51 AM, Andy Seaborne wrote: > > > On 10/08/18 14:36, Arunkumar Krishnamoorthy wrote: > >> Even i don't know where that particular date is coming from.

Re: Writing an ARQ Extension Function

2018-08-10 Thread Andy Seaborne
On 10/08/18 14:36, Arunkumar Krishnamoorthy wrote: Even i don't know where that particular date is coming from. The dataset is attached. if it is not in the data and not in query, then it is in your code. What about URLConnection.getLastModifed? NB: You are in timezone +05:00 judging by

Re: Question about indexing in text search

2018-08-10 Thread Andy Seaborne
fuseki:dataset <#database> . should be: fuseki:dataset:text_dataset ; Andy On 10/08/18 13:53, Alysson Gomes wrote: Hi Andy! Follow in attached the configuration file. Em sex, 10 de ago de 2018 às 09:35, Andy Seaborne > escreveu:

Re: Writing an ARQ Extension Function

2018-08-10 Thread Arunkumar Krishnamoorthy
Even i don't know where that particular date is coming from. The dataset is attached. On Fri, Aug 10, 2018 at 3:57 AM, Andy Seaborne wrote: > >> But i have given the type as xsd:dateTime, so it should take it right? > > The computer says otherwise. > > >>myfn:LastModified(?r) > > >>

Re: Question about indexing in text search

2018-08-10 Thread Alysson Gomes
Hi Andy! Follow in attached the configuration file. Em sex, 10 de ago de 2018 às 09:35, Andy Seaborne escreveu: > Alysson, > > It needs to be a fuseki configuration file for -conf, not just use the > daatset . > > > http://jena.apache.org/documentation/query/text-query.html#working-with-fuseki

Re: Question about indexing in text search

2018-08-10 Thread Andy Seaborne
Alysson, It needs to be a fuseki configuration file for -conf, not just use the daatset . http://jena.apache.org/documentation/query/text-query.html#working-with-fuseki <#service_text> rdf:type fuseki:Service ; fuseki:dataset :text_dataset ; ### This is the

Re: Push notification?

2018-08-10 Thread Andy Seaborne
General comment about Fuseki (or any server really): Having server track the clients so it can initiate sending is a real pain to do: clients go away, client crash without signing off, clients get moved, clients go slow, etc etc. Having the client poll the server may seem like excessive work

Re: Writing an ARQ Extension Function

2018-08-10 Thread Andy Seaborne
>> But i have given the type as xsd:dateTime, so it should take it right? The computer says otherwise. >>myfn:LastModified(?r) > >> "2005-11-06T00:00:00Z"^^xsd:dateTime ) "2005-11-06T00:00:00Z"^^xsd:dateTime is OK >> "1969-12-31T19:00:00"^^xsd:date Not OK. Find out where

Re: Fuseki on Docker

2018-08-10 Thread Claude Warren
Bruno, Thanks for the investigative effort. It is good to know that mmap files work in Docker, though worrying as well for the reasons you cite. thx again, and I will post here if I find anything more. Claude On Fri, Aug 10, 2018 at 2:01 AM, Bruno P. Kinoshita <