Author: ffang
Date: Mon Feb 23 04:39:17 2009
New Revision: 746879
URL: http://svn.apache.org/viewvc?rev=746879&view=rev
Log:
[SMXCOMP-461]Fix smx-cxf-bc consumer timeout property JavaDoc and code
interpretation
Modified:
servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-cxf-bc/src/main/java/org/apache/servicemix/cxfbc/CxfBcConsumer.java
Modified:
servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-cxf-bc/src/main/java/org/apache/servicemix/cxfbc/CxfBcConsumer.java
URL:
http://svn.apache.org/viewvc/servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-cxf-bc/src/main/java/org/apache/servicemix/cxfbc/CxfBcConsumer.java?rev=746879&r1=746878&r2=746879&view=diff
==============================================================================
---
servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-cxf-bc/src/main/java/org/apache/servicemix/cxfbc/CxfBcConsumer.java
(original)
+++
servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-cxf-bc/src/main/java/org/apache/servicemix/cxfbc/CxfBcConsumer.java
Mon Feb 23 04:39:17 2009
@@ -166,6 +166,7 @@
private boolean transactionEnabled;
+
/**
* @return the wsdl
*/
@@ -965,10 +966,9 @@
* 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."
+ * the number of second to wait for a response
+ * @org.apache.xbean.Property description="the number of second the
endpoint
+ * will wait for a response. The default is 10
secs."
*/
public void setTimeout(int timeout) {
this.timeout = timeout;