-
Apr 8th, 2010, 10:03 AM
#1
Spring 3 web Jars - issue as Bundle - with org.apacje.log4j imports
My application uses Log4j for logging . I have downloaded log4j bundle version 1.2.15 from spring repository.
In my application bundle i have import
org.apache.log4j;bundle-symbolic-name="com.springsource.org.apache.log4j",
When i use Spring 3.0 web related jars i get uses conflict because
Spring web has imports like
org.apache.log4j;version=" [1.2.15, 2.0.0)" [org.springframework.web-3.0.0.RELEASE.jar]
I feel spring resolves to imports from slf4j present in DM server lib.
How do i solve this issue ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules