Hello, sorry for cross posting but i didn't get an answer on the exist ml.
i'm trying to integrate exist in my cocoon 2.2 webapp and i have a problem with the exist webapp itself, and more specificaly with the xqueries and the XQueryGenerator. I can access the data with the xmldb: pseudo protocol so part of the configuration is fine, but when i try to exec any .xql trough the XQueryGenerator, i get the following error [1] I think that the elements are in a response namespace and that this namespace is somehow not declared, but i can't understand were the declaration is in the exist webapp, and why it's not working with cocoon 2.2 . Any help would be very appreciated; Marc [1] XPST0081: No namespace defined for prefix responseClass Name Method NameFile NameLineorg.exist.dom.QName parseQName.java262org.exist.xquery.XQueryContext declareVariableXQueryContext.java976org.exist.xmldb.LocalXPathQueryService setupContextLocalXPathQueryService.java267 org.exist.xmldb.LocalXPathQueryServiceexecuteLocalXPathQueryService.java180 org.exist.http.servlets.XQueryServletprocessXQueryServlet.java 316 org.exist.http.servlets.XQueryServletdoGetXQueryServlet.java 165 javax.servlet.http.HttpServletservice HttpServlet.java740 javax.servlet.http.HttpServletservice HttpServlet.java853 org.mortbay.jetty.servlet.ServletHolderhandle ServletHolder.java358 org.mortbay.jetty.servlet.WebApplicationHandler dispatch WebApplicationHandler.java294org.mortbay.jetty.servlet.ServletHandler handle ServletHandler.java567org.mortbay.http.HttpContext handleHttpContext.java 1807org.mortbay.jetty.servlet.WebApplicationContext handle WebApplicationContext.java525 org.mortbay.http.HttpContexthandle HttpContext.java1757 org.mortbay.http.HttpServerserviceHttpServer.java879 org.mortbay.http.HttpConnectionserviceHttpConnection.java 789 org.mortbay.http.HttpConnectionhandleNextHttpConnection.java 960 org.mortbay.http.HttpConnectionhandleHttpConnection.java 806 org.mortbay.http.SocketListenerhandleConnection SocketListener.java218 org.mortbay.util.ThreadedServerhandle ThreadedServer.java
