Fix the xbean property description for the smx-cxf-bc consumer timeout property
--------------------------------------------------------------------------------
Key: SMXCOMP-461
URL: https://issues.apache.org/activemq/browse/SMXCOMP-461
Project: ServiceMix Components
Issue Type: Bug
Affects Versions: servicemix-cxf-bc-2008.01
Reporter: Ron Gavlin
The JavaDoc for the timeout property is below.
/**
* Specifies the interval for which the endpoint will wait for a
* response, This is specified in seconds.
*
* @param timeout the number of millis to wait for a response
* @org.apache.xbean.Property description="the number of millis the
endpoint will wait for a response. The default is 1 hour."
**/
public void setTimeout(long timeout) {
this.timeout = timeout;
}
The Property description should read:
* @org.apache.xbean.Property description="the number of seconds the
endpoint will wait for a response. The default is 0 (unlimited)."
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.