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 19:18:55 UTC

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

Author: buildbot
Date: Wed Dec  4 18:18:55 2013
New Revision: 889119

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 18:18:55 2013
@@ -128,7 +128,7 @@
 
 <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>
+<p>Optionally if the name of your JNDI properties file is something else other than the default <tt>jndi.properties</tt> or if it's not on the default classpath, then you can make use of the <tt>jndiProperties</tt> option as shown below:</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
@@ -136,7 +136,7 @@
   &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;jndiProperties&gt;/path/to/my/jndi/properties/my-guice-jndi.properties&lt;/jndiProperties&gt;
   &lt;/configuration&gt;
 &lt;/plugin&gt;
 ]]></script>