> OK, the module is getting loaded, but I still have a problem. > In my module I have: > -------------------------------------- > module namespace repo="xxx.functions.repo";
Assuming that "xxx.functions.repo" is in fact "hypercube.functions.repo", that ought to work properly. I wonder if you are not working with a stale version of your module. Unfortunately, while main queries are reloaded automatically when modified on disk, it is not the case for modules, which are shared. Please try to restart the server (use QizxAdmin and right click on the icon of the server in the "XML Libraries Browser" tab: you should see "Reinit server"). If it works , then you will have to do that each time you modify a module. Sorry for the inconvenience. That could be improved by using the Java file watching service. -- Xavier Franc Qizx design and development -- Qizx Support List [email protected] http://www.xmlmind.com/mailman/listinfo/qizx-support

