Dan Glauser wrote:
java.lang.NoSuchMethodError: org.apache.fop.apps.Fop.<init>(I)V

is the exception I recieve when I try and run FOP within my WebApp
running on JBoss.  Specifically it happens on this line of code:

Fop fop = new Fop(Fop.RENDER_PDF);

Well, there is no such method in the org.apache.fop.apps.Fop class, exactly as the error message says. I have no idea how you managed to compile this. You should not use org.apache.fop.apps.Fop anyway, check http://xml.apache.org/fop/embedding.html for how to use FOP in a web application.

J.Pietschmann

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



Reply via email to