Author: buildbot
Date: Thu Aug 30 12:17:45 2012
New Revision: 830548
Log:
Production update by buildbot for camel
Modified:
websites/production/camel/content/cache/main.pageCache
websites/production/camel/content/how-do-i-use-spring-property-placeholder-with-camel-xml.html
Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.
Modified:
websites/production/camel/content/how-do-i-use-spring-property-placeholder-with-camel-xml.html
==============================================================================
---
websites/production/camel/content/how-do-i-use-spring-property-placeholder-with-camel-xml.html
(original)
+++
websites/production/camel/content/how-do-i-use-spring-property-placeholder-with-camel-xml.html
Thu Aug 30 12:17:45 2012
@@ -77,9 +77,9 @@
<td valign="top" width="100%">
<div class="wiki-content maincontent"><h2><a shape="rect"
name="HowdoIuseSpringPropertyPlaceholderwithCamelXML-HowdoIuseSpringPropertyPlaceholderwithCamelXML"></a>How
do I use Spring Property Placeholder with Camel XML</h2>
-<p>We don't yet support the <tt>${something</tt>} notation inside arbitrary
Camel XML. For example at the time of writing this is not supported</p>
+<p>We do <b>NOT</b> yet support the <tt>${something</tt>} notation inside
arbitrary Camel XML. For example at the time of writing this is <b>NOT</b>
supported (due Spring limitations)</p>
-<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
+<div class="code panel" style="border-width: 1px;"><div class="codeHeader
panelHeader" style="border-bottom-width: 1px;"><b>IS NOT
SUPPORTED</b></div><div class="codeContent panelContent">
<pre class="code-java">
<beans xmlns=<span class="code-quote">"http:<span
class="code-comment">//www.springframework.org/schema/beans"</span>
</span> xmlns:xsi=<span class="code-quote">"http:<span
class="code-comment">//www.w3.org/2001/XMLSchema-instance"</span>
@@ -103,7 +103,7 @@
<p>However you can use the <b><endpoint/></b> element to define
endpoints which does support the property resolving which you can then refer to
by name, using the <a shape="rect" href="ref.html" title="Ref">Ref</a>
component as shown below (notice the ref: in the uri):</p>
-<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
+<div class="code panel" style="border-width: 1px;"><div class="codeHeader
panelHeader" style="border-bottom-width: 1px;"><b>SUPPORTED</b></div><div
class="codeContent panelContent">
<pre class="code-java">
<beans xmlns=<span class="code-quote">"http:<span
class="code-comment">//www.springframework.org/schema/beans"</span>
</span> xmlns:xsi=<span class="code-quote">"http:<span
class="code-comment">//www.w3.org/2001/XMLSchema-instance"</span>