Author: buildbot
Date: Tue May 28 14:22:04 2013
New Revision: 863476

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/bean-language.html
    websites/production/camel/content/book-in-one-page.html
    websites/production/camel/content/book-languages-appendix.html
    websites/production/camel/content/cache/main.pageCache

Modified: websites/production/camel/content/bean-language.html
==============================================================================
--- websites/production/camel/content/bean-language.html (original)
+++ websites/production/camel/content/bean-language.html Tue May 28 14:22:04 
2013
@@ -102,13 +102,15 @@ from(<span class="code-quote">"activemq:
 <span class="code-tag">&lt;route&gt;</span>
   <span class="code-tag">&lt;from uri=<span 
class="code-quote">"activemq:topic:OrdersTopic"</span>/&gt;</span>
   <span class="code-tag">&lt;filter&gt;</span>
-    <span class="code-tag">&lt;method bean=<span 
class="code-quote">"myBean"</span> method=<span 
class="code-quote">"isGoldCustomer"</span>/&gt;</span>
+    <span class="code-tag">&lt;method ref=<span 
class="code-quote">"myBean"</span> method=<span 
class="code-quote">"isGoldCustomer"</span>/&gt;</span>
     <span class="code-tag">&lt;to uri=<span 
class="code-quote">"activemq:BigSpendersQueue"</span>/&gt;</span>
   <span class="code-tag">&lt;/filter&gt;</span>
 <span class="code-tag">&lt;/route&gt;</span>
 </pre>
 </div></div>
 
+<div class="panelMacro"><table class="tipMacro"><colgroup span="1"><col 
span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" 
valign="top"><img align="middle" 
src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif"; 
width="16" height="16" alt="" border="0"></td><td colspan="1" 
rowspan="1"><b>Bean attribute now deprecated</b><br clear="none">Note, the 
<tt>bean</tt> attribute of the method expression element is now deprecated. You 
should now make use of <tt>ref</tt> attribute instead.</td></tr></table></div>
+
 <h3><a shape="rect" name="BeanLanguage-Writingtheexpressionbean"></a>Writing 
the expression bean</h3>
 
 <p>The bean in the above examples is just any old Java Bean with a method 
called isGoldCustomer() that returns some object that is easily converted to a 
<b>boolean</b> value in this case, as its used as a predicate.</p>

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 Tue May 28 14:22:04 
2013
@@ -8276,13 +8276,15 @@ from(<span class="code-quote">"activemq:
 <span class="code-tag">&lt;route&gt;</span>
   <span class="code-tag">&lt;from uri=<span 
class="code-quote">"activemq:topic:OrdersTopic"</span>/&gt;</span>
   <span class="code-tag">&lt;filter&gt;</span>
-    <span class="code-tag">&lt;method bean=<span 
class="code-quote">"myBean"</span> method=<span 
class="code-quote">"isGoldCustomer"</span>/&gt;</span>
+    <span class="code-tag">&lt;method ref=<span 
class="code-quote">"myBean"</span> method=<span 
class="code-quote">"isGoldCustomer"</span>/&gt;</span>
     <span class="code-tag">&lt;to uri=<span 
class="code-quote">"activemq:BigSpendersQueue"</span>/&gt;</span>
   <span class="code-tag">&lt;/filter&gt;</span>
 <span class="code-tag">&lt;/route&gt;</span>
 </pre>
 </div></div>
 
+<div class="panelMacro"><table class="tipMacro"><colgroup span="1"><col 
span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" 
valign="top"><img align="middle" 
src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif"; 
width="16" height="16" alt="" border="0"></td><td colspan="1" 
rowspan="1"><b>Bean attribute now deprecated</b><br clear="none">Note, the 
<tt>bean</tt> attribute of the method expression element is now deprecated. You 
should now make use of <tt>ref</tt> attribute instead.</td></tr></table></div>
+
 <h3><a shape="rect" name="BookInOnePage-Writingtheexpressionbean"></a>Writing 
the expression bean</h3>
 
 <p>The bean in the above examples is just any old Java Bean with a method 
called isGoldCustomer() that returns some object that is easily converted to a 
<b>boolean</b> value in this case, as its used as a predicate.</p>

Modified: websites/production/camel/content/book-languages-appendix.html
==============================================================================
--- websites/production/camel/content/book-languages-appendix.html (original)
+++ websites/production/camel/content/book-languages-appendix.html Tue May 28 
14:22:04 2013
@@ -107,13 +107,15 @@ from(<span class="code-quote">"activemq:
 <span class="code-tag">&lt;route&gt;</span>
   <span class="code-tag">&lt;from uri=<span 
class="code-quote">"activemq:topic:OrdersTopic"</span>/&gt;</span>
   <span class="code-tag">&lt;filter&gt;</span>
-    <span class="code-tag">&lt;method bean=<span 
class="code-quote">"myBean"</span> method=<span 
class="code-quote">"isGoldCustomer"</span>/&gt;</span>
+    <span class="code-tag">&lt;method ref=<span 
class="code-quote">"myBean"</span> method=<span 
class="code-quote">"isGoldCustomer"</span>/&gt;</span>
     <span class="code-tag">&lt;to uri=<span 
class="code-quote">"activemq:BigSpendersQueue"</span>/&gt;</span>
   <span class="code-tag">&lt;/filter&gt;</span>
 <span class="code-tag">&lt;/route&gt;</span>
 </pre>
 </div></div>
 
+<div class="panelMacro"><table class="tipMacro"><colgroup span="1"><col 
span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" 
valign="top"><img align="middle" 
src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif"; 
width="16" height="16" alt="" border="0"></td><td colspan="1" 
rowspan="1"><b>Bean attribute now deprecated</b><br clear="none">Note, the 
<tt>bean</tt> attribute of the method expression element is now deprecated. You 
should now make use of <tt>ref</tt> attribute instead.</td></tr></table></div>
+
 <h3><a shape="rect" 
name="BookLanguagesAppendix-Writingtheexpressionbean"></a>Writing the 
expression bean</h3>
 
 <p>The bean in the above examples is just any old Java Bean with a method 
called isGoldCustomer() that returns some object that is easily converted to a 
<b>boolean</b> value in this case, as its used as a predicate.</p>

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


Reply via email to