You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2013/12/04 15:19:01 UTC

svn commit: r889096 - in /websites/production/camel/content: cache/main.pageCache guice-maven-plugin.html

Author: buildbot
Date: Wed Dec  4 14:19:01 2013
New Revision: 889096

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/guice-maven-plugin.html

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

Modified: websites/production/camel/content/guice-maven-plugin.html
==============================================================================
--- websites/production/camel/content/guice-maven-plugin.html (original)
+++ websites/production/camel/content/guice-maven-plugin.html Wed Dec  4 14:19:01 2013
@@ -124,6 +124,24 @@
 ]]></script>
 </div></div>
 
+<h3><a shape="rect" name="GuiceMavenPlugin-MakinguseofanoptionalJNDIpropertiesfile"></a>Making use of an optional JNDI properties file</h3>
+
+<p><b>Available as of Camel 2.13.0</b></p>
+
+<p>In case you want to make use of an optional JNDI properties file, for example in case when <a shape="rect" class="external-link" href="https://code.google.com/p/guiceyfruit/wiki/JNDI" rel="nofollow">the GuiceyFruit JNDI Provider</a> is in use, then this is how you can specify it:</p>
+
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
+&lt;plugin&gt;
+  &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
+  &lt;artifactId&gt;guice-maven-plugin/artifactId&gt;
+  &lt;configuration&gt;
+    &lt;jndiProperties&gt;/my-guice-jndi.properties&lt;/jndiProperties&gt;
+  &lt;/configuration&gt;
+&lt;/plugin&gt;
+]]></script>
+</div></div>
+
 <h3><a shape="rect" name="GuiceMavenPlugin-Classpath"></a>Classpath</h3>
 
 <p>The plugin will construct a classpath of any Maven dependency with scope "compile".  The classpath is output as an INFO log statement upon startup.</p>