My project is using Apache Felix, and we are having a problem
with a split package. We are using xml with the regular java classes (jre),
so we need to add org.w3c.dom to the Import-Package. We added some
functionality that uses Apache Batik, but the batik-ext.jar has some
classes in org.w3c.dom also. We tried both making batik into bundles using
the bnd tool on the jar files, and just including the batik .jar files in
the
classpath, but neither method works. I have the OSGi in action book,
but it does not mention this situation, just split packages between two
bundles. What is the best way to resolve this problem?

thanks

Reply via email to