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"><dependency></span> <span class="code-tag"><groupId></span>org.apache.camel<span class="code-tag"></groupId></span> - <span class="code-tag"><artifactId></span>camel-hadoop<span class="code-tag"></artifactId></span> + <span class="code-tag"><artifactId></span>camel-hdfs<span class="code-tag"></artifactId></span> <span class="code-tag"><version></span>x.x.x<span class="code-tag"></version></span> <span class="code-tag"><span class="code-comment"><!-- use the same version as your Camel core version --></span></span> <span class="code-tag"></dependency></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 <version> +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"><dependency></span> <span class="code-tag"><groupId></span>org.apache.camel<span class="code-tag"></groupId></span> - <span class="code-tag"><artifactId></span>camel-hadoop<span class="code-tag"></artifactId></span> + <span class="code-tag"><artifactId></span>camel-hdfs<span class="code-tag"></artifactId></span> <span class="code-tag"><version></span>x.x.x<span class="code-tag"></version></span> <span class="code-tag"><span class="code-comment"><!-- use the same version as your Camel core version --></span></span> <span class="code-tag"></dependency></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 <version> +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"><dependency></span> <span class="code-tag"><groupId></span>org.apache.camel<span class="code-tag"></groupId></span> - <span class="code-tag"><artifactId></span>camel-hadoop<span class="code-tag"></artifactId></span> + <span class="code-tag"><artifactId></span>camel-hdfs<span class="code-tag"></artifactId></span> <span class="code-tag"><version></span>x.x.x<span class="code-tag"></version></span> <span class="code-tag"><span class="code-comment"><!-- use the same version as your Camel core version --></span></span> <span class="code-tag"></dependency></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 <version> +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">