Karaf command line commands for CXF
-----------------------------------
Key: CXF-3438
URL: https://issues.apache.org/jira/browse/CXF-3438
Project: CXF
Issue Type: New Feature
Components: OSGi
Reporter: Daniel Kulp
With the enhanced blueprint capabilities in CXF 2.4 and the tighter integration
with Karaf, it would be nice to create a set of Karaf shell commands for
performing various CXF related operations. For example, if there is a bundle
deployed that has a service implementation (or possibly that registered an OSGi
service that you want exposed via CXF), you could do:
{code}
cxf:createService --ref=MyServiceRef --wsdlLocation=/foo/foo.wsdl
--address=http://localhost:9000/MyService
{code}
to create a new "bundle" (similar to how the activemq broker commands work) to
create and start the service.
This commands feature could extend to stoping things, starting up the log
browser, etc....
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira