Re: UpdateProcessRemote authentication

2013-07-14 Thread Arthur Vaïsse-Lesteven
Hi, I was in trouble with the same problem few time ago. Refering to this thread : https://mail-archives.apache.org/mod_mbox/jena-users/201306.mbox/browser you can see that the default behaviour cinsist in send the request without credentials, and if the distante server/proxy return an error co

Re: UpdateProcessRemote authentication

2013-07-14 Thread Martynas Jusevičius
I was trying apache-jena-libs 2.10.2-SNAPSHOT by the way. On Mon, Jul 15, 2013 at 1:08 AM, Martynas Jusevičius wrote: > Hey, > > I know changes were introduced (and bugs fixed) in this area, but I'm > having trouble getting update requests to work with HTTP Basic > authentication. > > This code s

UpdateProcessRemote authentication

2013-07-14 Thread Martynas Jusevičius
Hey, I know changes were introduced (and bugs fixed) in this area, but I'm having trouble getting update requests to work with HTTP Basic authentication. This code should send authenticated INSERT to Dydra: UpdateRequest update = UpdateFactory.create(uString); UpdateProce

Re: Jena Rule Engine with TDB

2013-07-14 Thread Dave Reynolds
On 14/07/13 10:36, Adeeb Noor wrote: Thanks a lot Dave. I will transfer all my rule to query update since its faster. However, how about the real infereing such as this transitive rule: is_encoded_by o is_associated_with -> may_be_associated_with. Is there any way to do it with the sparql sinc

Re: Jena Rule Engine with TDB

2013-07-14 Thread Adeeb Noor
Thanks a lot Dave. I will transfer all my rule to query update since its faster. However, how about the real infereing such as this transitive rule: is_encoded_by o is_associated_with -> may_be_associated_with. Is there any way to do it with the sparql since the pellet reasoner and rule engine t

Re: Jena Rule Engine with TDB

2013-07-14 Thread Dave Reynolds
On 14/07/13 06:02, Adeeb Noor wrote: Hi Dave: Thanks for the response. I wanted an example about how to use RDFS inference supported by tdbloader. I can't find it in the Jena documentation but alongside tdbloader there is a command infer, infer --help tells you arguments you can use. But on