DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32704>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32704

           Summary: java.lang.OutOfMemoryError on auto page-height and using
                    a footer
           Product: Fop
           Version: 1.0dev
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: page-master/layout
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


An <fo:simple-page-master page-height="auto" ... />
Gives an OutOfMemoryError if the 
<fo:region-after ../> is used when converting
to PDF (may not be relevant). Happens in the current CVS version
14-dec-2004 and has been hapening for several months.
The problem is illustrated in the
following sample.
===================================================
<fo:root>
<fo:layout-master-set>
<fo:simple-page-master page-height="auto" master-name="all-pages">
<fo:region-body/>
<fo:region-after region-name="page-footer"/>
</fo:simple-page-master>
</fo:layout-master-set>
<fo:page-sequence master-reference="all-pages">
<fo:static-content flow-name="page-footer">
<fo:block>Hello</fo:block>
</fo:static-content>
<fo:flow flow-name="xsl-region-body">
<fo:block>World</fo:block>
</fo:flow>
</fo:page-sequence>
</fo:root>

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to