[jboss-remoting-commits] JBoss Remoting SVN: r5237 - remoting2/branches/2.2/src/main/org/jboss/remoting.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Fri May 15 17:50:40 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-05-15 17:50:39 -0400 (Fri, 15 May 2009)
New Revision: 5237

Modified:
   remoting2/branches/2.2/src/main/org/jboss/remoting/Remoting.java
Log:
JBREM-1102: Added "passConfigMapToMarshalFactory" key.

Modified: remoting2/branches/2.2/src/main/org/jboss/remoting/Remoting.java
===================================================================
--- remoting2/branches/2.2/src/main/org/jboss/remoting/Remoting.java	2009-05-15 21:50:07 UTC (rev 5236)
+++ remoting2/branches/2.2/src/main/org/jboss/remoting/Remoting.java	2009-05-15 21:50:39 UTC (rev 5237)
@@ -99,4 +99,11 @@
     * fix a source of ClassCastExceptions.  
     */
    public static final String USE_CURRENT_THREAD_CLASS_LOADER = "useCurrentThreadClassLoader";
+   
+   /**
+    * A flag for indicating that the Client configuration map should be used to configure
+    * marshallers and unmarshallers.  If set to false (the default value), then parameters
+    * will be taken only from the InvokerLocator.
+    */
+   public static final String PASS_CONFIG_MAP_TO_MARSHAL_FACTORY = "passConfigMapToMarshalFactory";
 }




More information about the jboss-remoting-commits mailing list