tree: 4e1f652fcefe497a95c69a94e6340271ac4590fb [path history] [tgz]
  1. conf/
  2. etc/
  3. README.md
distribution/multi-bundle/src/main/release/README.md

Apache CXF Distributed OSGi

This distribution combines the felix frameworks, Aries Remote Service Admin and CXF-DOSGi providers[2] for JAX-WS and JAX-RS.

Getting started

  • Start felix

    java -jar bin/felix.jar

  • List available endpoints:

    rsa:endpoints

  • The list should be empty at this point

  • Deploy samples. Copy soap and rest api and impl from the sample dir to the bundle dir

  • Delete felix-cache

  • Start felix again like above

  • List the endpoints again. This time it should show a REST and a SOAP endpoint

[2] http://cxf.apache.org/distributed-osgi.html