You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2012/12/20 16:25:11 UTC

svn commit: r843248 - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache hdfs.html nmr.html

Author: buildbot
Date: Thu Dec 20 15:25:11 2012
New Revision: 843248

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/book-component-appendix.html
    websites/production/camel/content/book-in-one-page.html
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/hdfs.html
    websites/production/camel/content/nmr.html

Modified: websites/production/camel/content/book-component-appendix.html
==============================================================================
--- websites/production/camel/content/book-component-appendix.html (original)
+++ websites/production/camel/content/book-component-appendix.html Thu Dec 20 15:25:11 2012
@@ -6393,7 +6393,7 @@ fromF(<span class="code-quote">"hazelcas
 <pre class="code-xml">
 <span class="code-tag">&lt;dependency&gt;</span>
     <span class="code-tag">&lt;groupId&gt;</span>org.apache.camel<span class="code-tag">&lt;/groupId&gt;</span>
-    <span class="code-tag">&lt;artifactId&gt;</span>camel-hadoop<span class="code-tag">&lt;/artifactId&gt;</span>
+    <span class="code-tag">&lt;artifactId&gt;</span>camel-hdfs<span class="code-tag">&lt;/artifactId&gt;</span>
     <span class="code-tag">&lt;version&gt;</span>x.x.x<span class="code-tag">&lt;/version&gt;</span>
     <span class="code-tag"><span class="code-comment">&lt;!-- use the same version as your Camel core version --&gt;</span></span>
 <span class="code-tag">&lt;/dependency&gt;</span>
@@ -12502,16 +12502,31 @@ context.addRoutes(<span class="code-keyw
 
 <p>By contrast, the <a shape="rect" href="jbi.html" title="JBI">JBI</a> component is intended for use by Camel applications deployed into the ServiceMix JBI container.</p>
 
-<h3><a shape="rect" name="BookComponentAppendix-Installing"></a>Installing</h3>
+<h3><a shape="rect" name="BookComponentAppendix-InstallinginApacheServicemix"></a>Installing in Apache Servicemix</h3>
 
 <p>The NMR component is provided with Apache ServiceMix. It is <b>not</b> distributed with Camel. To install the NMR component in ServiceMix, enter the following command in the ServiceMix console window:</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
-features install nmr
+features:install nmr camel-nmr
 </pre>
 </div></div>
 
+<h3><a shape="rect" name="BookComponentAppendix-InstallinginplainApacheKaraf"></a>Installing in plain Apache Karaf</h3>
+
+<p>In plain Karaf the nmr component can also be installed using the servicemix artifacts:</p>
+
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<pre class="code-java">
+features:chooseurl camel &lt;version&gt;
+features:addurl mvn:org.apache.servicemix.nmr/apache-servicemix-nmr/1.5.0/xml/features
+features:install camel-blueprint nmr camel-nmr
+install -s mvn:org.apache.servicemix.camel/org.apache.servicemix.camel.component/4.4.2
+</pre>
+</div></div>
+
+<h3><a shape="rect" name="BookComponentAppendix-Configuration"></a>Configuration</h3>
+
 <p>You also need to instantiate the NMR component. You can do this by editing your Spring configuration file, <tt>META-INF/spring/*.xml</tt>, and adding the following <tt>bean</tt> instance:</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">

Modified: websites/production/camel/content/book-in-one-page.html
==============================================================================
--- websites/production/camel/content/book-in-one-page.html (original)
+++ websites/production/camel/content/book-in-one-page.html Thu Dec 20 15:25:11 2012
@@ -26647,7 +26647,7 @@ fromF(<span class="code-quote">"hazelcas
 <pre class="code-xml">
 <span class="code-tag">&lt;dependency&gt;</span>
     <span class="code-tag">&lt;groupId&gt;</span>org.apache.camel<span class="code-tag">&lt;/groupId&gt;</span>
-    <span class="code-tag">&lt;artifactId&gt;</span>camel-hadoop<span class="code-tag">&lt;/artifactId&gt;</span>
+    <span class="code-tag">&lt;artifactId&gt;</span>camel-hdfs<span class="code-tag">&lt;/artifactId&gt;</span>
     <span class="code-tag">&lt;version&gt;</span>x.x.x<span class="code-tag">&lt;/version&gt;</span>
     <span class="code-tag"><span class="code-comment">&lt;!-- use the same version as your Camel core version --&gt;</span></span>
 <span class="code-tag">&lt;/dependency&gt;</span>
@@ -32756,16 +32756,31 @@ context.addRoutes(<span class="code-keyw
 
 <p>By contrast, the <a shape="rect" href="jbi.html" title="JBI">JBI</a> component is intended for use by Camel applications deployed into the ServiceMix JBI container.</p>
 
-<h3><a shape="rect" name="BookInOnePage-Installing"></a>Installing</h3>
+<h3><a shape="rect" name="BookInOnePage-InstallinginApacheServicemix"></a>Installing in Apache Servicemix</h3>
 
 <p>The NMR component is provided with Apache ServiceMix. It is <b>not</b> distributed with Camel. To install the NMR component in ServiceMix, enter the following command in the ServiceMix console window:</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
-features install nmr
+features:install nmr camel-nmr
 </pre>
 </div></div>
 
+<h3><a shape="rect" name="BookInOnePage-InstallinginplainApacheKaraf"></a>Installing in plain Apache Karaf</h3>
+
+<p>In plain Karaf the nmr component can also be installed using the servicemix artifacts:</p>
+
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<pre class="code-java">
+features:chooseurl camel &lt;version&gt;
+features:addurl mvn:org.apache.servicemix.nmr/apache-servicemix-nmr/1.5.0/xml/features
+features:install camel-blueprint nmr camel-nmr
+install -s mvn:org.apache.servicemix.camel/org.apache.servicemix.camel.component/4.4.2
+</pre>
+</div></div>
+
+<h3><a shape="rect" name="BookInOnePage-Configuration"></a>Configuration</h3>
+
 <p>You also need to instantiate the NMR component. You can do this by editing your Spring configuration file, <tt>META-INF/spring/*.xml</tt>, and adding the following <tt>bean</tt> instance:</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/hdfs.html
==============================================================================
--- websites/production/camel/content/hdfs.html (original)
+++ websites/production/camel/content/hdfs.html Thu Dec 20 15:25:11 2012
@@ -85,7 +85,7 @@
 <pre class="code-xml">
 <span class="code-tag">&lt;dependency&gt;</span>
     <span class="code-tag">&lt;groupId&gt;</span>org.apache.camel<span class="code-tag">&lt;/groupId&gt;</span>
-    <span class="code-tag">&lt;artifactId&gt;</span>camel-hadoop<span class="code-tag">&lt;/artifactId&gt;</span>
+    <span class="code-tag">&lt;artifactId&gt;</span>camel-hdfs<span class="code-tag">&lt;/artifactId&gt;</span>
     <span class="code-tag">&lt;version&gt;</span>x.x.x<span class="code-tag">&lt;/version&gt;</span>
     <span class="code-tag"><span class="code-comment">&lt;!-- use the same version as your Camel core version --&gt;</span></span>
 <span class="code-tag">&lt;/dependency&gt;</span>

Modified: websites/production/camel/content/nmr.html
==============================================================================
--- websites/production/camel/content/nmr.html (original)
+++ websites/production/camel/content/nmr.html Thu Dec 20 15:25:11 2012
@@ -81,16 +81,31 @@
 
 <p>By contrast, the <a shape="rect" href="jbi.html" title="JBI">JBI</a> component is intended for use by Camel applications deployed into the ServiceMix JBI container.</p>
 
-<h3><a shape="rect" name="NMR-Installing"></a>Installing</h3>
+<h3><a shape="rect" name="NMR-InstallinginApacheServicemix"></a>Installing in Apache Servicemix</h3>
 
 <p>The NMR component is provided with Apache ServiceMix. It is <b>not</b> distributed with Camel. To install the NMR component in ServiceMix, enter the following command in the ServiceMix console window:</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
-features install nmr
+features:install nmr camel-nmr
 </pre>
 </div></div>
 
+<h3><a shape="rect" name="NMR-InstallinginplainApacheKaraf"></a>Installing in plain Apache Karaf</h3>
+
+<p>In plain Karaf the nmr component can also be installed using the servicemix artifacts:</p>
+
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<pre class="code-java">
+features:chooseurl camel &lt;version&gt;
+features:addurl mvn:org.apache.servicemix.nmr/apache-servicemix-nmr/1.5.0/xml/features
+features:install camel-blueprint nmr camel-nmr
+install -s mvn:org.apache.servicemix.camel/org.apache.servicemix.camel.component/4.4.2
+</pre>
+</div></div>
+
+<h3><a shape="rect" name="NMR-Configuration"></a>Configuration</h3>
+
 <p>You also need to instantiate the NMR component. You can do this by editing your Spring configuration file, <tt>META-INF/spring/*.xml</tt>, and adding the following <tt>bean</tt> instance:</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">