Re: Property Cache: Null Pointer Exception

2007-11-15 Thread Jeremias Maerki
Sounds pretty good. About the potential issue you described: Writing unit tests for the class can help you a long way catching potential problems early. Might actually be worth it considering such a critical components in the FO tree area. Just a thought. Jeremias Maerki On 15.11.2007 01:18:32

DO NOT REPLY [Bug 43143] - [PATCH] ExpertEncoding and ExpertSubsetEncoding not detected for Type 1 fonts

2007-11-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=43143. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.

Re: Property Cache: Null Pointer Exception

2007-11-15 Thread Chris Bowditch
Jeremias Maerki wrote: The attached patch should fix the memory leak Chris described (in one of my runs the number of CacheEntry instances after a full GC went down from 10575 (169KB, before the change) to 386 (6KB, after the change). I've run various documents through the multi-threading

Re: Property Cache: Null Pointer Exception

2007-11-15 Thread Andreas L Delmelle
On Nov 15, 2007, at 16:30, Chris Bowditch wrote: What I see as a possible issue though, is that there is a theoretical limit to rehash() having any effect whatsoever. If the cache grows to 64 buckets, then the maximum number of segments that exceed the threshold can never be greater

FOP Enhancements

2007-11-15 Thread mckacl
Hello, I have taken responsibility for the FOP implementation at my company. Unfortunately, in the past the framework was directly customized for our product requirements. We are upgrading to the current versin of FOP, and going forward we will not directly customize the framework and hope to

Upgrade from FOP 0.20.5 to 0.94 text-align xsl used to convert the HTML to PDF

2007-11-15 Thread KarenT
The documentation seems to indicate that text-align=right, left, center' works, but I am getting the following error: Nov 15, 2007 12:32:35 PM org.apache.fop.fo.PropertyList would the following be a problem? fo:block text-align={q1/@align} Are variables a problem ? -- View this message

Re: Property Cache: Null Pointer Exception

2007-11-15 Thread Chris Bowditch
Andreas L Delmelle wrote: On Nov 14, 2007, at 21:38, Jeremias Maerki wrote: Hi Jeremias, Chris, jm-PropertyCache-MemLeak.diff.txt My proposal, incorporating the changes in Jeremias' diff, below. Thanks for the diff. Unfortunately I have been unsuccessful in applying it after several

Re: Upgrade from FOP 0.20.5 to 0.94 text-align xsl used to convert the HTML to PDF

2007-11-15 Thread Andreas L Delmelle
On Nov 15, 2007, at 20:18, KarenT wrote: Hi Please direct such questions to fop-users@ in the future. Thanks! The documentation seems to indicate that text-align=right, left, center' works, but I am getting the following error: Nov 15, 2007 12:32:35 PM org.apache.fop.fo.PropertyList I'm

Re: Property Cache: Null Pointer Exception

2007-11-15 Thread Andreas L Delmelle
On Nov 15, 2007, at 16:30, Chris Bowditch wrote: Thanks for the diff. Unfortunately I have been unsuccessful in applying it after several attempts. First I tried using Tortoise SVN client, then I downloaded GNUWin32 Patch and that fails to apply all but hunk 7. I also asked a colleague