Re: 20x slowdown in PNG processing when switching from JDK 1.6.0_17 to 1.6.0_18

2011-05-04 Thread Ognjen Blagojevic
Hi, To keep issue alive, I reported a bug: https://issues.apache.org/bugzilla/show_bug.cgi?id=51149 Regards, Ognjen On 19.3.2011 12:30, Ognjen Blagojevic wrote: Jeremias, For this particular image, with Java 6u17 I get: [DEBUG] New ImageAdapter created for key:

DO NOT REPLY [Bug 51149] 20x slowdown in PNG processing when switching from JDK 1.6.0_17 to 1.6.0_18

2011-05-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51149 Ognjen Blagojevic ognjen.d.blagoje...@gmail.com changed: What|Removed |Added OS/Version|Windows XP

DO NOT REPLY [Bug 51150] New: Add DecimalFormatCache.clean() method to prevent memory leak with Tomcat

2011-05-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51150 Bug #: 51150 Summary: Add DecimalFormatCache.clean() method to prevent memory leak with Tomcat Product: Fop Version: 1.0 Platform: PC OS/Version: Linux

Re: 20x slowdown in PNG processing when switching from JDK 1.6.0_17 to 1.6.0_18

2011-05-04 Thread Peter B. West
I suppose you have JAI installed in both 6u17 and 6u18/24? Peter West Why do you seek the living among the dead? He is not here, but is risen. On 04/05/2011, at 8:17 PM, Ognjen Blagojevic wrote: Hi, To keep issue alive, I reported a bug:

Re: 20x slowdown in PNG processing when switching from JDK 1.6.0_17 to 1.6.0_18

2011-05-04 Thread Ognjen Blagojevic
Hi Peter, I didn't install anything other than regular JDK for Linux. Do you mean JAI library or JAI Image I/O tools? They are both mentioned in FOP docs [1], but from what I understand neither is necessary for PNG image manipulation: (BMP, TIFF) Requires the presence of JAI Image I/O Tools

Re: 20x slowdown in PNG processing when switching from JDK 1.6.0_17 to 1.6.0_18

2011-05-04 Thread Peter B. West
Ognjen, You may well have it, depending on where you got your Java installation. I see you're on windows, so it's probably already included. With linux, I used to have to install it myself, but I've been using OS X for a while now, so I don't know about either Windows or linux any more. The

not letting me put xsl:tempate inside fo:root

2011-05-04 Thread Brian
Are we not allowed to put xsl:template inside fo:root? I am trying to and getting error xsl:template is not allowed in this position in the stylesheet. Outside fo:root it works fine, but this doesn't help me in this particular scenerio.

Re: not letting me put xsl:tempate inside fo:root

2011-05-04 Thread J.Pietschmann
On 04.05.2011 20:15, Brian wrote: Are we not allowed to put xsl:template inside fo:root? No. According to the XSLT spec, xsl:template must be an immediate child of xsl:stylesheet, see http://www.w3.org/TR/2007/REC-xslt20-20070123/#element-stylesheet and other parts of the spec. Outside

FormattingObjectsForIndexing - intermediate format or extension?

2011-05-04 Thread Giuseppe Briotti
Hi all, I'm really interested on merge-pages-across-index-key-references / merge-sequential-page-numbers / merge-ranges-across-index-key-references. As per http://wiki.apache.org/xmlgraphics-fop/FormattingObjectsForIndexingit seems that they are: 1) Rather straightforward properties to implement