I still have a similar problem with logging. Only I don't use Log4j. Whenever I use POI's jar and commons-logging.jar I would get a ClassNotFoundException for LogFactoryImpl.
Eventually what you will have to do is download the source java files for commons-logging.jar and modify a few files so that the logger always defaults to NoOpLog and ignores everything else. -----Original Message----- From: Skondras P. [mailto:[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 6:22 AM To: [EMAIL PROTECTED] Subject: POI's logging Hi i have just download the poi to create XLS files The xls are created ok but i get an exception in the system.err log4j:ERROR No appenders could be found for category (org.apache.poi.hssf.model. Workbook). log4j:ERROR Please initialize the log4j system properly. I use POI inside turbine framework How i can turn logging off or make some adjustments and don't get the exception. thx in advance. ------------------------------------------------------------------------------ Notice: This e-mail message, together with any attachments, contains information of Merck & Co., Inc. (Whitehouse Station, New Jersey, USA) that may be confidential, proprietary copyrighted and/or legally privileged, and is intended solely for the use of the individual or entity named on this message. If you are not the intended recipient, and have received this message in error, please immediately return this by e-mail and then delete it. ============================================================================== -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
