Author: buildbot
Date: Mon Jun  3 10:18:22 2013
New Revision: 864174

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/camel-run-maven-goal.html

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

Modified: websites/production/camel/content/camel-run-maven-goal.html
==============================================================================
--- websites/production/camel/content/camel-run-maven-goal.html (original)
+++ websites/production/camel/content/camel-run-maven-goal.html Mon Jun  3 
10:18:22 2013
@@ -131,12 +131,17 @@ OSGI-INF/blueprint/*.xml
         <span class="code-tag">&lt;configuration&gt;</span>
           <span class="code-tag">&lt;useBlueprint&gt;</span>true<span 
class="code-tag">&lt;/useBlueprint&gt;</span>
           <span 
class="code-tag">&lt;applicationContextUri&gt;</span>myBlueprint.xml<span 
class="code-tag">&lt;/applicationContextUri&gt;</span>
+          <span class="code-tag"><span class="code-comment">&lt;!-- 
ConfigAdmin options which have been added since Camel 2.12.0 
--&gt;</span></span>
+          <span class="code-tag">&lt;configAdminPid&gt;</span>test<span 
class="code-tag">&lt;/configAdminPid&gt;</span>
+          <span 
class="code-tag">&lt;configAdminFileName&gt;</span>/user/test/etc/test.cfg<span 
class="code-tag">&lt;/configAdminFileName&gt;</span>
         <span class="code-tag">&lt;/configuration&gt;</span>
       <span class="code-tag">&lt;/plugin&gt;</span>    
 </pre>
 </div></div>
 
-<p>The <tt>applicationContextUri</tt> will currently load the file from the 
classpath, so in the example above the myBlueprint.xml file must be in the root 
of the classpath.</p>
+<p>The <tt>applicationContextUri</tt> will currently load the file from the 
classpath, so in the example above the myBlueprint.xml file must be in the root 
of the classpath.<br clear="none">
+The <tt>configAdminPid</tt> is the pid name which will be used as the pid name 
for configuration admin service when loading the persistence properties file. 
<br clear="none">
+The <tt>configAdminFileName</tt> is the file name which will be used to load 
the configuration admin service properties file.</p>
 
 <h3><a shape="rect" name="CamelRunMavenGoal-RunningCDI"></a>Running CDI</h3>
 <p>From <b>Camel 2.11</b> onwards the <tt>camel:run</tt> plugin also supports 
running a <a shape="rect" href="cdi.html" title="CDI">CDI</a> application</p>


Reply via email to