Re: QueryExecution.exec stops working in Java Web Application

2019-02-13 Thread Bart van Leeuwen
Date: 13-02-2019 13:40 Subject:Re: QueryExecution.exec stops working in Java Web Application On 13/02/2019 11:34, Martynas Jusevičius wrote: > Are you closing the QueryExecution objects? That is certainly something to look for. The fact it is ~6 connections suggest that as w

Re: QueryExecution.exec stops working in Java Web Application

2019-02-13 Thread Andy Seaborne
rt van Leeuwen To:users@jena.apache.org Date:12-02-2019 22:49 Subject: QueryExecution.exec stops working in Java Web Application -- Hi, We have a web application which uses the following code to connect to a external endpoint QueryExecutio

Re: QueryExecution.exec stops working in Java Web Application

2019-02-13 Thread Martynas Jusevičius
icfire > tel. +31(0)6-53182997 > Netage B.V. > http://netage.nl > Esdoornstraat 3 > 3461ER Linschoten > The Netherlands > > > > > From:Bart van Leeuwen > To: users@jena.apache.org > Date:12-02-2019 22:49 > Subject:QueryExecution.

Re: QueryExecution.exec stops working in Java Web Application

2019-02-13 Thread Bart van Leeuwen
rom: Bart van Leeuwen To: users@jena.apache.org Date: 12-02-2019 22:49 Subject: QueryExecution.exec stops working in Java Web Application Hi, We have a web application which uses the following code to connect to a external endpoint QueryExecution e

QueryExecution.exec stops working in Java Web Application

2019-02-12 Thread Bart van Leeuwen
Hi, We have a web application which uses the following code to connect to a external endpoint QueryExecution exec = QueryExecutionFactory.sparqlService(Config.getConfig("endpoint"), kroQuery); ResultSet objects = exec.execSelect(); This runs fine with Jena up to 3.1.0 However with later