how to avoid long strings exceeding table cell borders?

2002-03-18 Thread Teemu . Talja
Hi everybody, I am using FOP version 0.20.1 and have had a problem with long strings. When a word is longer than the page is wide, FOP is lending space from adjacent cells which is not wanted. I have tried using attribute hyphenate, but I noticed that hyphenation does not affect information

Re: how to avoid long strings exceeding table cell borders?

2002-03-18 Thread Jeremias Maerki
I am using FOP version 0.20.1 and have had a problem with long strings. When a word is longer than the page is wide, FOP is lending space from adjacent cells which is not wanted. I have tried using attribute hyphenate, but I noticed that hyphenation does not affect information fetched

fop out of memory

2002-03-18 Thread Pierre St-Vincent
Hi everybody ! We are currently using fop to process quite large documents (about 860k) and for the largest of them we get an out of memory error, generating the following message: --- java.lang.OutOfMemoryError no stack trace available

RE: fop out of memory

2002-03-18 Thread Xie, David (IPCG-NJ)
In your classpath create system variable: CATALINA_OPTS Value: -Xms32m -Xmx128m(Xms=min Xmx=max heap size) -Original Message- From: Pierre St-Vincent [mailto:[EMAIL PROTECTED] Sent: Monday, March 18, 2002 1:09 PM To: [EMAIL PROTECTED] Subject: fop out of memory Hi