[jboss-remoting-commits] JBoss Remoting SVN: r3740 - remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Tue Mar 25 00:46:16 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-03-25 00:46:15 -0400 (Tue, 25 Mar 2008)
New Revision: 3740

Modified:
   remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/SocketServerInvoker.java
Log:
JBREM-934: In PropertyEditors.mapJavaBeanProperties() in AccessController.doPrivileged() call, changed "this" to SocketServerInvoker.this.

Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/SocketServerInvoker.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/SocketServerInvoker.java	2008-03-25 04:45:20 UTC (rev 3739)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/SocketServerInvoker.java	2008-03-25 04:46:15 UTC (rev 3740)
@@ -188,7 +188,7 @@
          {
             public Object run() throws IntrospectionException
             {
-               PropertyEditors.mapJavaBeanProperties(this, props, false);
+               PropertyEditors.mapJavaBeanProperties(SocketServerInvoker.this, props, false);
                return null;
             }
          });




More information about the jboss-remoting-commits mailing list