Re: [slf4j-user] using BasicMDCAdapter from maven snapshot ?

2008-01-29 Thread Ceki Gulcu
Maarten Bosteels wrote: Are you saying that we shouldn't expect a release of 1.5 in February ? No, the milestone release offers an immediate (as in today) solution to the dependency issues you are facing with SLF4J. I hope to make a release by the end of this week but might miss that

[slf4j-user] 1.5.0-M0 is now available

2008-01-29 Thread Ceki Gulcu
Maarten, I just released 1.5.0-M0 to our repository which is synchronized with ibiblio (the world-wide Maven2 repository). It should be available in a few hours. -- Ceki Gülcü ___ user mailing list user@slf4j.org

Re: [slf4j-user] using BasicMDCAdapter from maven snapshot ?

2008-01-29 Thread Maarten Bosteels
On Jan 29, 2008 8:09 PM, Ceki Gulcu [EMAIL PROTECTED] wrote: Maarten, Simon is correct by stating that SNAPSHOTS are not published by global repositories. There are all sorts of solutions to get around this, typically installing the jar locally or installing the jar is some secondary

[slf4j-user] org.slf4j.impl.Log4jLoggerAdapter - AbstractMethodError

2008-01-29 Thread Dimuthu Leelarathne
Hi All, I am getting a AbstractMethodError in Log4jLoggerAdapter. org.slf4j.impl.Log4jLoggerAdapter.trace(Ljava/lang/String;Ljava/lang/Object;)V java.lang.AbstractMethodError: org.slf4j.impl.Log4jLoggerAdapter.trace(Ljava/lang/String;Ljava/lang/Object;)V I have these libraries in my classpath.

Re: [slf4j-user] org.slf4j.impl.Log4jLoggerAdapter - AbstractMethodError

2008-01-29 Thread Dimuthu Leelarathne
Hi All, I found the solution. I used a newer version, specifically slf4j-log4j12-1.4.2.jar and it solved the problem. Thanks! -Dimuthu On Wed, 2008-01-30 at 09:13 +0530, Dimuthu Leelarathne wrote: Hi All, I am getting a AbstractMethodError in Log4jLoggerAdapter.