Re: Fuseki proxy settings for federated queries

2017-03-10 Thread A. Soroka
I've got a PR with what I hope is a fix linked at that ticket. Is it possible for you to confirm whether or not it does in fact fix your problem? --- A. Soroka The University of Virginia Library > On Mar 9, 2017, at 8:32 AM, Dominique Vandensteen wrote: > > The ticket has

Re: Fuseki proxy settings for federated queries

2017-03-09 Thread Dominique Vandensteen
The ticket has been created here: https://issues.apache.org/jira/browse/JENA-1309 D. On 9 March 2017 at 13:43, A. Soroka wrote: > This sounds like a bug here: > > https://github.com/apache/jena/blob/master/jena-arq/src/ > main/java/org/apache/jena/riot/web/HttpOp.java#L208

Re: Fuseki proxy settings for federated queries

2017-03-09 Thread A. Soroka
This sounds like a bug here: https://github.com/apache/jena/blob/master/jena-arq/src/main/java/org/apache/jena/riot/web/HttpOp.java#L208 because those system properties should be getting picked up. Can you file a ticket on this with a description? I will take a look at it straightaway. --- A.

Fuseki proxy settings for federated queries

2017-03-09 Thread Dominique Vandensteen
Hi, While trying to run a sparql with "service" I'm getting timeout errors. It seems fuseki is not picking up the default java proxy properties (-Dhttp.proxyHost=... and such) I can configure the proxy using the solution described here http://stackoverflow.com/a/25690647 but this doesn't look