[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting/transport/socket ...

Ron Sigal ron_sigal at yahoo.com
Tue Jul 3 23:46:39 EDT 2007


  User: rsigal  
  Date: 07/07/03 23:46:39

  Modified:    src/main/org/jboss/remoting/transport/socket  Tag:
                        remoting_2_x MicroSocketClientInvoker.java
  Log:
  JBREM-706: In transport, clientSideOneway is initialized to oneway.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.16.2.31 +2 -2      JBossRemoting/src/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MicroSocketClientInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.java,v
  retrieving revision 1.16.2.30
  retrieving revision 1.16.2.31
  diff -u -b -r1.16.2.30 -r1.16.2.31
  --- MicroSocketClientInvoker.java	30 Jun 2007 07:46:58 -0000	1.16.2.30
  +++ MicroSocketClientInvoker.java	4 Jul 2007 03:46:39 -0000	1.16.2.31
  @@ -43,7 +43,7 @@
    * @author <a href="mailto:telrod at e2technologies.net">Tom Elrod</a>
    * @author <a href="mailto:ovidiu at jboss.org">Ovidiu Feodorov</a>
    *
  - * @version $Revision: 1.16.2.30 $
  + * @version $Revision: 1.16.2.31 $
    */
   public class MicroSocketClientInvoker extends RemoteClientInvoker
   {
  @@ -707,7 +707,7 @@
            handleException(sockEx, socketWrapper);
         }
         
  -      boolean clientSideOneway = true;
  +      boolean clientSideOneway = oneway;
         if (invocation instanceof InvocationRequest)
         {
            InvocationRequest ir = (InvocationRequest) invocation;
  
  
  



More information about the jboss-cvs-commits mailing list