Re: getting FOP to work with Java using 0.94

2007-11-02 Thread Michael Tracey Zellmann
Thanks. closing the OutputStream fixed my problem, and your way of getting the xml file is clearly better. I used to get a Fop instance directly from the constructor, but that is deprecated now, in favor of the FopFactory. That was the change I had encountered. On Nov 2, 2007 3:41 AM, Jeremias

Re: getting FOP to work with Java using 0.94

2007-11-02 Thread Jeremias Maerki
FOP's API hasn't changed. I don't remember any change in that area that could trigger this, but I could also be wrong. Anyway, what I'm missing in your code snippet is a try..finally around the code where the OutputStream is closed in the finally section. That omission is most likely the reason