Re: Help with Jena Spatial

2015-06-05 Thread Rodrigo Antonialli
Update... the nearby query worked with a fresh install of version 1.1.2 using tdb in memory... I'll check configurations to see what's wrong! Rodrigo C. Antonialli == Rio Claro - SP - Brasil LinkedIn: http://www.linkedin.com/in/rcantonialli Contato: rcantonia..

Re: Help with Jena Spatial

2015-06-05 Thread Rodrigo Antonialli
I'll try Fuseki 2, because the same configuration didn't work with Fuseki 1.1.2... =/ I forgot to mention that I've added jts-1.13.jar to classpath... Also, couldn't find anything wrong in the log... Also I tried to change the query to use nearby... PREFIX spatial:

Re: Help with Jena Spatial

2015-06-05 Thread Andy Seaborne
On 05/06/15 14:19, Rodrigo Antonialli wrote: Thanks Andy! If I'm going to update anyway...should I try Fuseki 2 ?! Yes, you can. They use the same jena-spatial code. Andy Cheers Rodrigo C. Antonialli == From Mobile Rio Claro - SP - Brasil Link

Re: Help with Jena Spatial

2015-06-05 Thread Rodrigo Antonialli
Thanks Andy! If I'm going to update anyway...should I try Fuseki 2 ?! Cheers Rodrigo C. Antonialli == >From Mobile Rio Claro - SP - Brasil LinkedIn: http://www.linkedin.com/in/rcantonialli Contato: rcantonia...@gmail.com Skype: rc_antonialli Em 05

Re: Possible Bug Roundtripping SPARQL to an SSE and back

2015-06-05 Thread Martynas Jusevičius
Rick, SPIN is indeed more than a SPARQL vocabulary -- it can do SPARQL-based rules, constraints etc. I think in your case it could be used to represent queries in RDF - which is a platform-independent way to do it. So far there is no SPIN support in Sesame, but the SPIN API is built on Jena: htt

Re: Unable to enable text search in Fuseki 2 for in-memory datasets

2015-06-05 Thread Andy Seaborne
I've logged this as JENA-956 (with details). The work-round is to use an in-memory TDB dataset. tdb:location "--mem--" ; > [2015-06-03 12:10:47] HttpAction WARN Exception during abort (operation attempts to continue): Can't abort a write lock-transaction > [2015-06-03 12:10:47] Fuseki

Re: Unable to enable text search in Fuseki 2 for in-memory datasets

2015-06-05 Thread Yang
Hi Andy, I am sorry for such a late response. We were busy on another project during this period. Now I try to explain how I reproduce the error step by step. I did send you an email to the mailing list yesterday, however it never shows up. So I would like to give another trial today. My apolog

Re: Help with Jena Spatial

2015-06-05 Thread Andy Seaborne
Rodrigo, There have been fixes in this area since Fuseki 1.0.1 (JENA-623) Please could you try the latest version (1.1.2) http://jena.apache.org/download/index.html Andy On 05/06/15 04:58, Rodrigo Antonialli wrote: Hi, I'm working with Fuseki 1.0.1, and trying to configure jena spat