Community
Participate
Working Groups
the plugin org.apache.zookeeper provided by ECF has a dependency to log4j. unfortunately this is a required bundle - dependency. using logging its usual to have different providers, per ex. SLF4J - but this won't work if there's a required bundle please change the dependency to importPackage org.apache.log4j thx ekke
Marking of duplicate of existing bug 335237 *** This bug has been marked as a duplicate of bug 335237 ***
Ekke: would import package org.apache.log4j be enough? No other packages required to be imported? I wonder if we could make this an optional dependency. Let me ask the zookeeper guys what happens if there is no log4j available. This would also solve 335237.
(In reply to comment #2) > Ekke: would import package org.apache.log4j be enough? No other packages > required to be imported? I wonder if we could make this an optional dependency. > Let me ask the zookeeper guys what happens if there is no log4j available. This > would also solve 335237. org.apache log4j should be enough per ex. you can use SLF4J where the bundle Log4JOverSLF4J then provides org.apache.log4j