Re: svn commit: r1618697 - /jena/trunk/jena-fuseki/src/main/java/org/apache/jena/fuseki/FusekiCmd.java

2014-08-18 Thread Andy Seaborne
I saw that (or similar). The HTTP status code was right! What more do people want? I'll reword - I want to avoid any implication that update is normal; servers may be web-facing and so it's safety first. Andy On 18/08/14 21:24, Rob Vesse wrote: Sure, I went with warning because I s

Re: svn commit: r1618697 - /jena/trunk/jena-fuseki/src/main/java/org/apache/jena/fuseki/FusekiCmd.java

2014-08-18 Thread Rob Vesse
Sure, I went with warning because I saw a discussion where a user hadn't realised they needed to add the --update argument so just something to make clear they are in read only mode If you think the wording/log level is too strong feel free to change it Rob On 18/08/2014 12:41, "Andy Seaborne"

Re: GSoC - Sparql in rules

2014-08-18 Thread Andy Seaborne
On 15/08/14 12:01, Miguel Bento Alves wrote: Hi Andy, I updated all my code to the new version of Jena. My repo is https://github.com/mbentoalves/jena. I have a problem in building that I couldn’t fix, give an error when I add the jena-arq to the dependencies of jena-core in test com.hp.hpl.j

Re: Sparql commands in rules - GSoC update

2014-08-18 Thread Andy Seaborne
On 18/08/14 10:32, Miguel Bento Alves wrote: Dear Andy, attached I send the files that I will update to GSoC. Miguel 1/ There is a .DS_Store ... 2/ Please fix the headers on new files: They are in the patch: [[ /* * To change this license header, choose License Headers in Project Proper

Re: svn commit: r1618697 - /jena/trunk/jena-fuseki/src/main/java/org/apache/jena/fuseki/FusekiCmd.java

2014-08-18 Thread Andy Seaborne
On 18/08/14 19:37, rve...@apache.org wrote: Author: rvesse Date: Mon Aug 18 18:37:21 2014 New Revision: 1618697 URL: http://svn.apache.org/r1618697 Log: Print a warning about being in Read Only mode to Fuseki logs when started without config file and without --update option Modified: jena

Re: 2.12 regression on rdf:a in UpdateDataInsert ?

2014-08-18 Thread Andy Seaborne
On 18/08/14 15:12, Kristian Rosenvold wrote: @Test public void rdfResolvesToAbsolutePrefix() throws MalformedURLException { String rdf = "\n" + "a \"dog\" ."; final Model read = ModelFactory.createDefaultModel().read(new ByteAr

2.12 regression on rdf:a in UpdateDataInsert ?

2014-08-18 Thread Kristian Rosenvold
The following testcase passes on 2.11 but fails on 2.12: @Test public void rdfResolvesToAbsolutePrefix() throws MalformedURLException { String rdf = "\n" + "a \"dog\" ."; final Model read = ModelFactory.createDefaultModel().read(ne

Sparql commands in rules

2014-08-18 Thread Miguel Bento Alves
Dear all, I will start to develop an engine to evaluate rules that combines SPARQL commands with rule terms. The purpose is to be possible to define rules like: ex:SportsMan ex:minimumSportsPlayed 1 . ex:IronMan ex:minimumSportsPlayed 3 . (?x rdf:type ?t) <- ?t ex:minimumSportsPlaye

Sparql commands in rules - GSoC update

2014-08-18 Thread Miguel Bento Alves
Dear Andy, attached I send the files that I will update to GSoC. Miguel miguel_alves.tar.gz Description: GNU Zip compressed data