Hi, I encountered this behaviour when I used a JDK 1.3 plus tomcat 4.1 Since I have upgraded my platform to JDK 5 and tomcat 5.5, this error did not occur.
Upgrading JDK gives another advantage: rendering speed (approx X2) ;) Pascal SANCHO > -----Message d'origine----- > De : Bielik, Robert [mailto:[EMAIL PROTECTED] > > JDK 1.3.1/FOP 0.20.5 > > I have an application where I transform an XML into a XSL-FO > for rendering with the FOP AWT renderer. A standalone app > doing this works perfectly. However, when I want to embed my > app into my main application, it doesn't work. > > As soon as I exclude the embedded SVG parts, it works again. > > I suspect it is a version problem with different XML parsers, > since my main app uses xerces too (but not the same version > as FOP 0.20.5 uses). > > One of the errors I've gotten is: > "java.lang.NoSuchMethodError: > org.apache.batik.dom.AbstractAttr: method isReadonly()Z not found" > > Other variants are NullPointerExceptions. > > Everything seems to relate to Batik/XML but I can't get it to work. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
