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

**Description** When a document containing a `org.exist.dom.memtree.ReferenceNode` is transformed by `fn:transform`, the `ReferenceNode` is not passed on to Saxon. In other words, the input document becomes incomplete. The problem occurs...

**Is your feature request related to a problem? Please describe. My team and I believe that adding some architectural views will help new developers collaborate on the project or use...

enhancement

The Memory-Leak fix [ThreadLocal for all threads will be cleared up on shutdown](https://github.com/eXist-db/exist/commit/c0a4b9108d14982c3450d63f5c11e1807c91482f) clears all ThreadLocals of the whole JVM even if they are not owned/created by exist. When using...

investigate

**Describe the bug** The below query has to return `49` as basex and Saxon both do. eXist-db, however, returns `(239,187,191,49)` because the BOM is not stripped away in the normalisation...

needs XQSuite test
xquery

the signed installers should be generated on CI only, and removed from the default build profiles see #3394

enhancement
installer
needs documentation

**Is your feature request related to a problem? Please describe.** When building existdb locally, I just want it to create the directory containing the built application. `exist-distribution/target/exist-distribution-*-dir` This is all...

enhancement

**Is your feature request related to a problem? Please describe.** With the status quo all URIs that start with `xmldb:exist:` are invalid as the colon character `:` is not allowed...

enhancement

eXist database (4.10 version) throwing GC overhaed limit exceeded **Describe the bug** ``` Caused by: RepositoryException: org.xmldb.api.base.XMLDBException: Failed to invoke method queryP in class org.exist.xmlrpc.RpcConnection: GC overhead limit exceeded at...

awaiting-response

**Describe the bug** I am trying to automatically redeploy a newer version of an installed app in a docker container. I expected that if I just update the `version` of...

**Describe the bug** The description of the `xml-to-json()` function in the [XPath and XQuery Functions and Operators 3.1 spec](https://www.w3.org/TR/xpath-functions-31/#func-xml-to-json) states that: > The first argument `$input` is a node; the...

bug