Anna, That "error" message is really just a warning which can safely be ignored. If you want it to go away, you can add the following line to your log4j.properties
log4j.logger.org.codehaus.xfire=INFO, YourAppender Replace "INFO" with your desired logging level and "YourAppender" with the name of your log4j appender. Regards, Jeff On Sat, Nov 15, 2008 at 6:59 PM, asilchenko <[EMAIL PROTECTED]> wrote: > > I am getting following errors when compiling servicemix example. (I have my > log4j.properties added to classpath but still getting the errors.) Could > anyone help with fixing this errors? > > ERROR log4j:WARN No appenders could be found for logger > (org.codehaus.xfire.gen.Wsdl11Generator). > ERROR log4j:WARN Please initialize the log4j system properly. > > Thank you, > Anna > -- > View this message in context: > http://www.nabble.com/ERROR-log4j%3AWARN-No-appenders-could-be-found-for-logger-%28org.codehaus.xfire.gen.Wsdl11Generator%29.-tp20521893p20521893.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. > >
