Re: [Virtuoso-users] Multiple SPARQL endpoints? [SOLVED]

2009-06-24 Thread Luke McCarthy
On 23-Jun-09, at 9:44 AM, Hugh Williams wrote: [Hugh] What you can do is to setup a secure sparql endpoint for the SPARUL queries as detailed at http://docs.openlinksw.com/virtuoso/rdfsparql.html#rdfsparqlprotocolendpoint Section 17.2.3.4. Service Endpoint Security. After an upgrade to vers

[Virtuoso-users] Multiple SPARQL endpoints?

2009-06-22 Thread Luke McCarthy
Hi there, I have two web-based applications using the same Virtuoso triple store, accessed through the SPARQL endpoint. One of these applications needs to be able to modify data in the triple store and one does not. When I last visited this issue, the suggestion I received was as follo

[Virtuoso-users] Graph-level permission on SPARQL endpoint?

2009-01-05 Thread Luke McCarthy
Hi there, I'm looking for a more fine-grained way to control read/write access on the Virtuoso SPARQL endpoint. At the moment, I have two web-based applications using the same Virtuoso triple store, accessed through the SPARQL endpoint. One of these applications needs to be able to modify data i

Re: [Virtuoso-users] [SOLVED] Virtuoso-backed Jena Model, "Box length too large. Disconnecting the client"

2008-10-29 Thread Luke McCarthy
On 29-Oct-08, at 2:52 PM, Hugh Williams wrote: Was the reference to the old virtjdbc3.jar something you had added to your project or was this part of the Eclipse product you are using ? It was not part of Eclipse. It was part of the particular code base I was working on.

Re: [Virtuoso-users] [SOLVED] Virtuoso-backed Jena Model, "Box length too large. Disconnecting the client"

2008-10-29 Thread Luke McCarthy
On 29-Oct-08, at 3:48 AM, Hugh Williams wrote: The other point to check is that you are using the specific Virtuoso JDBC Driver (virtjdbc3.jar) shipped with your release. This was exactly the problem. I'm developing in Eclipse, and the project referenced a library that contained an older v

[Virtuoso-users] Virtuoso-backed Jena Model, "Box length too large. Disconnecting the client"

2008-10-28 Thread Luke McCarthy
Hi there, I am attempting to query a Virtuoso server using Jena. For maximum compatibility with the existing code base, I'd like to end up with a com.hp.hpl.jena.rdf.model.Model implementation. The code I've got looks like this: Model model = VirtModel.createDatabaseModel(