RC2 seems to have shipped with the commons-logging-api.jar (22k) which does not include the Log4j implementation classes. It does actually work as shipped using the built-in SimpleLog but if you want Log4j then you can download commons-logging 1.03 from http://jakarta.apache.org/site/binindex.cgi or use an existing copy (30k) if you have one.
JDK 1.4 logging may also work as shipped (I haven't tested it) as the Jdk14Logger class *is* include in the commons-logging API jar. Personally, I don't understand why there are two jars in the first place. Confusing! Steve > -----Original Message----- > From: Raible, Matt [mailto:[EMAIL PROTECTED] > Sent: June 9, 2003 4:23 PM > To: 'Struts Users Mailing List' > Subject: RE: commons-logging problem in 1.1 RC2 > > > Yep. > > -----Original Message----- > From: Hohlen, John C [mailto:[EMAIL PROTECTED] > Sent: Monday, June 09, 2003 5:14 PM > To: 'Struts Users Mailing List' > Subject: RE: commons-logging problem in 1.1 RC2 > > > Anyone know if RC 2 works with the Commons Logging shipped with RC 1? > > Thanks, > > JOHN > > -----Original Message----- > From: Dan Tran [mailto:[EMAIL PROTECTED] > Sent: Monday, June 09, 2003 5:39 PM > To: Struts Users Mailing List > Subject: Re: commons-logging problem in 1.1 RC2 > > > same here, I had to replace an older version to common-loggin to > get my app > working ing rc2 > > -D > ----- Original Message ----- > From: "Raible, Matt" <[EMAIL PROTECTED]> > To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>; > <[EMAIL PROTECTED]> > Sent: Monday, June 09, 2003 3:10 PM > Subject: commons-logging problem in 1.1 RC2 > > > > I found that this release candidate has a (seemingly) bad > > commons-logging.jar. > > > > I have a nightly build of Struts (20030326) and it's commons-logging.jar > is > > 31K. The one shipped with 1.1 RC2 is only 22K and none of my > JUnit tests > > emit any log messages. If I replace 1.1 RC2's commons-logging.jar with > the > > one that's 31K, everything works as expected. > > > > Looks like the following files are missing: > > > > Log4jCategoryLog.class > > Log4jFactory.class > > Log4JLogger.class > > LogKitLogger.class > > > > package.html > > > > Here's a screenshot of the diff between the two: http://tinyurl.com/dvtw > > > > Is this "as designed?" > > > > Thanks, > > > > Matt > > > > > > -----Original Message----- > > From: Martin Cooper [mailto:[EMAIL PROTECTED] > > Sent: Monday, June 09, 2003 1:29 PM > > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; > > [EMAIL PROTECTED] > > Subject: [ANNOUNCEMENT] Struts 1.1 Release Candidate 2 released > > > > > > The Struts team is proud to announce the release of Struts 1.1 Release > > Candidate 2. This release includes some new functionality, but > mostly just > > fixes for a number of bugs which were reported against earlier versions. > > The Struts Team believes that this release is ready for prime > time, hence > > its designation as a release candidate. > > > > The binary distribution is available at: > > > > http://www.apache.org/dist/jakarta/struts/binaries/ > > > > and the source distribution is available at: > > > > http://www.apache.org/dist/jakarta/struts/source/ > > > > In addition, the library distribution, which contains updated binaries > > without the sample applications, is available at: > > > > http://www.apache.org/dist/jakarta/struts/library/ > > > > Details of the changes in this release are available in the > Release Notes, > > which can be found here: > > > > http://jakarta.apache.org/struts/userGuide/release-notes-1.1-rc2.html > > > > Special thanks to Ted Husted for his help in preparing this release. > > > > -- > > Martin Cooper > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

