It works!
I'm sorry my error was related to basex and basex-api compilation. I had a hard time finding a commit that didn't failed on compilation for both projects. Because checkouting the tag 7.2.1 for both did not work.
Thanks.
On Fri, May 18, 2012 at 2:14 PM, Christian Grün christian.gruen@gmail.com wrote:
In the Hello World example (restxq.xqm), would it be possible to split the file in two with half of the requests mappings be in one file in the other half in the other file.
That's absolutely no problem; you may distribute your functions in as many xqm files as you want, as long as they are all in the http root directory (in future, if that's requested often enough, we may also parse sub-directories).
HTTP/1.1 500 Could not initialize class org.basex.http.restxq.RestXqResponse Could not initialize class
I'm not sure how you did this. Could you build an sscce (self-contained example)? Christian