Can anyone else confirm this behaviour? Running the following example on
CF8.01 (patched to latest levels):

<cfdocument format="pdf">
    <cfdocumentitem type="footer"><p>The Footer</p></cfdocumentitem>
<p>p1</p>
    <cfdocumentitem type="pagebreak" />
    <p>p2</p>
</cfdocument>

Leads to a long running request, the stack trace for which shows the
following under FusionReactor:

State: TIMED_WAITING


"jrpp-2644" prio=5 in Object.wait()

java.lang.Object.wait(Object.java:???)[Native Method]
- waiting on <0x726c2b> (a java.lang.Object)
com.icesoft.util.PageDecorator.HeaderFooterDecoration.paint(HeaderFooterDecoration.java:118)
ice.pilots.html4.ThePrinter.printPage(ThePrinter.java:187)
coldfusion.document.DocumentSection.print(DocumentSection.java:144)
coldfusion.document.DocumentExporter.export(DocumentExporter.java:149)
coldfusion.document.DocumentExporter.export(DocumentExporter.java:38)
coldfusion.document.DocumentFrame.exportContent(DocumentFrame.java:162)
coldfusion.document.DocumentProcessor.processContent(DocumentProcessor.java:276)
coldfusion.document.DocumentProcessor.processContent(DocumentProcessor.java:163)
coldfusion.tagext.lang.DocumentTag.processContent(DocumentTag.java:1479)
coldfusion.tagext.lang.DocumentTag.access$000(DocumentTag.java:99)
coldfusion.tagext.lang.DocumentTag$3.run(DocumentTag.java:1390)
java.security.AccessController.doPrivileged(AccessController.java:???)[Native
Method]
coldfusion.tagext.lang.DocumentTag._processContent(DocumentTag.java:1386)
coldfusion.tagext.lang.DocumentTag.doAfterBody(DocumentTag.java:1340)


Take out the footer:

<cfdocument format="pdf">
<p>p1</p>
    <cfdocumentitem type="pagebreak" />
    <p>p2</p>
</cfdocument>

and the request finishes immediately.

I can't find any hotfixes or technotes covering this issue. Has anyone else
seen the same thing?

mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314124
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to