Hi all,
I was wondering how to use the XMLParserActivator. I cant seem to find any
information about how it works. First of all, we bundle felix into our own
application and supply some "base/core" bundles to the framework (starting
together with the framework). One such base bundle would be an xml parser
factory so that our bundles can get a hold of an xml parser (factory).
1. So, is the XMLParserActivator supplied by the felix framework somehow?
I cant see it when listing all currently registered services (and my guess
is that it isnt a service at all).
2. If the answer to the above is no, how do I supply/set up one for my
other bundles to use? Ultimately, I would like to use the java vm xml stack.
3. Once it is set up, how is it supposed to be used? It doesn't look like
a service so when I ask the service registry, what interface should I be
asking for?
In short: bundleContext.getServiceReferences("What to type here?", "any
required filters?");
The only thing I get when searching the web is either about Equinox or
JavaDoc for the XMLParserActivator.
Regards,
Per-Erik Svensson