Skip to content

Instantly share code, notes, and snippets.

@cschneider
Created January 16, 2012 16:06
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save cschneider/1621546 to your computer and use it in GitHub Desktop.
CXF with separate bundles
features:addurl mvn:org.apache.cxf.karaf/apache-cxf/2.6.0-SNAPSHOT/xml/features
features:install cxf-specs
feature:install war
install -s mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxb-impl/2.2.1.1_1
install -s mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxb-xjc/2.2.1.1_1
install -s mvn:org.codehaus.woodstox/stax2-api/3.1.1
install -s mvn:org.codehaus.woodstox/woodstox-core-asl/4.1.1
install -s mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.wsdl4j/1.6.2_3
install -s mvn:org.apache.ws.xmlschema/xmlschema-core/2.0.1
install -s mvn:org.apache.cxf/cxf-common-utilities/2.6.0-SNAPSHOT
install -s mvn:org.apache.cxf/cxf-rt-core/2.6.0-SNAPSHOT
install mvn:org.apache.cxf/cxf-api/2.6.0-SNAPSHOT
# Install again to start it
install -s mvn:org.apache.cxf/cxf-rt-core/2.6.0-SNAPSHOT
install -s mvn:org.apache.cxf/cxf-rt-bindings-soap/2.6.0-SNAPSHOT
install -s mvn:org.apache.cxf/cxf-rt-bindings-xml/2.6.0-SNAPSHOT
install -s mvn:org.apache.cxf/cxf-rt-frontend-simple/2.6.0-SNAPSHOT
install -s mvn:org.apache.cxf/cxf-rt-databinding-jaxb/2.6.0-SNAPSHOT
install -s mvn:org.apache.cxf/cxf-rt-frontend-jaxws/2.6.0-SNAPSHOT
install -s mvn:org.apache.cxf/cxf-rt-transports-http/2.6.0-SNAPSHOT
install -s mvn:org.apache.cxf/cxf-rt-frontend-jaxrs/2.6.0-SNAPSHOT
# Example project to test it
install -s mvn:net.lr.tutorial.karaf.cxf.personservice/personservice-model/1.0-SNAPSHOT
install -s mvn:net.lr.tutorial.karaf.cxf.personservice/personservice-server/1.0-SNAPSHOT
install -s mvn:net.lr.tutorial.karaf.cxf.personservice/personservice-proxy/1.0-SNAPSHOT
install -s mvn:net.lr.tutorial.karaf.cxf.personservice/personservice-webui/1.0-SNAPSHOT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment