-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Steps to Reproduce:
- Set up a ML instance on a remote server
- Use the following run configuration:


- Add the following to a local xquery file (this will be the active editor file):
xquery version "1.0-ml";
import module namespace admin = "http://marklogic.com/xdmp/admin"
at "/MarkLogic/admin.xqy";
import module namespace json="http://marklogic.com/xdmp/json" at "/MarkLogic/json/json.xqy";
import module namespace pase_utilities="pase_utilities" at "pase-utilities.xq";
Any ideas what I might be doing incorrectly? I looked over your guide for adding modules, but still having issues (https://rhdunn.github.io/xquery-intellij-plugin/tutorials/module-paths.html)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels


