Re: weblogic and fop

2002-01-02 Thread James Richardson
OK, the problem is that weblogic contains in its classpath some XML parser stuff. (Off topic, but why anybody ever decided that using a single static method to get an XML parser (which one you get only controlled by the classpath is totally beyond me. It might work fine in some cases, but

DO NOT REPLY [Bug 5654] New: - PS rendering doesn't seem to support landscape pages

2002-01-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5654. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Properties documentation

2002-01-02 Thread Keiron Liddle
On 2002.01.02 15:10 Peter B. West wrote: Keiron, Thanks for clueing me up on the documentation. I strongly accept you recommendation, and I will gladly use it in future. Btw, the heading graphics from the the design documents seem to have been screwed up. Have you noticed this? Yes,

Problem running version .20.1

2002-01-02 Thread Betty Harvey
I have just installed version .20.1 of FOP and am receiving the following error when I run it using file parameters. Exception in thread main java.lang.NoClassDefFoundError: org/apache/fop/apps/Fop Anyone have any ideas? Thanks. Betty

Re: Problem running version .20.1

2002-01-02 Thread Claus Nielsen
Hello Betty. You need to put all the .jar files from the FOP to your classpath Betty Harvey

RE: weblogic and fop

2002-01-02 Thread Savino, Matt C
Here is the servlet we use to generate PDF and HTML from XML which is stored in the user's session on Weblogic 6.1. There is some extra stuff in it, but you should be able to filter the relevant parts. It also has a partial fix to the IE-pre-5.0 servlet called twice or three times problem. I'm

Re: Problem running version .20.1

2002-01-02 Thread Betty Harvey
Thanks! You solved my problem, I was using the fop.bat file but calling it from another disk drive so it was looking in the wrong directory for the jar's. Betty On Wed, 2 Jan 2002, Claus Nielsen wrote: Hello Betty. You need to put all the .jar files from the FOP to your classpath

DO NOT REPLY [Bug 5591] - FOP returns an OutOfMemoryError

2002-01-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5591. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 5591] - FOP returns an OutOfMemoryError

2002-01-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5591. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

image protocal in Fop on unix

2002-01-02 Thread Maneshi Tuli
hi , I want to give the image path on unix machine i give like this fo:external-graphic src =file:/home/opt/weblogic610/wlserver6.1/config/mydomain/applications/DefaultWebApp/images/english/global_navbar/db_header.gif / i tried with this also fo:external-graphic src

RE: image protocal in Fop on unix

2002-01-02 Thread Savino, Matt C
This works for me: fo:external-graphic src=file:///usr/local/weblogic/config/isappdev/applications/RVWebApp1/WEB-I NF/lib/ClinTrialLogoGreenBig.gif / If you figure out how to use a relative path, PLEASE let me know. -Matt -Original Message- From: Maneshi Tuli [mailto:[EMAIL

RE: image protocal in Fop on unix

2002-01-02 Thread Maneshi Tuli
I am giving in the same way but it gives error on relative URL : no protocol: null/home/opt/weblogic610/wlserver6.1/config/mydomain/applications/DefaultWebApp/images/english/global_navbar/db_header.gif my syntex is fo:external-graphic src

RE: image protocal in Fop on unix

2002-01-02 Thread Savino, Matt C
If you have the path or filename wrong (including case), it will still give the same error. Try pasting your full path into a Unix cp command to make sure you have no typos. Other than that, I don't know. Here is the driver setup I use: org.apache.fop.apps.Driver driver = new