We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Loading eXide 3.0.0 on a stock eXist 5.3.0 system produces a console error when eXide calls this URL:
http://localhost:8080/exist/apps/eXide/modules/deployment.xql?info=__new__1
The error:
<exception> <path>/db/apps/eXide/modules/deployment.xql</path> <message>err:XQST0059 error found while loading module dbutil: failed to load module: 'http://exist-db.org/xquery/dbutil' from: 'http://exist-db.org/xquery/dbutil', location: 'http://exist-db.org/xquery/dbutil'. Source not found. </message> </exception>
The cause is that #309 removed the declared dependency on shared-resources but left a reference to it in deployment.xql and search.xql.
deployment.xql
search.xql
Until this module is released in a standalone package, the shortest path to a solution may be to embed the library module in eXide.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
Loading eXide 3.0.0 on a stock eXist 5.3.0 system produces a console error when eXide calls this URL:
The error:
The cause is that #309 removed the declared dependency on shared-resources but left a reference to it in
deployment.xql
andsearch.xql
.Until this module is released in a standalone package, the shortest path to a solution may be to embed the library module in eXide.
The text was updated successfully, but these errors were encountered: