Author: buildbot
Date: Thu Jul 25 10:19:58 2013
New Revision: 871125
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/camel-jmx.html
websites/production/camel/content/jpa.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 Thu Jul 25
10:19:58 2013
@@ -10159,15 +10159,15 @@ from("jpa://org.apache.camel.examples.Mu
<p>And finally we can create our JPA idempotent repository in the spring XML
file as well:</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
<script class="theme: Default; brush: xml; gutter: false"
type="syntaxhighlighter"><![CDATA[
-<camel:camelContext>
- <camel:route id="JpaMessageIdRepositoryTest">
- <camel:from uri="direct:start" />
- <camel:idempotentConsumer messageIdRepositoryRef="jpaStore">
- <camel:header>messageId</camel:header>
- <camel:to uri="mock:result" />
- </camel:idempotentConsumer>
- </camel:route>
-</camel:camelContext>
+<camelContext xmlns="http://camel.apache.org/schema/spring">
+ <route id="JpaMessageIdRepositoryTest">
+ <from uri="direct:start" />
+ <idempotentConsumer messageIdRepositoryRef="jpaStore">
+ <header>messageId</camel:header>
+ <to uri="mock:result" />
+ </idempotentConsumer>
+ </route>
+</camelContext>
]]></script>
</div></div>
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 Thu Jul 25 10:19:58
2013
@@ -31546,15 +31546,15 @@ from("jpa://org.apache.camel.examples.Mu
<p>And finally we can create our JPA idempotent repository in the spring XML
file as well:</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
<script class="theme: Default; brush: xml; gutter: false"
type="syntaxhighlighter"><![CDATA[
-<camel:camelContext>
- <camel:route id="JpaMessageIdRepositoryTest">
- <camel:from uri="direct:start" />
- <camel:idempotentConsumer messageIdRepositoryRef="jpaStore">
- <camel:header>messageId</camel:header>
- <camel:to uri="mock:result" />
- </camel:idempotentConsumer>
- </camel:route>
-</camel:camelContext>
+<camelContext xmlns="http://camel.apache.org/schema/spring">
+ <route id="JpaMessageIdRepositoryTest">
+ <from uri="direct:start" />
+ <idempotentConsumer messageIdRepositoryRef="jpaStore">
+ <header>messageId</camel:header>
+ <to uri="mock:result" />
+ </idempotentConsumer>
+ </route>
+</camelContext>
]]></script>
</div></div>
Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/camel/content/camel-jmx.html
==============================================================================
--- websites/production/camel/content/camel-jmx.html (original)
+++ websites/production/camel/content/camel-jmx.html Thu Jul 25 10:19:58 2013
@@ -379,7 +379,7 @@ SUNJMX=-Dcom.sun.management.jmxremote=tr
<h4><a shape="rect" name="CamelJMX-jmxAgentPropertiesReference"></a>jmxAgent
Properties Reference</h4>
<div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1"
class="confluenceTh"> Spring property </th><th colspan="1" rowspan="1"
class="confluenceTh"> System property </th><th colspan="1" rowspan="1"
class="confluenceTh"> Default Value </th><th colspan="1" rowspan="1"
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> id </td><td colspan="1" rowspan="1"
class="confluenceTd"> </td><td colspan="1" rowspan="1"
class="confluenceTd"> </td><td colspan="1" rowspan="1"
class="confluenceTd"> The JMX agent name, and it is not optional
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
usePlatformMBeanServer </td><td colspan="1" rowspan="1" class="confluenceTd">
org.apache.camel.jmx.usePlatformMBeanServer </td><td colspan="1" rowspan="1"
class="confluenceTd"> false, true - Release 1.5 or later </td><td colspan="1"
rowspan="1" class="confluenceTd"> If true then it will use the plateform MBean
server form the JVM <
/td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
mbeanServerDefaultDomain </td><td colspan="1" rowspan="1" class="confluenceTd">
org.apache.camel.jmx.mbeanServerDefaultDomain </td><td colspan="1" rowspan="1"
class="confluenceTd"> org.apache.camel </td><td colspan="1" rowspan="1"
class="confluenceTd"> The default JMX domain of the MBeanServer
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
mbeanObjectDomainName </td><td colspan="1" rowspan="1" class="confluenceTd">
org.apache.camel.jmx.mbeanObjectDomainName </td><td colspan="1" rowspan="1"
class="confluenceTd"> org.apache.camel </td><td colspan="1" rowspan="1"
class="confluenceTd"> The JMX domain that all objects names will use
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> createConnector
</td><td colspan="1" rowspan="1" class="confluenceTd">
org.apache.camel.jmx.createRmiConnect </td><td colspan="1" rowspan="1"
class="confluenceTd"> false </td><td colspan="1" rowspan="1" class="conflue
nceTd"> If we should create a JMX connector (to allow remote management) for
the MBeanServer </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
registryPort </td><td colspan="1" rowspan="1" class="confluenceTd">
org.apache.camel.jmx.rmiConnector.registryPort </td><td colspan="1" rowspan="1"
class="confluenceTd"> 1099 </td><td colspan="1" rowspan="1"
class="confluenceTd"> The port that the JMX RMI registry will use
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> connectorPort
</td><td colspan="1" rowspan="1" class="confluenceTd">
org.apache.camel.jmx.rmiConnector.connectorPort </td><td colspan="1"
rowspan="1" class="confluenceTd"> -1 (dynamic) </td><td colspan="1" rowspan="1"
class="confluenceTd"> The port that the JMX RMI server will use
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> serviceUrlPath
</td><td colspan="1" rowspan="1" class="confluenceTd">
org.apache.camel.jmx.serviceUrlPath </td><td colspan="1" rowspan="1"
class="confluence
Td"> /jmxrmi/camel </td><td colspan="1" rowspan="1" class="confluenceTd"> The
path that JMX connector will be registered under </td></tr><tr><td colspan="1"
rowspan="1" class="confluenceTd"> onlyRegisterProcessorWithCustomId </td><td
colspan="1" rowspan="1" class="confluenceTd">
org.apache.camel.jmx.onlyRegisterProcessorWithCustomId </td><td colspan="1"
rowspan="1" class="confluenceTd"> false </td><td colspan="1" rowspan="1"
class="confluenceTd"> <b>Camel 2.0:</b> If this option is enabled then only
processors with a custom id set will be registered. This allows you to filer
out unwanted processors in the JMX console. </td></tr><tr><td colspan="1"
rowspan="1" class="confluenceTd"> statisticsLevel </td><td colspan="1"
rowspan="1" class="confluenceTd"> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>All</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <b>Camel 2.1:</b> Configures the level for whether
performance statistics is enabled for the mbean. See sect
ion <em>Configuring level of granularity for performance statistics</em> for
more details. </td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1"
class="confluenceTh"> Spring property </th><th colspan="1" rowspan="1"
class="confluenceTh"> System property </th><th colspan="1" rowspan="1"
class="confluenceTh"> Default Value </th><th colspan="1" rowspan="1"
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> id </td><td colspan="1" rowspan="1"
class="confluenceTd"> </td><td colspan="1" rowspan="1"
class="confluenceTd"> </td><td colspan="1" rowspan="1"
class="confluenceTd"> The JMX agent name, and it is not optional
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
usePlatformMBeanServer </td><td colspan="1" rowspan="1" class="confluenceTd">
org.apache.camel.jmx.usePlatformMBeanServer </td><td colspan="1" rowspan="1"
class="confluenceTd"> false, true - Release 1.5 or later </td><td colspan="1"
rowspan="1" class="confluenceTd"> If true, it will use the MBean server from
the JVM </td></tr><tr><
td colspan="1" rowspan="1" class="confluenceTd"> mbeanServerDefaultDomain
</td><td colspan="1" rowspan="1" class="confluenceTd">
org.apache.camel.jmx.mbeanServerDefaultDomain </td><td colspan="1" rowspan="1"
class="confluenceTd"> org.apache.camel </td><td colspan="1" rowspan="1"
class="confluenceTd"> The default JMX domain of the MBeanServer
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
mbeanObjectDomainName </td><td colspan="1" rowspan="1" class="confluenceTd">
org.apache.camel.jmx.mbeanObjectDomainName </td><td colspan="1" rowspan="1"
class="confluenceTd"> org.apache.camel </td><td colspan="1" rowspan="1"
class="confluenceTd"> The JMX domain that all object names will use
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> createConnector
</td><td colspan="1" rowspan="1" class="confluenceTd">
org.apache.camel.jmx.createRmiConnect </td><td colspan="1" rowspan="1"
class="confluenceTd"> false </td><td colspan="1" rowspan="1"
class="confluenceTd"> If we s
hould create a JMX connector (to allow remote management) for the MBeanServer
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> registryPort
</td><td colspan="1" rowspan="1" class="confluenceTd">
org.apache.camel.jmx.rmiConnector.registryPort </td><td colspan="1" rowspan="1"
class="confluenceTd"> 1099 </td><td colspan="1" rowspan="1"
class="confluenceTd"> The port that the JMX RMI registry will use
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> connectorPort
</td><td colspan="1" rowspan="1" class="confluenceTd">
org.apache.camel.jmx.rmiConnector.connectorPort </td><td colspan="1"
rowspan="1" class="confluenceTd"> -1 (dynamic) </td><td colspan="1" rowspan="1"
class="confluenceTd"> The port that the JMX RMI server will use
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> serviceUrlPath
</td><td colspan="1" rowspan="1" class="confluenceTd">
org.apache.camel.jmx.serviceUrlPath </td><td colspan="1" rowspan="1"
class="confluenceTd"> /jmxrmi/ca
mel </td><td colspan="1" rowspan="1" class="confluenceTd"> The path that JMX
connector will be registered under </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> onlyRegisterProcessorWithCustomId </td><td colspan="1"
rowspan="1" class="confluenceTd">
org.apache.camel.jmx.onlyRegisterProcessorWithCustomId </td><td colspan="1"
rowspan="1" class="confluenceTd"> false </td><td colspan="1" rowspan="1"
class="confluenceTd"> <b>Camel 2.0:</b> If this option is enabled then only
processors with a custom id set will be registered. This allows you to filer
out unwanted processors in the JMX console. </td></tr><tr><td colspan="1"
rowspan="1" class="confluenceTd"> statisticsLevel </td><td colspan="1"
rowspan="1" class="confluenceTd"> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>All</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <b>Camel 2.1:</b> Configures the level for whether
performance statistics is enabled for the mbean. See section <em>Configu
ring level of granularity for performance statistics</em> for more details.
</td></tr></tbody></table>
</div>
Modified: websites/production/camel/content/jpa.html
==============================================================================
--- websites/production/camel/content/jpa.html (original)
+++ websites/production/camel/content/jpa.html Thu Jul 25 10:19:58 2013
@@ -265,15 +265,15 @@ from("jpa://org.apache.camel.examples.Mu
<p>And finally we can create our JPA idempotent repository in the spring XML
file as well:</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
<script class="theme: Default; brush: xml; gutter: false"
type="syntaxhighlighter"><![CDATA[
-<camel:camelContext>
- <camel:route id="JpaMessageIdRepositoryTest">
- <camel:from uri="direct:start" />
- <camel:idempotentConsumer messageIdRepositoryRef="jpaStore">
- <camel:header>messageId</camel:header>
- <camel:to uri="mock:result" />
- </camel:idempotentConsumer>
- </camel:route>
-</camel:camelContext>
+<camelContext xmlns="http://camel.apache.org/schema/spring">
+ <route id="JpaMessageIdRepositoryTest">
+ <from uri="direct:start" />
+ <idempotentConsumer messageIdRepositoryRef="jpaStore">
+ <header>messageId</camel:header>
+ <to uri="mock:result" />
+ </idempotentConsumer>
+ </route>
+</camelContext>
]]></script>
</div></div>