You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2014/05/29 03:44:01 UTC

[jira] [Resolved] (CAMEL-7470) Bug in Documentation of maxThreads on Reslet Component

     [ https://issues.apache.org/jira/browse/CAMEL-7470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang resolved CAMEL-7470.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 2.13.2

I just updated the wiki page to fix the error.

> 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)