fix up camel-example-reportincident-wssecurity

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/37146169
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/37146169
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/37146169

Branch: refs/heads/camel-2.16.x
Commit: 371461690d89abaa0c38165cb19586d0d390f329
Parents: 598f2d5
Author: Jonathan Anstey <jans...@gmail.com>
Authored: Tue Feb 23 17:06:11 2016 -0330
Committer: Jonathan Anstey <jans...@gmail.com>
Committed: Tue Feb 23 17:06:11 2016 -0330

----------------------------------------------------------------------
 examples/camel-example-reportincident-wssecurity/README.txt | 7 +++++--
 examples/camel-example-reportincident-wssecurity/pom.xml    | 4 ----
 2 files changed, 5 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/37146169/examples/camel-example-reportincident-wssecurity/README.txt
----------------------------------------------------------------------
diff --git a/examples/camel-example-reportincident-wssecurity/README.txt 
b/examples/camel-example-reportincident-wssecurity/README.txt
index 53e1fb6..439e9b7 100644
--- a/examples/camel-example-reportincident-wssecurity/README.txt
+++ b/examples/camel-example-reportincident-wssecurity/README.txt
@@ -39,12 +39,15 @@ To run the example on Apache ServiceMix 4.x or Apache Karaf 
2.x
   features:install camel-cxf
   features:install camel-mail
   features:install camel-velocity
+  features:install cxf-bindings-corba
+  features:install cxf-transports-jms
+  features:install cxf-ws-security
   
   remark: As the camel route sends email to a SMTP server, you must configure 
a user/password in your favorite
           SMTP Server (James by example). User = someone and password = secret
   
   3) Deploy our example
-  osgi:install -s mvn:org.apache.camel/camel-example-reportincident-wssecurity
+       osgi:install -s 
mvn:org.apache.camel/camel-example-reportincident-wssecurity/${project.version}
   
   4) Verify that your service is available using in the browser the following 
url
   http://localhost:9081/camel-example-reportincident/webservices/incident?wsdl
@@ -53,7 +56,7 @@ To run the example on Apache ServiceMix 4.x or Apache Karaf 
2.x
   Create a new project called camel-example-reportincident-wssecurity
   Point to the following url : 
http://localhost:9081/camel-example-reportincident/webservices/incident?wsdl
   Open the request 1 (under camel-example-reportincident-wssecurity --> 
ReportIncidentBinding --> ReportIncident) and copy/paste the SOAP
-  message generated by the unit test
+  message generated by the unit test (don't copy the payload below as it's 
credentials expired minutes after we pasted them into this readme!)
   
   ex :
   

http://git-wip-us.apache.org/repos/asf/camel/blob/37146169/examples/camel-example-reportincident-wssecurity/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-reportincident-wssecurity/pom.xml 
b/examples/camel-example-reportincident-wssecurity/pom.xml
index 44e2260..e26e5ac 100644
--- a/examples/camel-example-reportincident-wssecurity/pom.xml
+++ b/examples/camel-example-reportincident-wssecurity/pom.xml
@@ -205,16 +205,12 @@
                                                        org.apache.cxf.phase,
                                                        org.apache.cxf.resource,
                                                        
org.apache.cxf.transport,
-                                                       
org.apache.cxf.transport.http,
                                                        
org.apache.cxf.transport.http.policy,
                                                        
org.apache.cxf.transport.http_jetty,
                                                        
org.apache.cxf.transport.jms,
-                                                       
org.apache.cxf.transports.http,
                                                        
org.apache.cxf.workqueue,
                                                        org.apache.cxf.wsdl,
                                                        org.apache.cxf.wsdl11,
-                                                       
org.apache.ws.security.action,
-                                                       
org.apache.ws.security.processor,
                                                        
org.springframework.beans.factory.config,
                                                        
org.springframework.mail.javamail,
                                                    *

Reply via email to