Hi all, I am looking at integrating Aries JNDI support into Apache Sling and looking at the JNDI Core BundleActivator [1] I noticed that Java platform logging is used.
Is this by intent ? Do you do all your (Aries) logging to the Java platform logging ? If so, I would have some tasks to do in Sling to try to redirect platform logging into our own logging which is SLF4J based (and also supports Log4j, Commons logging and of course OSGi LogService). By that matter: According to the OSGi JNDI spec, failure to set NamingManager singletons should be logged with the LogService. The current implementation does not do this. Thanks and Regards Felix [1] http://svn.apache.org/repos/asf/aries/trunk/jndi/jndi-core/src/main/java/org/apache/aries/jndi/startup/Activator.java
