Hi Jeremias, On 15.01.2007 16:57, Jeremias Maerki wrote: > Looks like a regression we didn't catch. Please give us a minimal FO > file (not XSLT!) so we can reproduce. Thanks.
Hmmm...I would really like to provide you some examples, but I couldn't figure out *what* exactly causes the crashes, yet. I'm using quite large XSL-files to transform XML into PDF. The XML is generated dynamically, and with some XML the generation crashes, and with other XML it just works like a charm. The XML is always of the same structure, which makes it even weirder to me... Cheers, Michael > > On 15.01.2007 16:13:17 Michael Bruns wrote: >> Hi all, >> >> after updating to FOP 0.93 (from 0.92) some calls of >> javax.xml.transform.Transformer.transform() cause the following exception: >> >> ************* >> >> java.lang.IndexOutOfBoundsException: Index: 5, Size: 5 >> at java.util.ArrayList.RangeCheck(ArrayList.java:546) >> at java.util.ArrayList.get(ArrayList.java:321) >> at >> org.apache.fop.layoutmgr.table.ColumnSetup.getXOffset(ColumnSetup.java:224) >> at >> org.apache.fop.layoutmgr.table.TableContentLayoutManager.getXOffsetOfGridUnit(TableContentLayoutManager.java:603) > <snip/> >> [...] >> >> ************* >> >> I didn't change the XML or XSL I use at all, and so far I could not >> really find out in which cases the exception occurs and in which it >> doesn't. So I am not sure if it's my mistake (which I don't see...) or >> if this is caused by a bug in FOP. >> >> Any help is highly appreciated :-) Thanks! >> >> Cheers, >> >> Michael >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] > > > > Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
