RE: Running FOP on ColdFusion MX

2003-10-11 Thread Glen Mazza
--- "Gonzalez, Mark A" <[EMAIL PROTECTED]> wrote: > > As far as the fop-1.0DevDR1, when I get chance, I > will give it a try. > Don't bother. It's not ready at this time. Glen __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopp

RE: Running FOP on ColdFusion MX

2003-10-10 Thread Gonzalez, Mark A
chance, I will give it a try. Thanks again. Mark -Original Message- From: Clay Leeds [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 2:17 PM To: [EMAIL PROTECTED] Subject: Re: Running FOP on ColdFusion MX Gonzalez, Mark A wrote: > A little background info on some other things

Re: Running FOP on ColdFusion MX

2003-10-10 Thread Clay Leeds
Gonzalez, Mark A wrote: A little background info on some other things we tried which might prove useful to others. Thanks! I was hoping for something like this for future trolls^H^H^H^H^H^H...erm...followers of this post! (:-p) As mentioned in the original posting, command line worked and when we

RE: Running FOP on ColdFusion MX

2003-10-10 Thread Gonzalez, Mark A
. Hope this helps. Thanks to all for your quick responses. Mark -Original Message- From: Chris Bowditch [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 6:28 AM To: [EMAIL PROTECTED] Subject: RE: Running FOP on ColdFusion MX >From: Glen Mazza <[EMAIL PROTECTED]>

Re: Running FOP on ColdFusion MX

2003-10-10 Thread Christian Geisert
Chris Bowditch schrieb: Glen, Mark says in his original post that it does work fine from command line. I agree that the Error about failed element mapping is masking the true cause of the problem. Since the failure occurs when adding the SVGElement, then a good guess at the true cause is Batik.j

RE: Running FOP on ColdFusion MX

2003-10-10 Thread Chris Bowditch
From: Glen Mazza <[EMAIL PROTECTED]> Mark, Let's do a little bit more detective work on your side. Let's see if the issue is the Batik/SVG libraries (which, along with several other libraries, are very closely intertwined with FOP, regardless of whether or not you use them) or with the ColdFusion.

Re: Running FOP on ColdFusion MX

2003-10-10 Thread Derrick Shoemake
en if we are not using SVG, it will still try to use the SVGElementMapping? Thanks Mark -Original Message- From: Glen Mazza [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 4:17 PM To: [EMAIL PROTECTED] Subject: RE: Running FOP on ColdFusion MX I'm not sure. This code is always r

RE: Running FOP on ColdFusion MX

2003-10-09 Thread Glen Mazza
--Original Message- > From: Glen Mazza [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 09, 2003 4:17 PM > To: [EMAIL PROTECTED] > Subject: RE: Running FOP on ColdFusion MX > > > I'm not sure. This code is always run whenever FOP > is activated, at > Drive

Re: Running FOP on ColdFusion MX

2003-10-09 Thread J.Pietschmann
Clay Leeds wrote: Forgive my naivete, but since Batik *requires* AWT (and hence can't run headless unless w/ Java SDK 1.4+), wouldn't it be better not to load Batik unless SVG is being processed? Nobody bothered to arrange it this way in the maintenance code. It wouldn't be too hard, just delay i

Re: Running FOP on ColdFusion MX

2003-10-09 Thread Clay Leeds
lez, Mark A wrote: Can you please explain further what you mean by headless environment? Thanks Mark -Original Message- From: Clay Leeds [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 5:34 PM To: [EMAIL PROTECTED] Subject: Re: Running FOP on ColdFusion MX Forgive my naivete, but si

Re: Running FOP on ColdFusion MX

2003-10-09 Thread J.Pietschmann
Gonzalez, Mark A wrote: Can you please explain further what you mean by headless environment? A machine which doesn't run a graphical environment. Usually a server with a text console or network login only. J.Pietschmann - To unsu

RE: Running FOP on ColdFusion MX

2003-10-09 Thread Gonzalez, Mark A
Can you please explain further what you mean by headless environment? Thanks Mark -Original Message- From: Clay Leeds [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 5:34 PM To: [EMAIL PROTECTED] Subject: Re: Running FOP on ColdFusion MX Forgive my naivete, but since Batik

Re: Running FOP on ColdFusion MX

2003-10-09 Thread Clay Leeds
Forgive my naivete, but since Batik *requires* AWT (and hence can't run headless unless w/ Java SDK 1.4+), wouldn't it be better not to load Batik unless SVG is being processed? Is SVG so heavily used by FOP (even if there are no SVG dependencies) that FOP cannot run without it? Web Maestro Cla

RE: Running FOP on ColdFusion MX

2003-10-09 Thread Glen Mazza
SVG is heavily used, and the processing cost to pre-load SVG mapping elements is relatively small. Glen --- "Andreas L. Delmelle" <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Gonzalez, Mark A > [mailto:[EMAIL PROTECTED] > > > > Even if we are not using SVG, it will still t

RE: Running FOP on ColdFusion MX

2003-10-09 Thread Andreas L. Delmelle
> -Original Message- > From: Gonzalez, Mark A [mailto:[EMAIL PROTECTED] > > Even if we are not using SVG, it will still try to use the > SVGElementMapping? > Yup! SVGElementMapping is amongst the defaults being set up. Don't really know why... Anyone? Greetz, Andreas ---

RE: Running FOP on ColdFusion MX

2003-10-09 Thread Gonzalez, Mark A
PROTECTED] Sent: Thursday, October 09, 2003 4:17 PM To: [EMAIL PROTECTED] Subject: RE: Running FOP on ColdFusion MX I'm not sure. This code is always run whenever FOP is activated, at Driver initialization, and I can't find others having this issue in the user archives. The code in q

RE: Running FOP on ColdFusion MX

2003-10-09 Thread Glen Mazza
> Mark > > -Original Message- > From: Glen Mazza [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 09, 2003 3:48 PM > To: [EMAIL PROTECTED] > Subject: Re: Running FOP on ColdFusion MX > > > What version of FOP are you running? > > --- "Gon

RE: Running FOP on ColdFusion MX

2003-10-09 Thread Gonzalez, Mark A
FOP version 0.20.5 Mark -Original Message- From: Glen Mazza [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 3:48 PM To: [EMAIL PROTECTED] Subject: Re: Running FOP on ColdFusion MX What version of FOP are you running? --- "Gonzalez, Mark A" <[EMAIL PROTECTED]

Re: Running FOP on ColdFusion MX

2003-10-09 Thread Glen Mazza
What version of FOP are you running? --- "Gonzalez, Mark A" <[EMAIL PROTECTED]> wrote: > Hi, > > I am running into an interesting problem when trying > to run FOP on Cold > Fusion MX for J2EE server. The current configuration > is WebSphere 5.0, > running CFMX for J2EE. > When we try to execute

Running FOP on ColdFusion MX

2003-10-09 Thread Gonzalez, Mark A
Hi, I am running into an interesting problem when trying to run FOP on Cold Fusion MX for J2EE server. The current configuration is WebSphere 5.0, running CFMX for J2EE. When we try to execute the servlet from the coldfusion page (using the java object commands) the process starts running but t