Author: ron.sigal(a)jboss.com
Date: 2008-03-25 00:45:20 -0400 (Tue, 25 Mar 2008)
New Revision: 3739
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.java
Log:
JBREM-934: In PropertyEditors.mapJavaBeanProperties() in AccessController.doPrivileged()
call, changed "this" to MicroSocketClientInvoker.this.
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.java
===================================================================
---
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.java 2008-03-25
04:43:59 UTC (rev 3738)
+++
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.java 2008-03-25
04:45:20 UTC (rev 3739)
@@ -490,7 +490,7 @@
{
public Object run() throws IntrospectionException
{
- PropertyEditors.mapJavaBeanProperties(this, props, false);
+ PropertyEditors.mapJavaBeanProperties(MicroSocketClientInvoker.this,
props, false);
return null;
}
});