Re: Change in execution order between Jena 2.7.2 and 2.7.3

2012-08-15 Thread Holger Knublauch
On 8/13/2012 5:20, Andy Seaborne wrote: On 12/08/12 02:46, Holger Knublauch wrote: ... but we and our customers have an unknown number of queries in production ... TQ gets Jena for free. Yes and this is greatly appreciated. You guys are doing an amazing job. We have built quite an empire on

Re: Change in execution order between Jena 2.7.2 and 2.7.3

2012-08-15 Thread Andy Seaborne
On 15/08/12 08:20, Holger Knublauch wrote: On 8/13/2012 5:20, Andy Seaborne wrote: On 12/08/12 02:46, Holger Knublauch wrote: ... but we and our customers have an unknown number of queries in production ... TQ gets Jena for free. Yes and this is greatly appreciated. You guys are doing an am

Re: Change in execution order between Jena 2.7.2 and 2.7.3

2012-08-15 Thread Andy Seaborne
On 15/08/12 08:20, Holger Knublauch wrote: ... This would be good, but would be limited to cases in which the Jena API itself remains stable. Usually there are always some API changes that won't even make our stuff compile without changes. This plus the overhead of setting up the infrastructure

Re: LARQ prefix search results missing hits

2012-08-15 Thread Osma Suominen
Hi Paolo! Thanks for your reply and sorry for the delay. I tested this again with today's svn snapshot and it's still a problem. However, after digging a bit further I found this in jena-larq/src/main/java/org/apache/jena/larq/LARQ.java: --clip-- // The number of results returned by defa

Re: examples how to do CRUD using Java API with Fuseki

2012-08-15 Thread Andy Seaborne
On 15/08/12 11:03, Robby Pelssers wrote: Hi all, Are there any good examples (perhaps blog) available how to create / delete / update fuseki from Java? There are two ways: SPARQL Update SPARQL Graph Store Protocol The latter is hhttp/CRUD like. I have a pretty tight deadline and http:

Reasoner and data graphs

2012-08-15 Thread Claude Warren
I have gotten my first chance to look at building a rule base reasoner and was wondering why updates to the data graph are not processed by the reasoner. My code: @Test public void testSubClassOf() { Model model = ModelFactory.createDefaultModel(); // create a resource (empty resource) Resource

Re: SDB version to use with Jena 2.7.2

2012-08-15 Thread Jayanath Amaranayake
Thanks Andy. I tried to use the snap shot but getting the following error with Oracle XE 11g. The same code works just fine with MySQL. My code: Store store = StoreFactory.create("sdb-oracle.ttl"); store.getTableFormatter().create(); Model model = SDBFactory.connectDefaultModel(store); InputStrea