Re: Safe update and select queries against Fuseki with user input

2016-01-07 Thread Andy Seaborne
Hi Håvard, That's not what should happen! Could you turn that into a complete, minimal example and create a JIRA please? Andy On 07/01/16 09:09, Håvard Mikkelsen Ottestad wrote: Hi Andy, I tried the QueryBuilder, but it doesn’t work for update queries. The UpdateTransformOps

What to use instead SimpleBulkUpdateHandler on jena 3?

2016-01-07 Thread Marco Tenti
Hi, very simple question, i must update a old project from jena 2 to jena 3, what it's the best otion to replace all the "BulkUpdateHandler" extensions to use the new Graph package in jena 3?

Re: Safe update and select queries against Fuseki with user input

2016-01-07 Thread Håvard Mikkelsen Ottestad
https://issues.apache.org/jira/browse/JENA-1112 I put it as critical, but I’m using the parameterized sparql strings for the time being. So it’s not really critical for me. Håvard On 07/01/16 13:27, "Andy Seaborne" wrote: >Hi Håvard, > >That's not what should happen! >

Re: optimizing serialization of results from fuseki

2016-01-07 Thread Paul Tyson
On Thu, 2016-01-07 at 08:48 +, Håvard Mikkelsen Ottestad wrote: > Hi, > > Reordering the filters might help. I've tried a bit of this, without much noticeable effect. I understand that these are pretty well optimized when the sparql text is converted to algebra. > > Also, maybe a stats file

Re: optimizing serialization of results from fuseki

2016-01-07 Thread Rob Vesse
Thoughts inline: On 07/01/2016 15:56, "Paul Tyson" wrote: >Here is an actual query, partially obfuscated. It returns about 18K >nodes in 40 seconds, from a dataset of about 17M triples. (The nodes are >not necessarily distinct.) > >The predominant graph structure is like:

Re: What to use instead SimpleBulkUpdateHandler on jena 3?

2016-01-07 Thread Andy Seaborne
On 07/01/16 15:11, Marco Tenti wrote: Hi, very simple question, i must update a old project from jena 2 to jena 3, what it's the best otion to replace all the "BulkUpdateHandler" extensions to use the new Graph package in jena 3? org.apache.jena.graph.GraphUtil has functions add() and

Re: optimizing serialization of results from fuseki

2016-01-07 Thread Paul Tyson
Here is an actual query, partially obfuscated. It returns about 18K nodes in 40 seconds, from a dataset of about 17M triples. (The nodes are not necessarily distinct.) The predominant graph structure is like: ?node <- ?lsu -> ?detail -> LSUPROPERTYVALUE Thanks for your attention and any

Re: jena-osgi bundle dependencies

2016-01-07 Thread A. Soroka
Karaf (the OSGi container underlying ServiceMix) is able to resolve transitive dependencies using its “features” system[1], but that kind of resolution is not an inherent ability of OSGi frameworks, it’s specific to Karaf. The OSGi metadata in the Jena bundle just explains what other

jena-osgi bundle dependencies

2016-01-07 Thread Robson, Alan
Hi all, I'm trying to use jena in servicemix (an apache OSGI-based system) by using the jena-osgi bundle... I can - apparently, install the pre-made bundle from maven... karaf@root()> bundle:install mvn:org.apache.jena/jena-osgi/3.0.1 Bundle ID: 238 I can install one of my own bundles