Re: JUnit test failure

2004-02-12 Thread Finn Bock
[J.Pietschmann] Hi all, I get a nice Junit failure: Testcase: testFO2PDFWithDOM took 0.23 sec Caused an ERROR loader constraints violated when linking org/w3c/dom/Node class java.lang.LinkageError: loader constraints violated when linking This seems to have something to do mixing Jars form the

Re: JUnit test failure

2004-02-09 Thread J.Pietschmann
Jeremias Maerki wrote: I got another one. Probably a Xerces version problem. No good idea for both problems, I'm afraid. org.w3c.dom.DOMException: NAMESPACE_ERR: An attempt is made to create or change an object in a way which is incorrect with regard to namespaces. at org.apache.xerces.dom

Re: JUnit test failure

2004-02-09 Thread Jeremias Maerki
I got another one. Probably a Xerces version problem. No good idea for both problems, I'm afraid. org.w3c.dom.DOMException: NAMESPACE_ERR: An attempt is made to create or change an object in a way which is incorrect with regard to namespaces. at org.apache.xerces.dom.CoreDocumentImpl.check

Re: JUnit test failure

2004-02-09 Thread Christian Geisert
J.Pietschmann wrote: Hi all, I get a nice Junit failure: Testcase: testFO2PDFWithDOM took 0.23 sec Caused an ERROR [..] This seems to have something to do mixing Jars form the JDK and fop/lib. Does anybody have an idea how this can be avoided? I had a similar problem with JUnit/Log4J some time

JUnit test failure

2004-02-07 Thread J.Pietschmann
Hi all, I get a nice Junit failure: Testcase: testFO2PDFWithDOM took 0.23 sec Caused an ERROR loader constraints violated when linking org/w3c/dom/Node class java.lang.LinkageError: loader constraints violated when linking org/w3c/dom/Node class at org.apache.xalan.transformer.Transformer