You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Johannes Wolfgang Woger <wo...@syslog.at> on 2004/09/27 12:36:10 UTC

What is the avalon-framework for ?

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

AW: What is the avalon-framework for ?

Posted by Sascha Schmidt <co...@northbit.de>.
Hi,

 

See  <http://avalon.apache.org/> http://avalon.apache.org/  :-). BTW, the
Avalon logger abstracts from concrete (implemented) loggers like Log4J,
LogKit, JDK 1.4 Logger and so on.

 

Sascha

 

 

NORTHBIT

Sascha Schmidt

 <ma...@northbit.de> contact@northbit.de 

www.northbit.de <ma...@northbit.dewww.northbit.de> 

  _____  

Von: Johannes Wolfgang Woger [mailto:wolfgang.woger@syslog.at] 
Gesendet: Montag, 27. September 2004 12:36
An: FOP
Betreff: What is the avalon-framework for ?

 

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