[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting/callback ...
Ron Sigal
ron_sigal at yahoo.com
Wed Dec 27 00:45:50 EST 2006
User: rsigal
Date: 06/12/27 00:45:50
Modified: src/main/org/jboss/remoting/callback
ServerInvokerCallbackHandler.java
Log:
JBREM-650: Add metadata to configuration map when creating callback Client.
Revision Changes Path
1.20 +1 -0 JBossRemoting/src/main/org/jboss/remoting/callback/ServerInvokerCallbackHandler.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ServerInvokerCallbackHandler.java
===================================================================
RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/callback/ServerInvokerCallbackHandler.java,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- ServerInvokerCallbackHandler.java 28 Nov 2006 17:39:28 -0000 1.19
+++ ServerInvokerCallbackHandler.java 27 Dec 2006 05:45:50 -0000 1.20
@@ -154,6 +154,7 @@
if(owner.getConfiguration() != null)
{
clientConfig.putAll(owner.getConfiguration());
+ clientConfig.putAll(metadata);
}
// need to configure callback client with ssl config if one exists for server
configureSocketFactory(clientConfig, owner);
More information about the jboss-cvs-commits
mailing list