SVG in PDF : KEY_AVOID_TILE_PAINTING Exception

2007-01-23 Thread Didier Vandermaesen
Hello, I am writing a servlet which is generating a PDF file upon request. I am trying to include a SVG graphic in the PDF but an exception occurs : Jan 23, 2007 1:40:54 PM org.apache.fop.render.AbstractRenderer renderXML SEVERE: Some XML content will be ignored. Could not render XML

Re: SVG in PDF : KEY_AVOID_TILE_PAINTING Exception

2007-01-23 Thread Adrian Cumiskey
Hi Didier, You could try launching Tomcat with -verbose option on your JVM to make sure that the batik-awt-util.jar is being picked up. I use JDK 1.4.2 for all my development. Maybe your Batik libraries were compiled with a different JDK than FOP and there is some incompatibility. If so

Re: SVG in PDF : KEY_AVOID_TILE_PAINTING Exception

2007-01-23 Thread Didier Vandermaesen
Hi Adrian, Well done, in fact I was loading batik-1.5 instead of the 1.6 as I thought. It was an error I made when compiling the project with ant : the project was not well refreshed and there was an old version remaining in my lib directory. Actually, classes of Batik 1.5 were conflicting with