Author: buildbot Date: Mon Mar 19 13:20:49 2012 New Revision: 809167 Log: Production update by buildbot for camel
Modified: websites/production/camel/content/beanio.html 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/dns.html websites/production/camel/content/rss.html Modified: websites/production/camel/content/beanio.html ============================================================================== --- websites/production/camel/content/beanio.html (original) +++ websites/production/camel/content/beanio.html Mon Mar 19 13:20:49 2012 @@ -159,9 +159,9 @@ receives a message for each row.</p> <h3><a shape="rect" name="BeanIO-Dependencies"></a>Dependencies</h3> -<p>To use BeanIO in your camel routes you need to add the a dependency on <b>camel-beanio</b> which implements this data format. </p> +<p>To use BeanIO in your Camel routes you need to add a dependency on <b>camel-beanio</b> which implements this data format. </p> -<p>If you use maven you could just add the following to your pom.xml, substituting the version number for the latest & greatest release (see <a shape="rect" href="download.html" title="Download">the download page for the latest versions</a>).</p> +<p>If you use Maven you can just add the following to your pom.xml, substituting the version number for the latest & greatest release (see <a shape="rect" href="download.html" title="Download">the download page for the latest versions</a>).</p> <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <pre class="code-xml"> 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 Mon Mar 19 13:20:49 2012 @@ -3304,8 +3304,8 @@ The component offers the following opera <ul class="alternate" type="square"><li>ip, to resolve a domain by its ip</li><li>lookup, to lookup information about the domain</li><li>dig, to run DNS queries</li></ul> -<div class="panelMacro"><table class="infoMacro"><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/information.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Requires SUN JVM</b><br clear="none">The DNSJava library requires to run on a SUN JVM.<br clear="none"> -If you use Apache ServiceMix or Apache Karaf, you need to adjust the <tt>etc/jre.properties</tt> file, to add <tt>sun.net.spi.nameservice</tt> to the list of Java platform packages exported. And the server must be restarted before this change takes affect.</td></tr></table></div> +<div class="panelMacro"><table class="infoMacro"><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/information.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Requires SUN JVM</b><br clear="none">The DNSJava library requires running on the SUN JVM.<br clear="none"> +If you use Apache ServiceMix or Apache Karaf, you'll need to adjust the <tt>etc/jre.properties</tt> file, to add <tt>sun.net.spi.nameservice</tt> to the list of Java platform packages exported. The server will need restarting before this change takes effect.</td></tr></table></div> <p>Maven users will need to add the following dependency to their <tt>pom.xml</tt> for this component:</p> <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> @@ -13639,7 +13639,6 @@ from(endpoint).to(<span class="code-quot <ul><li><a shape="rect" href="configuring-camel.html" title="Configuring Camel">Configuring Camel</a></li><li><a shape="rect" href="component.html" title="Component">Component</a></li><li><a shape="rect" href="endpoint.html" title="Endpoint">Endpoint</a></li><li><a shape="rect" href="getting-started.html" title="Getting Started">Getting Started</a></li></ul> <h2><a shape="rect" name="BookComponentAppendix-RSSComponent"></a>RSS Component</h2> -<p><b>Available as of Camel 2.0</b></p> <p>The <b>rss:</b> component is used for polling RSS feeds. Camel will default poll the feed every 60th seconds.</p> @@ -13657,8 +13656,8 @@ from(endpoint).to(<span class="code-quot <p><b>Note:</b> The component currently only supports polling (consuming) feeds.</p> -<div class="panelMacro"><table class="noteMacro"><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/warning.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Using camel-rss in OSGi environment</b><br clear="none">Camel-rss uses <a shape="rect" class="external-link" href="https://rome.dev.java.net/" rel="nofollow">ROME</a> 1.0 and below. This library has class loading issues in OSGi environment. We submitted issue <a shape="rect" class="external-link" href="https://rome.dev.java.net/issues/show_bug.cgi?id=142" rel="nofollow">142</a> to ROME.<br clear="none"> -You can also find patched version in <a shape="rect" class="external-link" href="http://repository.code-house.org/content/repositories/code-house.public.release/rome/rome/1.0-osgi/" rel="nofollow">this repository</a>. One thing you have to change is version - patched version is marked as 1.0-osgi.</td></tr></table></div> +<div class="panelMacro"><table class="noteMacro"><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/warning.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Using camel-rss in OSGi environment</b><br clear="none">Camel-rss uses <a shape="rect" class="external-link" href="http://rometools.org/" rel="nofollow">ROME</a> 1.0 and below. This library has class loading issues in OSGi environment. We submitted issue <a shape="rect" class="external-link" href="https://rometools.jira.com/browse/ROME-142" rel="nofollow">142</a> to ROME.<br clear="none"> +You can find a patched version in <a shape="rect" class="external-link" href="http://repository.code-house.org/content/repositories/code-house.public.release/rome/rome/1.0-osgi/" rel="nofollow">this repository</a>. Its version will need to be changed - the patched version is marked as 1.0-osgi.</td></tr></table></div> <h3><a shape="rect" name="BookComponentAppendix-URIformat"></a>URI format</h3> @@ -13715,7 +13714,7 @@ rss:rssUri </pre> </div></div> -<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>Query parameters</b><br clear="none">If the URL for the RSS feed uses query parameters, then you can just provide these as well, for example if the feed uses <tt>alt=rss</tt>, then you can for example do<br clear="none"> +<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>Query parameters</b><br clear="none">If the URL for the RSS feed uses query parameters, this component will understand them as well, for example if the feed uses <tt>alt=rss</tt>, then you can for example do<br clear="none"> <tt>from("rss:<a shape="rect" class="external-link" href="http://someserver.com/feeds/posts/default?alt=rss&splitEntries=false&consumer.delay=1000" rel="nofollow">http://someserver.com/feeds/posts/default?alt=rss&splitEntries=false&consumer.delay=1000</a>").to("bean:rss");</tt></td></tr></table></div> <h3><a shape="rect" name="BookComponentAppendix-Filteringentries"></a>Filtering entries</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 Mon Mar 19 13:20:49 2012 @@ -939,7 +939,7 @@ routebox:routeboxName[?options] <pre class="code-xml"> rss:uri </pre> -</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Working with <a shape="rect" class="external-link" href="https://rome.dev.java.net" rel="nofollow">ROME</a> for RSS integration, such as consuming an RSS feed. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="seda.html" title="SEDA">SEDA</a> / camel-core +</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Working with <a shape="rect" class="external-link" href="http://rometools.org/" rel="nofollow">ROME</a> for RSS integration, such as consuming an RSS feed. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="seda.html" title="SEDA">SEDA</a> / camel-core <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <pre class="code-xml"> seda:name @@ -23373,8 +23373,8 @@ The component offers the following opera <ul class="alternate" type="square"><li>ip, to resolve a domain by its ip</li><li>lookup, to lookup information about the domain</li><li>dig, to run DNS queries</li></ul> -<div class="panelMacro"><table class="infoMacro"><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/information.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Requires SUN JVM</b><br clear="none">The DNSJava library requires to run on a SUN JVM.<br clear="none"> -If you use Apache ServiceMix or Apache Karaf, you need to adjust the <tt>etc/jre.properties</tt> file, to add <tt>sun.net.spi.nameservice</tt> to the list of Java platform packages exported. And the server must be restarted before this change takes affect.</td></tr></table></div> +<div class="panelMacro"><table class="infoMacro"><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/information.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Requires SUN JVM</b><br clear="none">The DNSJava library requires running on the SUN JVM.<br clear="none"> +If you use Apache ServiceMix or Apache Karaf, you'll need to adjust the <tt>etc/jre.properties</tt> file, to add <tt>sun.net.spi.nameservice</tt> to the list of Java platform packages exported. The server will need restarting before this change takes effect.</td></tr></table></div> <p>Maven users will need to add the following dependency to their <tt>pom.xml</tt> for this component:</p> <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> @@ -33708,7 +33708,6 @@ from(endpoint).to(<span class="code-quot <ul><li><a shape="rect" href="configuring-camel.html" title="Configuring Camel">Configuring Camel</a></li><li><a shape="rect" href="component.html" title="Component">Component</a></li><li><a shape="rect" href="endpoint.html" title="Endpoint">Endpoint</a></li><li><a shape="rect" href="getting-started.html" title="Getting Started">Getting Started</a></li></ul> <h2><a shape="rect" name="BookInOnePage-RSSComponent"></a>RSS Component</h2> -<p><b>Available as of Camel 2.0</b></p> <p>The <b>rss:</b> component is used for polling RSS feeds. Camel will default poll the feed every 60th seconds.</p> @@ -33726,8 +33725,8 @@ from(endpoint).to(<span class="code-quot <p><b>Note:</b> The component currently only supports polling (consuming) feeds.</p> -<div class="panelMacro"><table class="noteMacro"><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/warning.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Using camel-rss in OSGi environment</b><br clear="none">Camel-rss uses <a shape="rect" class="external-link" href="https://rome.dev.java.net/" rel="nofollow">ROME</a> 1.0 and below. This library has class loading issues in OSGi environment. We submitted issue <a shape="rect" class="external-link" href="https://rome.dev.java.net/issues/show_bug.cgi?id=142" rel="nofollow">142</a> to ROME.<br clear="none"> -You can also find patched version in <a shape="rect" class="external-link" href="http://repository.code-house.org/content/repositories/code-house.public.release/rome/rome/1.0-osgi/" rel="nofollow">this repository</a>. One thing you have to change is version - patched version is marked as 1.0-osgi.</td></tr></table></div> +<div class="panelMacro"><table class="noteMacro"><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/warning.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Using camel-rss in OSGi environment</b><br clear="none">Camel-rss uses <a shape="rect" class="external-link" href="http://rometools.org/" rel="nofollow">ROME</a> 1.0 and below. This library has class loading issues in OSGi environment. We submitted issue <a shape="rect" class="external-link" href="https://rometools.jira.com/browse/ROME-142" rel="nofollow">142</a> to ROME.<br clear="none"> +You can find a patched version in <a shape="rect" class="external-link" href="http://repository.code-house.org/content/repositories/code-house.public.release/rome/rome/1.0-osgi/" rel="nofollow">this repository</a>. Its version will need to be changed - the patched version is marked as 1.0-osgi.</td></tr></table></div> <h3><a shape="rect" name="BookInOnePage-URIformat"></a>URI format</h3> @@ -33784,7 +33783,7 @@ rss:rssUri </pre> </div></div> -<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>Query parameters</b><br clear="none">If the URL for the RSS feed uses query parameters, then you can just provide these as well, for example if the feed uses <tt>alt=rss</tt>, then you can for example do<br clear="none"> +<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>Query parameters</b><br clear="none">If the URL for the RSS feed uses query parameters, this component will understand them as well, for example if the feed uses <tt>alt=rss</tt>, then you can for example do<br clear="none"> <tt>from("rss:<a shape="rect" class="external-link" href="http://someserver.com/feeds/posts/default?alt=rss&splitEntries=false&consumer.delay=1000" rel="nofollow">http://someserver.com/feeds/posts/default?alt=rss&splitEntries=false&consumer.delay=1000</a>").to("bean:rss");</tt></td></tr></table></div> <h3><a shape="rect" name="BookInOnePage-Filteringentries"></a>Filtering entries</h3> Modified: websites/production/camel/content/cache/main.pageCache ============================================================================== Binary files - no diff available. Modified: websites/production/camel/content/dns.html ============================================================================== --- websites/production/camel/content/dns.html (original) +++ websites/production/camel/content/dns.html Mon Mar 19 13:20:49 2012 @@ -83,8 +83,8 @@ The component offers the following opera <ul class="alternate" type="square"><li>ip, to resolve a domain by its ip</li><li>lookup, to lookup information about the domain</li><li>dig, to run DNS queries</li></ul> -<div class="panelMacro"><table class="infoMacro"><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/information.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Requires SUN JVM</b><br clear="none">The DNSJava library requires to run on a SUN JVM.<br clear="none"> -If you use Apache ServiceMix or Apache Karaf, you need to adjust the <tt>etc/jre.properties</tt> file, to add <tt>sun.net.spi.nameservice</tt> to the list of Java platform packages exported. And the server must be restarted before this change takes affect.</td></tr></table></div> +<div class="panelMacro"><table class="infoMacro"><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/information.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Requires SUN JVM</b><br clear="none">The DNSJava library requires running on the SUN JVM.<br clear="none"> +If you use Apache ServiceMix or Apache Karaf, you'll need to adjust the <tt>etc/jre.properties</tt> file, to add <tt>sun.net.spi.nameservice</tt> to the list of Java platform packages exported. The server will need restarting before this change takes effect.</td></tr></table></div> <p>Maven users will need to add the following dependency to their <tt>pom.xml</tt> for this component:</p> <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> Modified: websites/production/camel/content/rss.html ============================================================================== --- websites/production/camel/content/rss.html (original) +++ websites/production/camel/content/rss.html Mon Mar 19 13:20:49 2012 @@ -76,7 +76,6 @@ <tr> <td valign="top" width="100%"> <div class="wiki-content maincontent"><h2><a shape="rect" name="RSS-RSSComponent"></a>RSS Component</h2> -<p><b>Available as of Camel 2.0</b></p> <p>The <b>rss:</b> component is used for polling RSS feeds. Camel will default poll the feed every 60th seconds.</p> @@ -94,8 +93,8 @@ <p><b>Note:</b> The component currently only supports polling (consuming) feeds.</p> -<div class="panelMacro"><table class="noteMacro"><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/warning.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Using camel-rss in OSGi environment</b><br clear="none">Camel-rss uses <a shape="rect" class="external-link" href="https://rome.dev.java.net/" rel="nofollow">ROME</a> 1.0 and below. This library has class loading issues in OSGi environment. We submitted issue <a shape="rect" class="external-link" href="https://rome.dev.java.net/issues/show_bug.cgi?id=142" rel="nofollow">142</a> to ROME.<br clear="none"> -You can also find patched version in <a shape="rect" class="external-link" href="http://repository.code-house.org/content/repositories/code-house.public.release/rome/rome/1.0-osgi/" rel="nofollow">this repository</a>. One thing you have to change is version - patched version is marked as 1.0-osgi.</td></tr></table></div> +<div class="panelMacro"><table class="noteMacro"><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/warning.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Using camel-rss in OSGi environment</b><br clear="none">Camel-rss uses <a shape="rect" class="external-link" href="http://rometools.org/" rel="nofollow">ROME</a> 1.0 and below. This library has class loading issues in OSGi environment. We submitted issue <a shape="rect" class="external-link" href="https://rometools.jira.com/browse/ROME-142" rel="nofollow">142</a> to ROME.<br clear="none"> +You can find a patched version in <a shape="rect" class="external-link" href="http://repository.code-house.org/content/repositories/code-house.public.release/rome/rome/1.0-osgi/" rel="nofollow">this repository</a>. Its version will need to be changed - the patched version is marked as 1.0-osgi.</td></tr></table></div> <h3><a shape="rect" name="RSS-URIformat"></a>URI format</h3> @@ -152,7 +151,7 @@ rss:rssUri </pre> </div></div> -<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>Query parameters</b><br clear="none">If the URL for the RSS feed uses query parameters, then you can just provide these as well, for example if the feed uses <tt>alt=rss</tt>, then you can for example do<br clear="none"> +<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>Query parameters</b><br clear="none">If the URL for the RSS feed uses query parameters, this component will understand them as well, for example if the feed uses <tt>alt=rss</tt>, then you can for example do<br clear="none"> <tt>from("rss:<a shape="rect" class="external-link" href="http://someserver.com/feeds/posts/default?alt=rss&splitEntries=false&consumer.delay=1000" rel="nofollow">http://someserver.com/feeds/posts/default?alt=rss&splitEntries=false&consumer.delay=1000</a>").to("bean:rss");</tt></td></tr></table></div> <h3><a shape="rect" name="RSS-Filteringentries"></a>Filtering entries</h3>