Author: bvahdat
Date: Fri Feb 10 10:29:33 2012
New Revision: 1242727

URL: http://svn.apache.org/viewvc?rev=1242727&view=rev
Log:
CAMEL-4998: Added comment about the warn log.

Modified:
    
camel/trunk/components/camel-spring-ws/src/main/java/org/apache/camel/component/spring/ws/SpringWebserviceProducer.java

Modified: 
camel/trunk/components/camel-spring-ws/src/main/java/org/apache/camel/component/spring/ws/SpringWebserviceProducer.java
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-spring-ws/src/main/java/org/apache/camel/component/spring/ws/SpringWebserviceProducer.java?rev=1242727&r1=1242726&r2=1242727&view=diff
==============================================================================
--- 
camel/trunk/components/camel-spring-ws/src/main/java/org/apache/camel/component/spring/ws/SpringWebserviceProducer.java
 (original)
+++ 
camel/trunk/components/camel-spring-ws/src/main/java/org/apache/camel/component/spring/ws/SpringWebserviceProducer.java
 Fri Feb 10 10:29:33 2012
@@ -107,6 +107,7 @@ public class SpringWebserviceProducer ex
             } else {
                 // Warn only if the timeout option has been explicitly 
specified
                 if (shouldConsiderTimeoutConfiguration(configuration)) {
+                    // For example this will be the case during unit-testing 
with the net.javacrumbs.spring-ws-test API
                     LOG.warn("Ignoring the timeout option for {} as there's no 
provided API available to populate it!", webServiceMessageSender);
                 }
             }


Reply via email to