Hi,
In out web application I have to log with log4j. So dont want to log with
org.apache.avalon.framework.logger.Logger.
Unfortunately 
    Driver driver = new Driver(foFile,null); (PrintServlet.java: 117)
seems to need the avalon-framework.
 
java.lang.NoClassDefFoundError: org/apache/avalon/framework/logger/Logger
  at.syslog.kweb.core.util.print.PrintServlet.renderFO(PrintServlet.java:117)
I do not set   driver.setLogger(...)
so why does FOP need the avalon-framework?
 
Wolfgang

Reply via email to