Hi,
I am trying to get CXF running on OSGI. Currently the CXF modules do not
seems to have bundle information in their manifest. Is it possible to
add this information? I also had a look at the Servicemix 4 CXF example.
But as servicemix 4 is not yet released I can not rely on this.
What I want to do is the following. I want to encapsulate SOA
Webservices in OSGI Services. I want to achieve that developers can
offer or access webservices by simply referencing or offering an OSGI
service with spring dynamic modules.
So for each Service Interface there will be a bundle containing the Java
Service interface that is automatically generated from the WSDL. Service
consumers and providers will import the service interface package and
either implement or bind the service as an OSGI Service.
Then there should be one bundle for all services or one bundle per
service binding where you can configure the adapters from Webservice to
OSGI Service. CXF combined with Spring DM should be the ideal platform
to do this binding. In the farer future the bindings could even be
automatically configured using a central registry.
What do you think? Is this already possible with CXF?
Best regards
Christian