Re: DOMImplementation method not found

2006-11-10 Thread jelka . kosir
this to my notes.ini I was getting the same exception (DOMImplementation method not found) Did this not work for you? Bye, Jelka [EMAIL PROTECTED] wrote on 27.10.2006 16:23:09: Jeremias Maerki [EMAIL PROTECTED] wrote on 27.10.2006 15:52:10: No. FOP needs the namespace feature

Re: DOMImplementation method not found

2006-10-27 Thread Chris Bowditch
[EMAIL PROTECTED] wrote: 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

Re: DOMImplementation method not found

2006-10-27 Thread Tobias . Soloschenko
Chris Bowditch [EMAIL PROTECTED] wrote on 27.10.2006 09:39:15: FOP 0.92 works with a DOM when creating a PDF now. I don't see anything wrong with that and I don't see why we should change the internals of FOP just to help solve your classpath problem. There is nothing wrong with the

Re: DOMImplementation method not found

2006-10-27 Thread Jeremias Maerki
On 27.10.2006 15:16:54 Tobias.Soloschenko wrote: Chris Bowditch [EMAIL PROTECTED] wrote on 27.10.2006 09:39:15: FOP 0.92 works with a DOM when creating a PDF now. I don't see anything wrong with that and I don't see why we should change the internals of FOP just to help solve your

Re: DOMImplementation method not found

2006-10-27 Thread Tobias . Soloschenko
Jeremias Maerki [EMAIL PROTECTED] wrote on 27.10.2006 15:52:10: No. FOP needs the namespace feature for the DOM if it wants to support stuff like XMP metadata. So if the DOM implementation in Notes 6.5 doesn't have that feature and can't be replaced you're out of luck. You can try to disable

DOMImplementation method not found

2006-10-26 Thread Tobias . Soloschenko
Hello, 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

Re: DOMImplementation method not found

2006-10-26 Thread J.Pietschmann
[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