Thomas Günter created CAMEL-7470:
------------------------------------
Summary: Bug in Documentation of maxThreads on Reslet Component
Key: CAMEL-7470
URL: https://issues.apache.org/jira/browse/CAMEL-7470
Project: Camel
Issue Type: Bug
Components: camel-restlet
Affects Versions: 2.13.1
Reporter: Thomas Günter
Priority: Trivial
On the component documentation page:
[https://camel.apache.org/restlet.html]
In chapter _Configuring max threads on component_ the full qualified class name
is missing a bit (restlet):
Current:
{code:xml}
<bean id="restlet" class="org.apache.camel.component.RestletComponent">
<property name="maxThreads" value="100"/>
</bean>
{code}
Should be:
{code:xml}
<bean id="restlet" class="org.apache.camel.component.restlet.RestletComponent">
<property name="maxThreads" value="100"/>
</bean>
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)