Author: buildbot
Date: Sat Feb  9 14:21:41 2019
New Revision: 1040194

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/book-in-one-page.html
    
websites/production/camel/content/load-balance-for-existing-messaging-service.data/LoadBalanceSample.zip
    websites/production/camel/content/loading-routes-from-xml-files.html
    
websites/production/camel/content/tutorial-osgi-camel-part2.data/tutorial-osgi-camel-part2.zip

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 Sat Feb  9 14:21:41 
2019
@@ -4407,11 +4407,11 @@ So we completed the last piece in the pi
 <p>This example has been removed from <strong>Camel 2.9</strong> onwards. 
Apache Axis 1.4 is a very old and unsupported framework. We encourage users to 
use <a shape="rect" href="cxf.html">CXF</a> instead of Axis.</p></div></div>
 
 <div class="conf-macro output-block" data-hasbody="false" 
data-macro-name="toc"><style type="text/css">/*<![CDATA[*/
-div.rbtoc1549718406600 {padding: 0px;}
-div.rbtoc1549718406600 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1549718406600 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1549722006405 {padding: 0px;}
+div.rbtoc1549722006405 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1549722006405 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1549718406600">
+/*]]>*/</style><div class="toc-macro rbtoc1549722006405">
 <ul class="toc-indentation"><li><a shape="rect" 
href="#BookInOnePage-TutorialusingAxis1.4withApacheCamel">Tutorial using Axis 
1.4 with Apache Camel</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#BookInOnePage-Prerequisites">Prerequisites</a></li><li><a shape="rect" 
href="#BookInOnePage-Distribution">Distribution</a></li><li><a shape="rect" 
href="#BookInOnePage-Introduction">Introduction</a></li><li><a shape="rect" 
href="#BookInOnePage-SettinguptheprojecttorunAxis">Setting up the project to 
run Axis</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#BookInOnePage-Maven2">Maven 2</a></li><li><a shape="rect" 
href="#BookInOnePage-wsdl">wsdl</a></li><li><a shape="rect" 
href="#BookInOnePage-ConfiguringAxis">Configuring Axis</a></li><li><a 
shape="rect" href="#BookInOnePage-RunningtheExample">Running the 
Example</a></li></ul>

Modified: 
websites/production/camel/content/load-balance-for-existing-messaging-service.data/LoadBalanceSample.zip
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/loading-routes-from-xml-files.html
==============================================================================
--- websites/production/camel/content/loading-routes-from-xml-files.html 
(original)
+++ websites/production/camel/content/loading-routes-from-xml-files.html Sat 
Feb  9 14:21:41 2019
@@ -100,27 +100,11 @@
 <p>You can define Camel routes in XML files using the 
<code>&lt;routes&gt;</code> tag with the namespace 
<code>"http://camel.apache.org/schema/spring";</code>.<br clear="none">
 Suppose we have the bar route as shown below in the <code>barRoute.xml</code> 
XML file.</p>
 
-Error rendering macro 'code': Invalid value specified for parameter 
'java.lang.NullPointerException'<pre class="conf-macro output-inline" 
data-hasbody="true" data-macro-name="unmigrated-inline-wiki-markup">
-&lt;routes xmlns="http://camel.apache.org/schema/spring"&gt;
-    &lt;!-- here we define the bar route --&gt;
-    &lt;route id="bar"&gt;
-        &lt;from uri="direct:bar"/&gt;
-        &lt;to uri="mock:bar"/&gt;
-    &lt;/route&gt;
-
-    &lt;!-- we could add more routes if we like,
-         but in this example we stick to one route only --&gt;
-&lt;/routes&gt;
-</pre>
+<div class="error conf-macro output-inline" data-hasbody="true" 
data-macro-name="unmigrated-inline-wiki-markup"><span class="error">Error 
formatting macro: snippet: java.lang.IndexOutOfBoundsException: Index: 20, 
Size: 20</span> </div>
 
 <p>We can then load this route and add to the existing <a shape="rect" 
href="camelcontext.html">CamelContext</a> using the following lines of code:</p>
 
-Error rendering macro 'code': Invalid value specified for parameter 
'java.lang.NullPointerException'<pre class="conf-macro output-inline" 
data-hasbody="true" data-macro-name="unmigrated-inline-wiki-markup">
-// load route from XML and add them to the existing camel context
-InputStream is = getClass().getResourceAsStream("barRoute.xml");
-RoutesDefinition routes = context.loadRoutesDefinition(is);
-context.addRouteDefinitions(routes.getRoutes());
-</pre>
+<div class="error conf-macro output-inline" data-hasbody="true" 
data-macro-name="unmigrated-inline-wiki-markup"><span class="error">Error 
formatting macro: snippet: java.lang.IndexOutOfBoundsException: Index: 20, 
Size: 20</span> </div>
 
 <p>If you are using older versions of Camel, you can do this as well but it 
requires a bit more work. See this <a shape="rect" class="external-link" 
href="http://svn.apache.org/viewvc?view=revision&amp;revision=1040085";>commit 
log</a>.</p></div>
         </td>

Modified: 
websites/production/camel/content/tutorial-osgi-camel-part2.data/tutorial-osgi-camel-part2.zip
==============================================================================
Binary files - no diff available.


Reply via email to