AW: AW: FOP in cocoon

2002-10-22 Thread Przybilla, Frank
Hi J. Pietschmann,

you were definitely right with the fo:leader. There was actually
a wrong fo:leader element. But that was not the case for the infinite loop
in cocoon. Now I have the following debug message:

2002-10-22 11:44:11 DEBUG   (2002-10-22) 11:44.11:762   [fop ]
(/cocoon/JAVA.Report_Screen_PDF) HttpProcessor[9080][3]/MessageHandler: area
contents overflows area (thousands of entries in the tomcat log file)

The xml from which the output should be generated has only a few rows, but
fop is running in this loop.

What I don't understand is the fact that whole thing works using the same
fop.jar with the same xalan-, and xerces-version outside of cocoon. 

What can I do.

Thank you and best regards 

Frank




-Ursprungliche Nachricht-
Von: J.Pietschmann [mailto:j3322ptm@;yahoo.de]
Gesendet: Montag, 21. Oktober 2002 22:50
An: [EMAIL PROTECTED]
Betreff: Re: AW: FOP in cocoon


Przybilla, Frank wrote:
 > As you can see I don't work with leaders (maybe defaults are the
problem?).

The error message
 >>[ERROR] Leader doesn't fit into line, it will be clipped to fit.
is produced by a fo:leader. There is no such element in your code.
If you don't have such an element somewhere else, it's a "can't
happen": check whether you are actually using the files you think
you are using. Recompiling everything from scratch and (re)installing
the most recent JVM for your version might help too.

J.Pietschmann



-
Please check that your question  has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

-
Please check that your question  has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




Re: AW: FOP in cocoon

2002-10-21 Thread J.Pietschmann
Przybilla, Frank wrote:
> As you can see I don't work with leaders (maybe defaults are the problem?).

The error message
>>[ERROR] Leader doesn't fit into line, it will be clipped to fit.
is produced by a fo:leader. There is no such element in your code.
If you don't have such an element somewhere else, it's a "can't
happen": check whether you are actually using the files you think
you are using. Recompiling everything from scratch and (re)installing
the most recent JVM for your version might help too.

J.Pietschmann



-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




AW: FOP in cocoon

2002-10-21 Thread Przybilla, Frank
Hi J. Pietschmann,

here is the relevant  part of the xsl code for generating the table: