Bug 50800 - log4j 1.2.16 has duplicate import-package entries in manifiest.mf
Summary: log4j 1.2.16 has duplicate import-package entries in manifiest.mf
Status: NEW
Alias: None
Product: Log4j - Now in Jira
Classification: Unclassified
Component: Other (show other bugs)
Version: 1.2
Hardware: All All
: P2 critical
Target Milestone: ---
Assignee: log4j-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-16 16:49 UTC by Dan Tran
Modified: 2011-11-23 20:27 UTC (History)
2 users (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ;-)