Hello everybody, I'm having the following problem with my app :
java.lang.RuntimeException: Trying XBeans path engine... Trying Saxon... FAILED on declare namespace modulo='http://quyne.org/portalhum/noticias/model/xml';/modulo:noticias/noticia/titulo_noticia at org.apache.xmlbeans.impl.store.Path.getCompiledPath(Path.java:123) at org.apache.xmlbeans.impl.store.Path.getCompiledPath(Path.java:89) at org.apache.xmlbeans.impl.store.Cursor._selectPath(Cursor.java:890) at org.apache.xmlbeans.impl.store.Cursor._selectPath(Cursor.java:882) at org.apache.xmlbeans.impl.store.Cursor.selectPath(Cursor.java:2608) at org.quyne.portalhum.noticias.model.impl.NoticiaDAOXMLbeans.darListaNoticias(NoticiaDAOXMLbeans.java:165) at org.quyne.portalhum.noticias.service.impl.EditarNoticiaServiceImpl.darListaNoticias(EditarNoticiaServiceImpl.java:29) at org.quyne.portalhum.noticias.webapp.action.EditarNoticiaAction.mostrarPaginaListaNoticias(EditarNoticiaAction.java:115) at org.quyne.portalhum.noticias.webapp.action.EditarNoticiaAction.executeExtended(EditarNoticiaAction.java:63) at org.quyne.framework.commons.basic.QuyneAction.execute(QuyneAction.java:319) at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236) at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196) at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432) at javax.servlet.http.HttpServlet.service(HttpServlet.java:709) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:447) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:356) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:226) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:621) at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:149) at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:123) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141) at org.mortbay.jetty.Server.handle(Server.java:269) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:430) at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:692) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:617) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:199) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:339) at org.mortbay.jetty.nio.HttpChannelEndPoint.run(HttpChannelEndPoint.java:270) at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475) I already tried to include the Saxon 8.7 library from ibiblio, but so far, nothing have worked. I even tried adding Saxon 8.6.1 as told in the xmlbean site (to our internal mvn repo) but the problem still persists. I'm uploading my pom.xml for those who "speak" maven. Thanks. http://www.nabble.com/file/8224/pom.xml pom.xml -- View this message in context: http://www.nabble.com/Problem-using-xmlbeans-in-a-maven-based-project-tf3696957.html#a10337993 Sent from the Xml Beans - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

