Repository: cxf-dosgi Updated Branches: refs/heads/master 5e4e9325b -> b15c66ffe
More documentation Project: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/commit/b15c66ff Tree: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/tree/b15c66ff Diff: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/diff/b15c66ff Branch: refs/heads/master Commit: b15c66ffe298cbe820f86194312cd3ba1df18169 Parents: 5e4e932 Author: Christian Schneider <[email protected]> Authored: Tue Sep 13 16:34:08 2016 +0200 Committer: Christian Schneider <[email protected]> Committed: Tue Sep 13 16:34:08 2016 +0200 ---------------------------------------------------------------------- decorator/Readme.md | 2 +- samples/Readme.md | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/b15c66ff/decorator/Readme.md ---------------------------------------------------------------------- diff --git a/decorator/Readme.md b/decorator/Readme.md index fd62e4f..678d297 100644 --- a/decorator/Readme.md +++ b/decorator/Readme.md @@ -4,4 +4,4 @@ Allows to export existing services by adding an xml descriptor to OSGI-INF/remot The descriptor selects services by matching interfaces and service properties and can add arbitrary service properties to it. So these services can be marked for export and configured. -See [example descriptor](src/test/resources/sd.xml). +See [example descriptor](src/test/resources/test-resources/sd.xml). http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/b15c66ff/samples/Readme.md ---------------------------------------------------------------------- diff --git a/samples/Readme.md b/samples/Readme.md index db0ca69..934384f 100644 --- a/samples/Readme.md +++ b/samples/Readme.md @@ -7,6 +7,29 @@ The features module provides Apache Karaf features for the examples. So using ka The SOAP example also provides a bndrun file for bndtools that allows to directly start/debug the service from Eclipse and export it into a runnable jar. +## Checkout and Build + +``` +git clone [email protected]:apache/cxf-dosgi.git +mvn clean install -DskipTests -Dcheckstyle.skip=true +``` + +This will install the examples into your local maven repo. + +## Editing the examples in eclipse + +Start eclipse and do Import .. Existing Maven Projects. Browse to the samples directory of your +checkout and import all example projects. + +## Using bndtools + +To use the bndrun files you need the [bndtools](http://bndtools.org/) eclipse extension >= 3.3.0. + +## Preparing Apache Karaf + +[Download Apache karaf 4.x](http://karaf.apache.org/download.html). Extract the archive and +start Apache Karaf using `bin/karaf` + ## Examples * [soap - Publish and Consume JAXWS SOAP services](soap)
