Daniel.Rodriguez schrieb:
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)
> [...]
I had a similar problem with xmlbeans 2.2.0 and solved it by adding
these dependencies to my pom.xml:
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>saxon</artifactId>
<version>8.7</version>
</dependency>
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>saxon-dom</artifactId>
<version>8.7</version>
</dependency>
Kind regards
Christian
--
________________________________________________________________________
Christian Kaltepoth mailto:[EMAIL PROTECTED]
----------------------------------------------------------------------
Klute-Thiemann
Informationstechnologie GmbH & Co. KG Tel. +49.231.9742.543
Emil-Figge-Strasse 76-80 Fax. +49.231.9742.544
D-44227 Dortmund http://www.klute-thiemann.de
________________________________________________________________________
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]