You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2007/06/27 22:14:06 UTC

svn commit: r551306 - in /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2: client/Options.java i18n/resource.properties

Author: dims
Date: Wed Jun 27 13:14:05 2007
New Revision: 551306

URL: http://svn.apache.org/viewvc?view=rev&rev=551306
Log:
Fix for AXIS2-2130 - Need more clarification for a message

Modified:
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/Options.java
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/i18n/resource.properties

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/Options.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/Options.java?view=diff&rev=551306&r1=551305&r2=551306
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/Options.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/Options.java Wed Jun 27 13:14:05 2007
@@ -949,7 +949,7 @@
 
             if ((!isTransportsEqual || !isATwoWaytransport)) {
                 throw new AxisFault(Messages
-                        .getMessage("useSeparateListenerLimited"));
+                        .getMessage("useSeparateListenerLimited", senderTransport, listenerTransport));
             }
         } else {
             setUseSeparateListener(useSeparateListener);

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/i18n/resource.properties
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/i18n/resource.properties?view=diff&rev=551306&r1=551305&r2=551306
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/i18n/resource.properties (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/i18n/resource.properties Wed Jun 27 13:14:05 2007
@@ -54,7 +54,7 @@
 responseTimeOut=Time out while waiting for the server to send the response.
 callBackCompletedWithError=The callback complete, but there was no envelope element or an error.
 2channelNeedAddressing=To use two transport channels you must use the WS-Addressing module. 
-useSeparateListenerLimited=A false value for the useSeparateListener is supported by the http/tcp and tcp commons transport only when they are set as the sender and receiver.
+useSeparateListenerLimited=Setting useSeparateListener to false is not a valid option when the Sender is {0} and Receiver is {1}   
 replyNeedStarting=Before requesting the ReplyTo value, the system must start the TransportListener. The Transport is {0}
 failedToOpenSocket=The system failed to open the socket.
 noRecep4Email=A recipient is not specified in the e-mail message.



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org