Hi everyone,
here, it is said that the endpoint activation is the process by which an endpoint publishes its service(s) to the NMR. This is typically something that would be done by a plugin Activator in OSGi.
My questions are:
- when I deploy a SU in ServiceMix4, is the endpoint activation performed in a auto-generated bundle, or by the internal engine ?
- are endpoints published to the OSGi registry, and if no, what would I need to do so (my first guess would be a hand-written Activator that publishes in the registry)
- corollar to my 2nd question: what is provided in the OSGi registry in ServiceMix4 ? Name of the services ? WSDL ? Only the ServiceEngines and BindingComponents ? Nothing of that ?
Last question : do you think it would be possible to dynamically generate a SU using only the OSGi Registry services to look for services ?