Bonjour Jérôme,
I am having trouble to replicate the issue. I just tried the inspect:functions() call from an xqm module and I am having no trouble seeing the functions from another XQuery module. Did you import the module? Could you maybe send a SSCCE (http://sscce.org/), so that we can easily see the problem ourself?
Cheers Dirk
On 07/09/2015 03:46 PM, Jérôme Chauveau wrote:
Hi,
i'd like to execute a function (which I wrote in an .xqm module) with an fn:function-lookup call.
This function has no %rest:path annotation and seems to be unavailable from the current context function list (I inpected it with an inspect:context//function call).
Is there a way to "force" its loading?
I am currently working with the last BaseX8.2.2 war version.
Thanks.
Regards,
Jérôme