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 sin

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 5655] New: - text-decoration cannot take multiple values

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

DO NOT REPLY [Bug 5654] - 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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: Properties documentation

2002-01-02 Thread Peter B. West
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? Peter Keiron Liddle wrote: > Hi Peter, > > Thanks

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?

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 wor

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 i tried with this also but it is not working , it says no protocal "null/home/opt/weblogic610/wlserver6.1/config/mydomain/applications/DefaultWebApp/images/english/global_navbar/db_header.gif" not found. plz help what sho

RE: image protocal in Fop on unix

2002-01-02 Thread Savino, Matt C
This works for me: If you figure out how to use a relative path, PLEASE let me know. -Matt > -Original Message- > From: Maneshi Tuli [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 02, 2002 12:26 PM > To: [EMAIL PROTECTED] > Subject: image protocal in Fop on unix > > > > > h

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 plz help me find out , what is the cause of this thanks ---

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 org.apache.fop