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

Ron Sigal ron_sigal at yahoo.com
Tue Aug 1 02:19:45 EDT 2006


  User: rsigal  
  Date: 06/08/01 02:19:45

  Modified:    src/main/org/jboss/remoting  Remoting.java
  Log:
  JBREM-520:  Changed value of SOCKET_FACTORY_NAME to match AbstractInvoker socketFactory bean attribute - this allows the use of "socketFactory" attribute in xml config documents.
  
  Revision  Changes    Path
  1.3       +1 -1      JBossRemoting/src/main/org/jboss/remoting/Remoting.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Remoting.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/Remoting.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- Remoting.java	27 Jul 2006 19:54:59 -0000	1.2
  +++ Remoting.java	1 Aug 2006 06:19:45 -0000	1.3
  @@ -44,5 +44,5 @@
       * Key for the configuration map passed to a Client to indicate the classname of
       * the socket factory to be used.
       */
  -   public static final String SOCKET_FACTORY_NAME = "customSocketFactoryName";
  +   public static final String SOCKET_FACTORY_NAME = "socketFactory";
   }
  
  
  



More information about the jboss-cvs-commits mailing list