Nico Verwer
Nico Verwer
When I change the call to `super` in `org.exist.xquery.JavaCall` into: ``` super(context, new FunctionSignature(qname)); ``` I can lookup the `gc` function, and it does perform a garbage collection when I...
Hello @line-o , Since the information about ambiguities is primarily interesting for developers, I would indeed want to see the specificity and priority of the matching routes. So how about...
@reinhapa I think that I rebased correctly. But I have to admit that I have become a bit lost in all the branches that seem relevant.
@line-o I am not sure if this is a duplicate of #3553, although it is probably related. In the meantime, I found another related bug, which has been driving me...
This issue is driving me crazy. Is there a way to actually remove a package, other than erasing the whole database and rebuilding it? Even a complicated manual procedure would...
Dear Brian and Eliotte, Thank you both for making this an issue. I posted the message that you are referring to. I am busy trying to migrate my project from...
Here is what I did to migrate my multi-service (multi-module) project: - Forget about the EAR project. It is no longer needed for the Cloud Tools for Eclipse. - Migrate...
@briandealwis Thank you for your response. It is indeed easier to run one server with all three services. It is easy to _get_ the _localhost:port_; I only have to look...
If I 'solidify' the `result` after evaluating an expression, using result = BufferedNodeIterator.Preload(result as XPath2NodeIterator); the test seems to work. The problem is, that before making the result into a...
I remote-debugged eXist, and ran the script ``` let $input as xs:string := () let $output as xs:string := $input return $output ``` In `org.exist.xquery.LetExpr::eval`, with a breakpoint on line...