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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 18 00:32:05 EDT 2006


Author: ron_sigal
Date: 2006-10-18 00:32:05 -0400 (Wed, 18 Oct 2006)
New Revision: 1491

Modified:
   branches/Branch_HTTP_Experiment/src/main/org/jboss/jms/server/connectionfactory/ConnectionFactoryJNDIMapper.java
Log:
JBREM-207:  Removed InvokerLocator in call to ServerConnectionFactoryEndpoint constructor.

Modified: branches/Branch_HTTP_Experiment/src/main/org/jboss/jms/server/connectionfactory/ConnectionFactoryJNDIMapper.java
===================================================================
--- branches/Branch_HTTP_Experiment/src/main/org/jboss/jms/server/connectionfactory/ConnectionFactoryJNDIMapper.java	2006-10-18 02:48:51 UTC (rev 1490)
+++ branches/Branch_HTTP_Experiment/src/main/org/jboss/jms/server/connectionfactory/ConnectionFactoryJNDIMapper.java	2006-10-18 04:32:05 UTC (rev 1491)
@@ -84,7 +84,7 @@
       int id = serverPeer.getNextObjectID();
 
       ServerConnectionFactoryEndpoint endpoint =
-         new ServerConnectionFactoryEndpoint(id, locatorURI, serverPeer, clientID,
+         new ServerConnectionFactoryEndpoint(id, serverPeer, clientID,
                                              jndiBindings, prefetchSize,
                                              defaultTempQueueFullSize,
                                              defaultTempQueuePageSize, defaultTempQueueDownCacheSize);




More information about the jboss-cvs-commits mailing list