[jboss-remoting-commits] JBoss Remoting SVN: r4709 - 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
Wed Nov 19 14:30:05 EST 2008


Author: ron.sigal at jboss.com
Date: 2008-11-19 14:30:05 -0500 (Wed, 19 Nov 2008)
New Revision: 4709

Modified:
   remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/SocketServerInvoker.java
Log:
JBREM-1058: Moved PropertyEditors.mapJavaProperties() to SecurityUtility.

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-11-19 19:29:34 UTC (rev 4708)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/SocketServerInvoker.java	2008-11-19 19:30:05 UTC (rev 4709)
@@ -201,7 +201,7 @@
    protected void setup() throws Exception
    {
       props.putAll(getConfiguration());
-      PropertyEditors.mapJavaBeanProperties(SocketServerInvoker.this, props, false);
+      SecurityUtility.mapJavaBeanProperties(this, props, false);
       super.setup();
       String ssclass = props.getProperty(SERVER_SOCKET_CLASS_FLAG);
       if(ssclass != null)




More information about the jboss-remoting-commits mailing list