"Richard S. Hall" <[EMAIL PROTECTED]> writes: > You do not need the entire bundle on the class path, you only need > the org.osgi.service.log package on the class path. The bundle impl > should not be on the class path.
[...] > Still, you should only be adding service interfaces to the class > path, not implementations... I understand the intent, but I'm confused as to its practical application. Once again, we risk dragging another thread's topic in here, but are you proposing that I break up the org.apache.felix.log bundle/JAR and pull out the class files from the org.osgi.service.log package, adding just these class files to my main application? Normally I side with the point of view that avoids breaking up JARs published by others. Is there some other way to add these interfaces to the class path besides extracting a subset out of the Felix log JAR? -- Steven E. Harris