exist icon indicating copy to clipboard operation
exist copied to clipboard

eXist Native XML Database and Application Platform

Results 362 exist issues
Sort by recently updated
recently updated
newest added

eXist returns an error, `FORX0002`, when the regular expression given to `fn:matches()` includes a character group ending in the hyphen character. The error message reads: > org.exist.xquery.XPathException: err:FORX0002 Conversion from...

bug
xquery

**Describe the bug** We have tried to do XML compares using `xmldiff:compare()` and the XPath equivalent `deep-equal()`. For comparing two equal documents of ~200Kb `xmldiff:compare()` on my machine taks 60msecs,...

xquery
performance

**Describe the bug** in a number of cases `xmldiff:compare#2` returns `exerr:ERROR An exception occurred while serializing node for comparison: Caught exception during comparison` **Expected behavior** I expect `false()` to be...

bug

**Describe the bug** `fn:xml-to-json#1` will sometimes fail to translate a [valid](https://www.w3.org/XML/Group/qtspecs/specifications/xpath-functions-31/html/schema-for-json.xsd) XML representation of JSON, when that XML has been stored in the database. The error returned is FOJS0006, “Invalid...

bug

Is related to issue #957 **Describe the bug** Applying a reindex on a document by calling the XQuery function ```Xquery xmldb:reindex($collection-uri, $doc-uri) ``` always adds a new document entry in...

bug
investigate
Lucene

**Describe the bug** When I try to filter a collection of JATS articles on a particular attribute value I get no results, except when I explicitly convert the attribute value...

bug
high prio

closes #3845 closes #3914 Follow-up on the last release the guide how-to release a new version of exist-db was reworked.

In eXist-db 5.2.0 this module declaration operates properly: import module namespace app="http://heml.mta.ca/Lace2/templates" at "modules/app.xql" In eXist-db 5.3.0 it throws the error java.lang.UnsupportedOperationException: TODO(AR) implement It seems that all internal modules...

bug
xquery

Using either the Java Admin Client to upload a file, or restoring a backup (manually constructed) which contains a file from the filesystem named `[Content_Types].xml` causes a URISyntaxException, and eXist-db...

bug

This could improve performance when uploading a large number of smaller files by reducing IO traffic. Even after running instances with this patch applied we could see no negative effects....

discuss
performance