> Do you have access to source code of it? It could be that Xerces is > instantiated directly, and not in the JDK as expected.
Yes, I have access to the source code, and yes, that it why I'm stumped. I guess I still don't understand how spi providers work within OSGi. The code is this: import javax.xml.transform.TransformerFactory; ... TransformerFactory factory = TransformerFactory.newInstance(); So, the actual implementation class depends on the xml implemention provider. Cheers, =David.Leangen _______________________________________________ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev