Re: FOP in a multithreading environment

2002-04-02 Thread Jeremias Maerki
A few problems have been resolved since then, but some still persist. A known problem is NPE's within image loading code. See: http://marc.theaimsgroup.com/?l=fop-dev&m=101496883317389&w=2 > I am running FOP in a SOAP context. I have started to stress test my code. > As soon as I enable a second

help to get started on WebSphere 3.5

2002-04-02 Thread John . Y . Cherny
I have to generate PDF letters files. To do that I have decided to use FOP files as letter templates supplying variables(name, address...) via XML. It is going to be a batch job, running "main" method developing with Visual Age, WebSphere 3.5. Is anyone has examples? Most importantly, I have no id

FOP in a multithreading environment

2002-04-02 Thread David B. Bitton
I am running FOP in a SOAP context. I have started to stress test my code. As soon as I enable a second thread hitting my SOAP server, FOP fails. I noticed rumbling in the mailing back around ver. 0.18.1 about thread safety. Is there something I should do, or is this still a bug in the code? --

Re: Keep two table rows together

2002-04-02 Thread J.Pietschmann
David B. Bitton wrote: > I have a table with data that is "grouped" every two rows. The first row > has data in cells, and the second row is a span, and it has additional info. > How can I stop a page break between the two rows? Have you already tried to set keep-with-next="always" on the first

Re: why doesn't fop take relative path for external graphic

2002-04-02 Thread J.Pietschmann
Katiyar, Bhawana wrote: > Hi! I am trying to include an image using external-graphic element. It doesn't seem >to take relative path. > I don't want to specify the absolute path. The src attribute of the fo:external-graphics element takes an URI as a value. Relative URIs are resolved against the

Patch: build process

2002-04-02 Thread Andriy Palamarchuk
Changelog: Changed shell scripts to work under cygwin, fixed library names. Andriy Palamarchuk build.diff Description: Binary data - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTE

Support for UNC names in org.apache.fop.app.InputHandler

2002-04-02 Thread APSERRANO
Hi, I've slightly modified org.apache.fop.app.InputHandler.fileInputSource so that it works with UNC names under Windows, such as "//host/resource/file". The problem is caused by the use of java.net.URL. Consider this example: new java.net.URL("file", null, "//host/resource/file").toString()

RE: Participating in development

2002-04-02 Thread Vaidya, Raghavendra (CORP, GEITC)
Hi Keiron, I would like to do some bug fixing, feature enhancements for FOP. Could you tell me how to get the code and setup the build Thanks and Regards Vaidya -Original Message- From: Keiron Liddle [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002 5:41 PM To: [EMAIL PROTECTED] Su

Re: font-family and font names list

2002-04-02 Thread Peter B. West
Joerg, I share your opinion about the detrimental effects of CSS on the spec, or rather, as Chris points out, of the manner in which CSS compatibility was introduced "font-family" is especially nasty, not only because it can have a comma-separated list of (family-name|generic-family) items,

Re: Participating in development

2002-04-02 Thread alex
> >On 2002.04.02 04:10 "Vaidya, Raghavendra (CORP, GEITC)" wrote: >>Hi Guys, >>I want to participate in development of FOP >>could you guys tell me how do I go about? >>regards >>Vaidya One really useful way you can help is by doing some more XSL-FO examples which work with FOP. Ideally they s

Re: Participating in development

2002-04-02 Thread Keiron Liddle
Hi Vaidya, Anyone is free to participate in the development. The usual way is to get a copy of current cvs and write your code (or anything else such as documentation, examples) then submit a patch to the list. The patch will be looked at and if appropriate it will be applied to cvs. The det

cvs commit: xml-fop/src/org/apache/fop/render AbstractRenderer.java

2002-04-02 Thread keiron
keiron 02/04/02 03:50:58 Modified:src/org/apache/fop/area/inline InlineArea.java src/org/apache/fop/fo FObjMixed.java TextInfo.java src/org/apache/fop/fo/flow Block.java InstreamForeignObject.java src/org/apache/fop/l