[
https://issues.apache.org/jira/browse/CAMEL-7470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Willem Jiang reassigned CAMEL-7470:
-----------------------------------
Assignee: Willem Jiang
> 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
> Assignee: Willem Jiang
> Priority: Trivial
> Fix For: 2.13.2
>
>
> 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)