You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Manfred Riem <mr...@win.tue.nl> on 2000/10/27 13:01:23 UTC

[BUG] Multiple invocations of FOP in Cocoon 1.8 faulty

Hi all,

The FOP integration is faulty (for the moment), because
FOP itself is not reinitializing itself at each invocation.
If you decide to use it beware of this. 

So the only solution here is wait until the FOP people
patched the bug....

Regards,

Manfred Riem
Computer Science Student
Eindhoven University of Technology.

Re: [BUG] Multiple invocations of FOP in Cocoon 1.8 faulty

Posted by Sylvain Wallez <sy...@anyware-tech.com>.
I encountered an effect of this when producing documents containing page
numbers.
The solution was to specify explicitly the first page number :
   <fo:page-sequence initial-page-number="1">

Hope this helps.
-Sylvain

Manfred Riem a écrit :
> 
> Hi all,
> 
> The FOP integration is faulty (for the moment), because
> FOP itself is not reinitializing itself at each invocation.
> If you decide to use it beware of this.
> 
> So the only solution here is wait until the FOP people
> patched the bug....
> 
> Regards,
> 
> Manfred Riem
> Computer Science Student
> Eindhoven University of Technology.