Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NOTE: This page is work in progress!

Getting Started

NOTE: at the moment you need to build CXF and the CXF-minimal distribution before you an use the DOSGi code, this is a temporary inconvenience.
Check out http://svn.apache.org/repos/asf/cxf/trunk and then build as follows:

Code Block

mvn install -Dmaven.test.skip=true
cd distribution/bundle/minimal
mvn install 

Now you're ready to get started with the CXF implementation of Distributed OSGi.

To get started, check out the code from http://svn.apache.org/repos/asf/cxf/dosgi/trunk
Then build & test using:

...