[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting/callback ...
Ron Sigal
ron_sigal at yahoo.com
Wed Dec 13 20:02:16 EST 2006
User: rsigal
Date: 06/12/13 20:02:16
Modified: src/main/org/jboss/remoting/callback Tag: remoting_2_x
ServerInvokerCallbackHandler.java
Log:
JBREM-650: In init() pass metadata to callback Client.
Revision Changes Path
No revision
No revision
1.15.2.5 +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.15.2.4
retrieving revision 1.15.2.5
diff -u -b -r1.15.2.4 -r1.15.2.5
--- ServerInvokerCallbackHandler.java 28 Nov 2006 16:54:51 -0000 1.15.2.4
+++ ServerInvokerCallbackHandler.java 14 Dec 2006 01:02:16 -0000 1.15.2.5
@@ -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