Author: buildbot Date: Sat May 11 11:21:12 2013 New Revision: 861623 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/properties.html websites/production/camel/content/using-propertyplaceholder.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 Sat May 11 11:21:12 2013 @@ -13857,6 +13857,8 @@ assertMockEndpointsSatisfied(); <h3><a shape="rect" name="BookComponentAppendix-UsingpropertyplaceholdersforanykindofattributeintheXMLDSL"></a>Using property placeholders for any kind of attribute in the XML DSL</h3> <p><b>Available as of Camel 2.7</b></p> +<div class="panelMacro"><table class="infoMacro"><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/information.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1">If you use OSGi Blueprint then this only works from <b>2.11.1</b> or <b>2.10.5</b> onwards.</td></tr></table></div> + <p>Previously it was only the <tt>xs:string</tt> type attributes in the XML DSL that support placeholders. For example often a timeout attribute would be a <tt>xs:int</tt> type and thus you cannot set a string value as the placeholder key. This is now possible from Camel 2.7 onwards using a special placeholder namespace.</p> <p>In the example below we use the <tt>prop</tt> prefix for the namespace <tt><a shape="rect" class="external-link" href="http://camel.apache.org/schema/placeholder">http://camel.apache.org/schema/placeholder</a></tt> by which we can use the <tt>prop</tt> prefix in the attributes in the XML DSLs. Notice how we use that in the <a shape="rect" href="multicast.html" title="Multicast">Multicast</a> to indicate that the option <tt>stopOnException</tt> should be the value of the placeholder with the key "stop".</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 Sat May 11 11:21:12 2013 @@ -34871,6 +34871,8 @@ assertMockEndpointsSatisfied(); <h3><a shape="rect" name="BookInOnePage-UsingpropertyplaceholdersforanykindofattributeintheXMLDSL"></a>Using property placeholders for any kind of attribute in the XML DSL</h3> <p><b>Available as of Camel 2.7</b></p> +<div class="panelMacro"><table class="infoMacro"><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/information.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1">If you use OSGi Blueprint then this only works from <b>2.11.1</b> or <b>2.10.5</b> onwards.</td></tr></table></div> + <p>Previously it was only the <tt>xs:string</tt> type attributes in the XML DSL that support placeholders. For example often a timeout attribute would be a <tt>xs:int</tt> type and thus you cannot set a string value as the placeholder key. This is now possible from Camel 2.7 onwards using a special placeholder namespace.</p> <p>In the example below we use the <tt>prop</tt> prefix for the namespace <tt><a shape="rect" class="external-link" href="http://camel.apache.org/schema/placeholder">http://camel.apache.org/schema/placeholder</a></tt> by which we can use the <tt>prop</tt> prefix in the attributes in the XML DSLs. Notice how we use that in the <a shape="rect" href="multicast.html" title="Multicast">Multicast</a> to indicate that the option <tt>stopOnException</tt> should be the value of the placeholder with the key "stop".</p> Modified: websites/production/camel/content/cache/main.pageCache ============================================================================== Binary files - no diff available. Modified: websites/production/camel/content/properties.html ============================================================================== --- websites/production/camel/content/properties.html (original) +++ websites/production/camel/content/properties.html Sat May 11 11:21:12 2013 @@ -379,6 +379,8 @@ assertMockEndpointsSatisfied(); <h3><a shape="rect" name="Properties-UsingpropertyplaceholdersforanykindofattributeintheXMLDSL"></a>Using property placeholders for any kind of attribute in the XML DSL</h3> <p><b>Available as of Camel 2.7</b></p> +<div class="panelMacro"><table class="infoMacro"><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/information.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1">If you use OSGi Blueprint then this only works from <b>2.11.1</b> or <b>2.10.5</b> onwards.</td></tr></table></div> + <p>Previously it was only the <tt>xs:string</tt> type attributes in the XML DSL that support placeholders. For example often a timeout attribute would be a <tt>xs:int</tt> type and thus you cannot set a string value as the placeholder key. This is now possible from Camel 2.7 onwards using a special placeholder namespace.</p> <p>In the example below we use the <tt>prop</tt> prefix for the namespace <tt><a shape="rect" class="external-link" href="http://camel.apache.org/schema/placeholder">http://camel.apache.org/schema/placeholder</a></tt> by which we can use the <tt>prop</tt> prefix in the attributes in the XML DSLs. Notice how we use that in the <a shape="rect" href="multicast.html" title="Multicast">Multicast</a> to indicate that the option <tt>stopOnException</tt> should be the value of the placeholder with the key "stop".</p> Modified: websites/production/camel/content/using-propertyplaceholder.html ============================================================================== --- websites/production/camel/content/using-propertyplaceholder.html (original) +++ websites/production/camel/content/using-propertyplaceholder.html Sat May 11 11:21:12 2013 @@ -358,6 +358,8 @@ assertMockEndpointsSatisfied(); <h3><a shape="rect" name="UsingPropertyPlaceholder-UsingpropertyplaceholdersforanykindofattributeintheXMLDSL"></a>Using property placeholders for any kind of attribute in the XML DSL</h3> <p><b>Available as of Camel 2.7</b></p> +<div class="panelMacro"><table class="infoMacro"><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/information.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1">If you use OSGi Blueprint then this only works from <b>2.11.1</b> or <b>2.10.5</b> onwards.</td></tr></table></div> + <p>Previously it was only the <tt>xs:string</tt> type attributes in the XML DSL that support placeholders. For example often a timeout attribute would be a <tt>xs:int</tt> type and thus you cannot set a string value as the placeholder key. This is now possible from Camel 2.7 onwards using a special placeholder namespace.</p> <p>In the example below we use the <tt>prop</tt> prefix for the namespace <tt><a shape="rect" class="external-link" href="http://camel.apache.org/schema/placeholder">http://camel.apache.org/schema/placeholder</a></tt> by which we can use the <tt>prop</tt> prefix in the attributes in the XML DSLs. Notice how we use that in the <a shape="rect" href="multicast.html" title="Multicast">Multicast</a> to indicate that the option <tt>stopOnException</tt> should be the value of the placeholder with the key "stop".</p>