ssimha wrote:

> I'm facing a problem in embedding FOP(0.20.4 version 13-Jun-2002) into my 
> servlet...  written a servlet to generate PDF file making use of XML and XSL 
> files. It's works fine... when this servlet runs on tomcat3.1.  BUT if I copy 
> whole context to tomcat3.2.2 and above versions it's throwing following 
> error...
> 
> Internal Servlet Error:
> 
> java.lang.NoSuchMethodError
>     at org.apache.fop.apps.Driver.getParserClassName(Unknown Source)
>     at org.apache.fop.svg.SVGElementMapping.setupSVG(Unknown Source)

Seems to me it's no SAX2 compliant parser is in use, try to upgrade tomcat's 
xerces or whatever it uses as parser. Turn debug on in order to see which 
parser are you using.

-- 
Oleg Tkachenko
Multiconn International, Israel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to