Re: log4j2.0 - beta4 MDC.put(String, String) method not found

2013-02-08 Thread Gary Gregory
What file did you download and run to get this? Or what is from a svn tag? Gary On Feb 7, 2013, at 17:16, Yogi Nerella ynerella...@gmail.com wrote: Hi, Any one seeing this error? All log4j.xml files I am using are from the sample code only. Thanks, Yogi log4j:WARN Continuable parsing

Re: log4j2.0 - beta4 MDC.put(String, String) method not found

2013-02-08 Thread Yogi Nerella
Gary, My app has mixed code some classes using slf4j, some using log4j and some using jdk commons logging, so I am trying to figure out, what is the best way to merge to log4j version 2. I am getting the log4j-beta04-bin. When I am binding different binaries, I am getting different errors. I

log4j2.0 - beta4 MDC.put(String, String) method not found

2013-02-07 Thread Yogi Nerella
Hi, Any one seeing this error? All log4j.xml files I am using are from the sample code only. Thanks, Yogi log4j:WARN Continuable parsing error 2 and column 108 log4j:WARN Document root element log4j:configuration, must match DOCTYPE root null. log4j:WARN Continuable parsing error 2 and column

Re: log4j2.0 - beta4 MDC.put(String, String) method not found

2013-02-07 Thread Ralph Goers
The MDC class in log4j-1.2-api does have the method. Are you sure you have the correct jars? What is processing the log4j configuration and emitting the messages? It looks like something is passing a log4j 2 configuration to log4j 1.x. Ralph On Feb 7, 2013, at 2:16 PM, Yogi Nerella wrote: