Re: [basex-talk] [ANN] Openshift BaseX quick start v0.6

2016-04-02 Thread kleist-digital
Hi Andy, my modules are now in basex repo and everything works fine, locally and on the remote server and for the first time I did my data back from the server :)) But I have problems with updating the data. > > changing the data in the folder first-data and the db will be recreated > > after

Re: [basex-talk] Expected behaviour with full disk

2016-04-02 Thread James Ball
Hi Christian, Thank you for update. I had assumed that BaseX would make a request for more disk space before trying to write to it and if it couldn’t be allocated would abort the transaction. Luckily in my case there is only one function that ever writes to the databases so your suggested

[basex-talk] BaseX XQuery Validation in Oxygen

2016-04-02 Thread kleist-digital
Hi all, hi Christian, in BaseX-specific cases, the Oxygen XQuery-Validation doesn’t work based on the Saxon-Engine, for example import module namespace kleist = "http://kleist-digital.de/ns/kleist“; gives feedback: Failed to resolve URI of imported module: Cannot locate module for namespace

Re: [basex-talk] Async Module

2016-04-02 Thread Andy Bunce
Hi Christian, This is great. I particularly like the way errors in the async execution are captured: declare function local:result($id){ try{ map{ "result":async:result($id) } } catch * { map{ "error": map { 'code': $err:code, 'description': $err:description,