Author: buildbot
Date: Wed Oct 31 09:21:32 2012
New Revision: 836702
Log:
Production update by buildbot for camel
Modified:
websites/production/camel/content/book-component-appendix.html
websites/production/camel/content/book-in-one-page.html
websites/production/camel/content/cache/main.pageCache
websites/production/camel/content/file2.html
Modified: websites/production/camel/content/book-component-appendix.html
==============================================================================
--- websites/production/camel/content/book-component-appendix.html (original)
+++ websites/production/camel/content/book-component-appendix.html Wed Oct 31 09:21:32 2012
@@ -3501,7 +3501,7 @@ file:<span class="code-comment">//direct
<div class="panelMacro"><table class="tipMacro"><colgroup span="1"><col
span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1"
valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Only
directories</b><br clear="none">Camel supports only endpoints configured with
a starting directory. So the <b>directoryName</b> must be a directory.<br clear="none">
If you want to consume a single file only, you can use the <b>fileName</b> option,
e.g. by setting <tt>fileName=thefilename</tt>.<br clear="none">
Also, the starting directory must not contain dynamic expressions with ${ } placeholders.
Again use the <tt>fileName</tt> option to specify the dynamic part of the filename.</td></tr></table></div>
-<div class="panelMacro"><table class="warningMacro"><colgroup span="1"><col
span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1"
valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/forbidden.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Avoid
reading files currently being written by another application</b><br clear="none">Beware
the JDK File IO API is a bit limited in detecting whether another application is currently
writing/copying a file. And the implementation can be different depending on OS platform as
well. This could lead to that Camel thinks the file is not locked by another process and start
consuming it. Therefore you have to do you own investigation what suites your environment.
To help with this Camel provides different <tt>readLock</tt> options and <tt>doneFileOption</tt>
option that you can use. See also the section <em>Consuming files from folders where
ot
hers drop files directly</em>.</td></tr></table></div>
+<div class="panelMacro"><table class="warningMacro"><colgroup span="1"><col
span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1"
valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/forbidden.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Avoid
reading files currently being written by another application</b><br clear="none">Beware
the JDK File IO API is a bit limited in detecting whether another application is currently
writing/copying a file. And the implementation can be different depending on OS platform as
well. This could lead to that Camel thinks the file is not locked by another process and start
consuming it. Therefore you have to do you own investigation what suites your environment.
To help with this Camel provides different <tt>readLock</tt> options and <tt>doneFileName</tt>
option that you can use. See also the section <em>Consuming files from folders where
othe
rs drop files directly</em>.</td></tr></table></div>
<h3><a shape="rect" name="BookComponentAppendix-URIOptions"></a>URI Options</h3>
Modified: websites/production/camel/content/book-in-one-page.html
==============================================================================
--- websites/production/camel/content/book-in-one-page.html (original)
+++ websites/production/camel/content/book-in-one-page.html Wed Oct 31 09:21:32 2012
@@ -23732,7 +23732,7 @@ file:<span class="code-comment">//direct
<div class="panelMacro"><table class="tipMacro"><colgroup span="1"><col
span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1"
valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Only
directories</b><br clear="none">Camel supports only endpoints configured with
a starting directory. So the <b>directoryName</b> must be a directory.<br clear="none">
If you want to consume a single file only, you can use the <b>fileName</b> option,
e.g. by setting <tt>fileName=thefilename</tt>.<br clear="none">
Also, the starting directory must not contain dynamic expressions with ${ } placeholders.
Again use the <tt>fileName</tt> option to specify the dynamic part of the filename.</td></tr></table></div>
-<div class="panelMacro"><table class="warningMacro"><colgroup span="1"><col
span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1"
valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/forbidden.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Avoid
reading files currently being written by another application</b><br clear="none">Beware
the JDK File IO API is a bit limited in detecting whether another application is currently
writing/copying a file. And the implementation can be different depending on OS platform as
well. This could lead to that Camel thinks the file is not locked by another process and start
consuming it. Therefore you have to do you own investigation what suites your environment.
To help with this Camel provides different <tt>readLock</tt> options and <tt>doneFileOption</tt>
option that you can use. See also the section <em>Consuming files from folders where
ot
hers drop files directly</em>.</td></tr></table></div>
+<div class="panelMacro"><table class="warningMacro"><colgroup span="1"><col
span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1"
valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/forbidden.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Avoid
reading files currently being written by another application</b><br clear="none">Beware
the JDK File IO API is a bit limited in detecting whether another application is currently
writing/copying a file. And the implementation can be different depending on OS platform as
well. This could lead to that Camel thinks the file is not locked by another process and start
consuming it. Therefore you have to do you own investigation what suites your environment.
To help with this Camel provides different <tt>readLock</tt> options and <tt>doneFileName</tt>
option that you can use. See also the section <em>Consuming files from folders where
othe
rs drop files directly</em>.</td></tr></table></div>
<h3><a shape="rect" name="BookInOnePage-URIOptions"></a>URI Options</h3>
Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/camel/content/file2.html
==============================================================================
--- websites/production/camel/content/file2.html (original)
+++ websites/production/camel/content/file2.html Wed Oct 31 09:21:32 2012
@@ -102,7 +102,7 @@ file:<span class="code-comment">//direct
<div class="panelMacro"><table class="tipMacro"><colgroup span="1"><col
span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1"
valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Only
directories</b><br clear="none">Camel supports only endpoints configured with
a starting directory. So the <b>directoryName</b> must be a directory.<br clear="none">
If you want to consume a single file only, you can use the <b>fileName</b> option,
e.g. by setting <tt>fileName=thefilename</tt>.<br clear="none">
Also, the starting directory must not contain dynamic expressions with ${ } placeholders.
Again use the <tt>fileName</tt> option to specify the dynamic part of the filename.</td></tr></table></div>
-<div class="panelMacro"><table class="warningMacro"><colgroup span="1"><col
span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1"
valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/forbidden.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Avoid
reading files currently being written by another application</b><br clear="none">Beware
the JDK File IO API is a bit limited in detecting whether another application is currently
writing/copying a file. And the implementation can be different depending on OS platform as
well. This could lead to that Camel thinks the file is not locked by another process and start
consuming it. Therefore you have to do you own investigation what suites your environment.
To help with this Camel provides different <tt>readLock</tt> options and <tt>doneFileOption</tt>
option that you can use. See also the section <em>Consuming files from folders where
ot
hers drop files directly</em>.</td></tr></table></div>
+<div class="panelMacro"><table class="warningMacro"><colgroup span="1"><col
span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1"
valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/forbidden.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Avoid
reading files currently being written by another application</b><br clear="none">Beware
the JDK File IO API is a bit limited in detecting whether another application is currently
writing/copying a file. And the implementation can be different depending on OS platform as
well. This could lead to that Camel thinks the file is not locked by another process and start
consuming it. Therefore you have to do you own investigation what suites your environment.
To help with this Camel provides different <tt>readLock</tt> options and <tt>doneFileName</tt>
option that you can use. See also the section <em>Consuming files from folders where
othe
rs drop files directly</em>.</td></tr></table></div>
<h3><a shape="rect" name="File2-URIOptions"></a>URI Options</h3>
|