Hi Pablo,
I installed your two modules in the repository, I started a BaseX server, and I run your query as follows:
basexclient -v -Uadmin -Padmin example.xq
<dummy/> Query "x.xq" executed in 5.87 ms.
Everything works fine.. Could you possibly give me some more information on how to reproduce the deadlock you described?
Christian
Code of test2:
module namespace m = 'http://strasser-family.ch/test2';
declare function m:test() { <dummy/> };
usage code:
import module namespace m = 'http://strasser-family.ch/test'; m:test()
Have a nice evening.
Pablo