[basex-talk] Protocol Question: Query Persistence

2014-03-07 Thread Paul Fancher
I have a client that connects to a BaseX server using the Client/Server API. I am currently writing failure modes to handle connection failures during runtime, and I ran into a question that I don't immediately know the answer to: if a query is defined (which returns an ID), and the connection t

Re: [basex-talk] Error in webdav.xqm

2014-03-07 Thread Christian Grün
Hi France, Dimitar was so kind to fix the reported issue. Could you please check out the latest snapshot [1]? All the best, Christian [1] http://files.basex.org/releases/latest/ ___ On Tue, Mar 4, 2014 at 7:13 AM, France Baril wrote: > I'm using BaseX wi

Re: [basex-talk] BaseX server.close() "Connection refused" in Openshift

2014-03-07 Thread Andy Bunce
Does server.stop(15000,15001) work? https://github.com/BaseXdb/basex/blob/master/basex-core/src/main/java/org/basex/BaseXServer.java#L329 On Fri, Mar 7, 2014 at 1:04 PM, Andy Bunce wrote: > I think -s applies only to the basexhttp server not tomcat, but the > message does look it is trying to u

Re: [basex-talk] BaseX server.close() "Connection refused" in Openshift

2014-03-07 Thread Andy Bunce
I think -s applies only to the basexhttp server not tomcat, but the message does look it is trying to use a disallowed port somewhere. /Andy On Fri, Mar 7, 2014 at 12:49 PM, Andy Bunce wrote: > Hi P.C, > I think you will need to set the STOPPORT option (-s) [1] to an Openshift > friendly value

Re: [basex-talk] BaseX server.close() "Connection refused" in Openshift

2014-03-07 Thread Andy Bunce
Hi P.C, I think you will need to set the STOPPORT option (-s) [1] to an Openshift friendly value e.g. 15002. Regards /Andy [1] http://docs.basex.org/wiki/Options#STOPPORT On Fri, Mar 7, 2014 at 12:10 PM, Christian Grün wrote: > Hi P.C., > > thanks for describing your setup, and sorry for lett

Re: [basex-talk] BaseX server.close() "Connection refused" in Openshift

2014-03-07 Thread Christian Grün
Hi P.C., thanks for describing your setup, and sorry for letting you wait. The reason for the delay is that (at least) I have no clue what might cause the problem. Maybe someone else out there has worked with Openshift before? Could you add the debugging flag (-d) to the BaseX call and send me th

Re: [basex-talk] Creating connection pool in basex

2014-03-07 Thread Christian Grün
Hi iClays, > Is there a way to create a connection pool in basex as you would with > applications that connects to oracle or sql server? How do we achieve this? As BaseX client connections are pretty fast and light-weight, we don't provide any additional pool mechanism. But other users have also

Re: [basex-talk] Bug in tar reading support

2014-03-07 Thread Hondros, Constantine (ELS-AMS)
Many thanks for your swift attention to this problem, Christian! I will download the snapshot and have a good test. Cheers, Constantine -Original Message- From: Christian Grün [mailto:christian.gr...@gmail.com] Sent: 07 March 2014 12:52 To: Hondros, Constantine (ELS-AMS) Cc: basex-talk@m

Re: [basex-talk] Bug in tar reading support

2014-03-07 Thread Christian Grün
Hi Constantine, the problem has been fixed [1, 2]. Best, Christian [1] http://files.basex.org/releases/latest/ [2] https://github.com/BaseXdb/basex/commit/e529847a63b4abd19e42289c4ed1c5f09be607d3 _ On Wed, Mar 5, 2014 at 3:15 PM, Hondros, Constantine (ELS-AMS) wro