exist
exist copied to clipboard
eXist Native XML Database and Application Platform
Bumps [org.xmlresolver:xmlresolver](https://github.com/xmlresolver/xmlresolver) from 5.2.3 to 6.0.10. Release notes Sourced from org.xmlresolver:xmlresolver's releases. 6.0.10 No release notes provided. 6.0.9 No release notes provided. 6.0.8 Restores the NamespaceResolver API. This API, like...
This issue is about more than just URI encoding it is about naming things and defining concepts. This stuff is fundamental. It will likely also fix a bunch of issues...
Since upgrading to Ubuntu 16.04 LTS a warning appears on every HTTP request to eXist: ``` WARN (TransactionManager.java [close]:257) - Transaction was not committed or aborted, auto aborting! ``` Also,...
### What is the problem There are a few issues in windows with setting the JAVA_HOME variable - The path cannot contain spaces - At startup strange messages appear: JAVA_HOME=C:\Localdata\Program...
Directly moving files locked by another user is prevented, but moving a collection ignores the lock
I found that I am prevented from moving a file that is locked by another user if I try to move it by itself. If I go to the same...
In eXist-2.2 and eXist-3.3.RC1, the optimizer seems to behave buggy for indirect queries on node sets that have been stored in a variable first. When such indirect queries are run...
It looks like exist:matches are missing from Lucene proximity searches that use standard search syntax. The following feeds pairs of queries that should be equivalent, the first of a pair...
Using `/` or `//` at the start of a `PathExpr` in a predicate when working with stored documents results in an evaluation error, even when the equivalent `root(self::node())` does not....
Using a `VarRef` with an atomic value where a `StepExpr` is expected results in an error, even though it is allowed by the spec. For example, ``` xquery declare variable...
When installing eXist 3.0 RC1, I set the memory to 4096. vm.properties has its values properly set, but wrapper/conf/wrapper.conf still has 1024 as the memory setting.