[jboss-cvs] JBoss Messaging SVN: r1480 - branches/Branch_HTTP_Experiment/src/main/org/jboss/jms/server/container

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 17 02:56:33 EDT 2006


Author: ron_sigal
Date: 2006-10-17 02:56:32 -0400 (Tue, 17 Oct 2006)
New Revision: 1480

Modified:
   branches/Branch_HTTP_Experiment/src/main/org/jboss/jms/server/container/InjectionAspect.java
Log:
JBMESSAGING-207:  Injects a ServerInvocationCallbackHandler into ServerConnectionEndpoint.

Modified: branches/Branch_HTTP_Experiment/src/main/org/jboss/jms/server/container/InjectionAspect.java
===================================================================
--- branches/Branch_HTTP_Experiment/src/main/org/jboss/jms/server/container/InjectionAspect.java	2006-10-17 06:52:33 UTC (rev 1479)
+++ branches/Branch_HTTP_Experiment/src/main/org/jboss/jms/server/container/InjectionAspect.java	2006-10-17 06:56:32 UTC (rev 1480)
@@ -73,7 +73,7 @@
        
        ServerConnectionEndpoint endpoint = (ServerConnectionEndpoint)advised.getEndpoint();
        
-       endpoint.setCallbackClient(handler.getCallbackClient());
+       endpoint.setCallbackHandler(handler);
        
        // Then we inject the remoting session id of the client
        String sessionId =




More information about the jboss-cvs-commits mailing list