Paulo Soares wrote:
It's difficult to say where the problem is. It may be a compilation problem,
you compiled with one iText version and ran with another. It may also be a
problem with the JBoss classloader or some glitch with the JVM. You may try
with the version 1.4.2_02 to see if it still happe
gards,
Paulo Soares
> -Original Message-
> From: Jan Normann Nielsen [SMTP:[EMAIL PROTECTED]
> Sent: Tuesday, September 30, 2003 13:01
> To: [EMAIL PROTECTED]
> Subject: [iText-questions] Strange exception
>
> Hi everybody
>
> I'm using iText-1.00 to g
Hi everybody
I'm using iText-1.00 to generate PDF documentation from a Java 1.4.2_01
application running in a JBoss 3.0.8 application server, but after it
has run for a while, I get this strange exception:
java.lang.IllegalAccessError: tried to access class
com.lowagie.text.pdf.PdfLiteral from
You must set setTotalWidth.
Best Regards,
Paulo Soares
- Original Message -
From: "Marc Lustig" <[EMAIL PROTECTED]>
To: "iText list" <[EMAIL PROTECTED]>
Sent: Monday, July 28, 2003 11:48
Subject: [iText-questions] strange exception regarding table width
Strangely, the method below always generates this Exception:
ExceptionConverter: java.lang.RuntimeException: The table width must be
greater than zero.
I've explicitly set the width. What's wrong?
public void onEndPage(PdfWriter writer, Document doc) {
PdfPTable table = new PdfPTable(2);