If my OSGi bundle depends on a .JAR file, that it's not currently an OSGi bundle, how could I make it work?.
For example, if my OSGi bundle has some dependencies to Log4J library (or other library), it will raise ClassNotFound exceptions due for any invocation to Log4J classes. How can I solve it?. Perhaps, creating an OSGi bundle with the classes included in the Log4J .JAR file?. Is there any other method?. Thanks, Jaime

