-
As @tuurma proposed in https://github.com/eeditiones/tei-publisher-app/pull/102:
> ... we may want to rework the naming at some point, perhaps already for the 9 release if, as it seems to me now, i…
-
Some XQuery functions defined in the XQuery modules are never being used. These should be inspected, made use of or deprecated.e
-
- **m.xqm**:
``` xquery
module namespace m = 'm';
declare variable $m:x := 1;
```
- **main.xq**:
``` xquery
import module namespace m = 'm' at 'm.xqm';
inspect:functions('m.xqm')
```
- **Result**: `…
-
often exist-db shuts slowely down because of hanging locks:
```
2014-08-12 16:17:37,554 [eXistThread-385] ERROR (BaseHTTPClientFunction.java [doRequest]:211) - Connection timed out
java.net.Conn…
-
**Describe the bug**
Logout impossible.
**To Reproduce**
I use firefox, i connect with admin password but when i click on logout ... nothing. "Solution" clear all : cache, history, cookie ... on …
stjmt updated
3 months ago
-
In eXist-develop (tested with rev. 18a7151, on Windows 7 pro 64 bit, with oracle-jdk-1.8.0_92), when an XQuery file stored in the file system imports a XQuery module, an error is thrown.
For example…
-
The XQuery extension modules under `$EXIST_HOME/extensions/modules` are at present built as a single Ant task. This has some disadvantages:
1. It is not clear where tests for these modules should go a…
-
As described in the documentation, a button executing
``` xquery
xquery version "3.0";
import module namespace repair="http://exist-db.org/xquery/repo/repair"
at "resource:org/exist/xquery/modules/…
-
Hi,
I'm trying to access the dashboard but was presented with errors like such:
How can I see the Dashboard again?
Please advise.
javax.servlet.ServletException: An error occurred while proces…
-
### What is the problem
I installed a new version of eXist-db v6.0.1 on an AWS Linux 2 instance. I transferred some XQuery files from another server to my new server using WebDAV. Some XQuery files…