"J.Pietschmann" <[EMAIL PROTECTED]> wrote on 26.10.2006 21:12:31:

Yes the Problem is that notes 6.5 uses an older version of org.w3c.dom,
the methods used in the new version changed! In FOP 0.92
package org.apache.fop.pdf in the class PDFMetadata there are dom methods used
with namespace to create a dom document. Is there any way to use
it like in 0.20.5 - There I got no problems with the dom.

I can't change the classpath so that fop uses the dom out
of my java-agent.


> [EMAIL PROTECTED] wrote:
> ...
> > when I try to export a pdf im receiving the error message:
> >
> > java.lang.NoSuchMethodError: org.w3c.dom.DOMImplementation: method
> > createDocument(Ljava/lang/String;Ljava/lang/String;
> Lorg/w3c/dom/DocumentType;)Lorg/w3c/dom/Document;
> > not found
> ...
> >         at lotus.domino.NotesThread.run(NotesThread.java:218)
> >
> > I looked in my packages, the class is in the xml-apis.jar and it contains
> > that class with that method ...
> > What could that be?!
>
> The most likely reason is that there is another class without this
> method in the CLASSPATH before xml-apis.jar. Sorry, you'll have
> to ask someone familar with Lotus Domino in order to resolve this.
>
> J.Pietschmann
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>

Reply via email to