I am using SLF4J for logging with my felix bundles. To do this I utilize a logging bundle that wraps NLOG4J and jcl104-over-slf4j and declares the exportPackage element as: <exportPackage>org.apache.commons.logging;version=1.0.0,org.slf4j;version=1.2.24,org.apache.log4j</exportPackage>
Started experimenting with the new Declarative Services implementation today and notice some interesting differences from the serviceBinder. After I made the switch I noticed that my NLOG4J infrastructure was no longer outputting log messages to the console. So I tried to just send to standard out with System.out.print, but that would not work either. Is it a feature or bug in the SCR?? cheers, John

