https://issues.apache.org/bugzilla/show_bug.cgi?id=45171
--- Comment #3 from Andreas L. Delmelle <[EMAIL PROTECTED]> 2008-06-10 09:39:59 PST --- (In reply to comment #2) > I'm running Sun JRE 1.5.0_12. I can try a 1.6 JRE to see if it makes a > difference. > > I tried clearing the image cache, even though I have > fopFactory.setUseCache(false), JIC, but it didn't make a difference. fopFactory.setUseCache() influences only the use of the font-cache. Probably needs a rename... You could also try javax.imageio.ImageIO.setUseCache(false), which effectively bypasses the stream-cache classes that potentially lock the file (if it is the same issue I've been reading about) -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.