Re: FileAppender is not assignable to Appender

2009-10-31 Thread Brett Randall
Check whether the added JARs include Commons Logging. I notice that the Appender is named after Spring. Spring depends on Commons Logging which is notorious for creating classloading challenges. Brett On 10/29/09, chrisgage chrisg...@bellsouth.net wrote: That was what I thought originally.

Re: FileAppender is not assignable to Appender

2009-10-31 Thread chrisgage
This project started using Spring (and its dependency on commons logging) back in June 2007, but this problem only started this summer, two years later. In those two years it has grown to 200 JSPs and over 1000 classes so it's hard to find an error that refuses to say exactly where it was