DO NOT REPLY [Bug 30816] - ClassCastException thrown in TableLayoutManager.getNextBreakPoss(LayoutContext)

2004-08-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=30816

ClassCastException thrown in TableLayoutManager.getNextBreakPoss(LayoutContext)

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2004-08-25 19:09 ---
Indeed, the problem is caused by a stray block element as child of a fo:table.
See the block with the leader in the last table, between the table-header and
the table-body.

Simon


DO NOT REPLY [Bug 30816] - ClassCastException thrown in TableLayoutManager.getNextBreakPoss(LayoutContext)

2004-08-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=30816

ClassCastException thrown in TableLayoutManager.getNextBreakPoss(LayoutContext)





--- Additional Comments From [EMAIL PROTECTED]  2004-08-25 02:53 ---
Arthur,

Can you give us a minimal *FO* document, with no XSLT transformations necessary,
that will reproduce this problem?   Use Xalan if need be.

Thanks,
Glen


DO NOT REPLY [Bug 30816] - ClassCastException thrown in TableLayoutManager.getNextBreakPoss(LayoutContext)

2004-08-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=30816

ClassCastException thrown in TableLayoutManager.getNextBreakPoss(LayoutContext)





--- Additional Comments From [EMAIL PROTECTED]  2004-08-25 02:08 ---
Created an attachment (id=12519)
Document causing the problem


DO NOT REPLY [Bug 30816] - ClassCastException thrown in TableLayoutManager.getNextBreakPoss(LayoutContext)

2004-08-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=30816

ClassCastException thrown in TableLayoutManager.getNextBreakPoss(LayoutContext)





--- Additional Comments From [EMAIL PROTECTED]  2004-08-24 19:30 ---
I suspect the problem is caused by a stray block element as child of a fo:table.
The table layout manager is *not* supposed to have child layout managers other
than table body layout managers.


DO NOT REPLY [Bug 30816] - ClassCastException thrown in TableLayoutManager.getNextBreakPoss(LayoutContext)

2004-08-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=30816

ClassCastException thrown in TableLayoutManager.getNextBreakPoss(LayoutContext)





--- Additional Comments From [EMAIL PROTECTED]  2004-08-24 19:09 ---
Arthur,

Thanks for reporting this problem. Can you attach the fo file that generates the
error?

Simon