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"><configuration></span> <span class="code-tag"><useBlueprint></span>true<span class="code-tag"></useBlueprint></span> <span class="code-tag"><applicationContextUri></span>myBlueprint.xml<span class="code-tag"></applicationContextUri></span> + <span class="code-tag"><span class="code-comment"><!-- ConfigAdmin options which have been added since Camel 2.12.0 --></span></span> + <span class="code-tag"><configAdminPid></span>test<span class="code-tag"></configAdminPid></span> + <span class="code-tag"><configAdminFileName></span>/user/test/etc/test.cfg<span class="code-tag"></configAdminFileName></span> <span class="code-tag"></configuration></span> <span class="code-tag"></plugin></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>