Hi Christian :-)
The prior version we were using was 9.3.2 and everything worked fine.
Now with 9.7.2 I get this error :
Stopped at /path/to/basex/webapp/synopsx/workspace/bvm/models/mixed.xqm, 38/55: [XQST0059] Could not retrieve module: /path/to/basex/webapp/synopsx/models/synopsx.xqm.
although nothing changed in our webapp.
Thanks a lot, and all the best :-)
Maud
Hi Maud,
The prior version we were using was 9.3.2 and everything worked fine.
Now with 9.7.2 I get this error :
Stopped at /path/to/basex/webapp/synopsx/workspace/bvm/models/mixed.xqm, 38/55: [XQST0059] Could not retrieve module: /path/to/basex/webapp/synopsx/models/synopsx.xqm.
I believe I remember that we have checked multiple locations for libraries modules in the past, and that we have made the import more strict to avoid ambiguities. Thus, it could be that some import paths need to be slightly rewritten.
Could you possibly share the lines of code with us (in particular, line 38 from “mixed.xqm”) that triggers this error? Where is “synopsx.xqm” supposed to be located? If both modules are in the same directory, it should suffice to supply the file name:
import module ... = '...' at 'synopsx.xqm';
Feel free to send me a copy of your project in private.
Cordialement ! Christian
basex-talk@mailman.uni-konstanz.de