Hi Tom,

in the meantime, I resolved the issue w/o additional info. FOP is simply
requiring xalan1compat.jar. Anyway, the exception was not thrown from within
my code (which was in a try-catch block as you suggested).


    Sven....

----- Original Message -----
From: "Schuring, Tom" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 29, 2002 11:43 PM
Subject: RE: InvocationTargetException


hi sven,

this might be a completely simplistic suggestion but how about putting a

try
{
}
catch(Exception e)
{
e.printStackTrace();
}
around where you get the InvocationTargetException ?

best regards,
tom
-----Original Message-----
From: Sven Kuenzler [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 29, 2002 9:30 PM
To: [EMAIL PROTECTED]
Subject: InvocationTargetException


I am developing an application with Axis beta 1 on Tomcat 4.0.3.
When trying to integrate FOP, I get an InvocationTargetException.
Unfortunatley, I do not get a stack trace.
How can I get a more verbose ouput from Axis?
Does anybody happen to know the FOP problem? I put fop.jar,
avalon-framework.jar and logkit.jar in both commons/lib and in
webapp/axis/.../lib. Did I miss anything?

    Thanks Sven....



Reply via email to