On Fri, 31 Jan 2003, David Orriss Jr wrote: > Date: Fri, 31 Jan 2003 18:28:55 -0800 > From: David Orriss Jr <[EMAIL PROTECTED]> > Reply-To: Jakarta Commons Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [Logging] Commons against Lumberjack... > > Hi, > > I'm having a weird problem with a Struts 1.1 based application being developed > at my company. Before I get too far into any details surrounding it, I have one > simple question: > > Has anyone in the commons logging dev group tested the Lumberjack JSR 47 > implementation against the Logging api and verified that the two work together > in JDK 1.3? >
There was a problem with the way that commons-logging was identifying whether this was a JDK 1.4 system or not, which would cause a problem on a JDK 1.3 system with an alternate JSR 47 implementation installed. This has been corrected in nightly build 20030201 of commons-logging. Could you please try again with this build and report the results? http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-logging/ > -- > David Orriss Jr. Craig McClanahan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
