Bug 50800

Summary: log4j 1.2.16 has duplicate import-package entries in manifiest.mf
Product: Log4j - Now in Jira Reporter: Dan Tran <dantran>
Component: OtherAssignee: log4j-dev <log4j-dev>
Status: NEW ---    
Severity: critical CC: eric.jain, janvolck
Priority: P2    
Version: 1.2   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Dan Tran 2011-02-16 16:49:32 UTC
This prevents webapp with this log4j dependency from loading to Eclispe Virgo ( and OSGI container )


Here is the the mentioned entries ( could be more )

Import-Package: com.ibm.uvm.tools;resolution:=optional,com.sun.jdmk.co
 mm;resolution:=optional,com.sun.jdmk.comm;


Related discussion is at http://www.eclipse.org/forums/index.php?t=msg&th=204673&start=0&S=8325286959981b4e7f8a61427d81dbb3
Comment 1 Jan Volckaert 2011-10-28 07:46:08 UTC
I now I can't vote in Bugzilla but still:

+1 vote
Comment 2 Tcharl 2011-11-07 12:18:32 UTC
+1 Too!
Comment 3 dickfardos 2011-11-23 19:51:15 UTC
I'm seeing this same problem as well when trying to use log4j as a logger for slf4j.   I'm blocked because of it.  :(
Comment 4 Jan Volckaert 2011-11-23 20:27:51 UTC
(In reply to comment #3)
> I'm seeing this same problem as well when trying to use log4j as a logger for
> slf4j.   I'm blocked because of it.  :(

You can always change the manifest manually to remove the duplicate entry. Thats what I did. 
Be careful with the 80 char limit ;-)