[slf4j-dev] [Bug 138] Class path contains multiple SLF4J bindings

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Tue Sep 15 23:54:54 CEST 2009


http://bugzilla.slf4j.org/show_bug.cgi?id=138





--- Comment #6 from Łukasz Rżanek <lukasz.rzanek at gmail.com>  2009-09-15 23:54:54 ---
Created an attachment (id=61)
 --> (http://bugzilla.slf4j.org/attachment.cgi?id=61)
Proposed solution?

The solution proposed in the discussion linked above actually works great. I've
attached a corrected version of LoggerFactory.java to consider, though my
Eclipse broke all of the formatting :-)

The problem was, actually, in multiple classpaths in manifests - if there was
more than EJB jar with binding listed WLS was providing a full list of those.
Even if the class was the same. This goes with the ClassLoader behavior in WLS.

Can you please change that List to Set in the next release? I considered all
odds - it will not affect the core functionality itself.


-- 
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the slf4j-dev mailing list