Author: cmoulliard
Date: Thu Aug 19 16:05:45 2010
New Revision: 987209

URL: http://svn.apache.org/viewvc?rev=987209&view=rev
Log:
Some mispelling corrected

Modified:
    
camel/trunk/examples/camel-example-reportincident-ws-security-osgi/README.txt

Modified: 
camel/trunk/examples/camel-example-reportincident-ws-security-osgi/README.txt
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-reportincident-ws-security-osgi/README.txt?rev=987209&r1=987208&r2=987209&view=diff
==============================================================================
--- 
camel/trunk/examples/camel-example-reportincident-ws-security-osgi/README.txt 
(original)
+++ 
camel/trunk/examples/camel-example-reportincident-ws-security-osgi/README.txt 
Thu Aug 19 16:05:45 2010
@@ -25,7 +25,15 @@ To run the example on Apache ServiceMix 
   1) launch the server
   karaf.bat
   
+  For Karaf 2.0 : edit the file jre.properties to add the following packages 
to be exported
+  jre-1.6=, \
+ com.sun.org.apache.xerces.internal.dom, \
+ com.sun.org.apache.xerces.internal.jaxp, \
+ 
+ They are required by the following bundle : 
org.apache.servicemix.bundles/org.apache.servicemix.bundles.saaj-impl/1.3.2_1
+  
   2) Add features required
+  features:addUrl 
mvn:org.apache.camel.karaf/apache-camel/2.5-SNAPSHOT/xml/features
   features:install http
   features:install camel
   features:install camel-cxf
@@ -36,7 +44,7 @@ To run the example on Apache ServiceMix 
           SMTP Server (James by example). User = someone and password = secret
   
   3) Deploy our example
-  osgi:install -s 
mvn:org.apache.example.reportincident/camel-example-reportincident-wssecurity
+  osgi:install -s mvn:org.apache.camel/camel-example-reportincident-wssecurity
   
   4) Verify that your service is available using in the browser the following 
url
   http://localhost:9080/camel-example-reportincident/webservices/incident?wsdl


Reply via email to