You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cm...@apache.org on 2013/04/05 23:13:26 UTC

svn commit: r1465130 - in /camel/trunk/examples/camel-example-cxf-blueprint: README.txt src/main/resources/META-INF/wsdl/report_incident.wsdl

Author: cmueller
Date: Fri Apr  5 21:13:26 2013
New Revision: 1465130

URL: http://svn.apache.org/r1465130
Log:
fixed the description of camel-example-cxf-blueprint

Modified:
    camel/trunk/examples/camel-example-cxf-blueprint/README.txt
    camel/trunk/examples/camel-example-cxf-blueprint/src/main/resources/META-INF/wsdl/report_incident.wsdl

Modified: camel/trunk/examples/camel-example-cxf-blueprint/README.txt
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-cxf-blueprint/README.txt?rev=1465130&r1=1465129&r2=1465130&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-cxf-blueprint/README.txt (original)
+++ camel/trunk/examples/camel-example-cxf-blueprint/README.txt Fri Apr  5 21:13:26 2013
@@ -13,23 +13,19 @@ the same port.
 You will need to compile this example first:
   mvn install
 
-To run the example on Apache ServiceMix 4.x or Apache Karaf 2.2.5 or better
+To run the example on Apache Karaf 2.3.1 or better
 
 1) launch the server
-   karaf.bat
+   karaf / karaf.bat
   
-Note for Karaf 2.2.5 onwards:
-   a) copy the etc/jre.properties.cxf to override the existing etc/jre.properties file
-
-
 2) Add features required
-   features:addUrl mvn:org.apache.camel.karaf/apache-camel/${version}/xml/features
+   features:chooseurl camel ${version}
    features:install war
    features:install cxf
    features:install camel-jaxb
+   features:install camel-blueprint
    features:install camel-cxf
 
-
 3) Deploy the example
    osgi:install -s mvn:org.apache.camel/camel-example-cxf-blueprint/${version}
   

Modified: camel/trunk/examples/camel-example-cxf-blueprint/src/main/resources/META-INF/wsdl/report_incident.wsdl
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-cxf-blueprint/src/main/resources/META-INF/wsdl/report_incident.wsdl?rev=1465130&r1=1465129&r2=1465130&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-cxf-blueprint/src/main/resources/META-INF/wsdl/report_incident.wsdl (original)
+++ camel/trunk/examples/camel-example-cxf-blueprint/src/main/resources/META-INF/wsdl/report_incident.wsdl Fri Apr  5 21:13:26 2013
@@ -85,7 +85,7 @@
     <!-- Service definition -->
     <wsdl:service name="ReportIncidentEndpointService">
         <wsdl:port name="ReportIncidentService" binding="tns:ReportIncidentBinding">
-            <soap:address location="http://localhost:9080/part-five/webservices/incident"/>
+            <soap:address location="http://localhost:8181/cxf/camel-example-cxf-blueprint/webservices/incident"/>
         </wsdl:port>
     </wsdl:service>