[jboss-remoting-commits] JBoss Remoting SVN: r4943 - remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/servlet/nopreservelines/WEB-INF.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Sun Apr 5 02:27:41 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-04-05 02:27:41 -0400 (Sun, 05 Apr 2009)
New Revision: 4943

Modified:
   remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/servlet/nopreservelines/WEB-INF/web.xml
Log:
JBREM-139: Replaced locatorUrl with invokerName.

Modified: remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/servlet/nopreservelines/WEB-INF/web.xml
===================================================================
--- remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/servlet/nopreservelines/WEB-INF/web.xml	2009-04-05 06:26:50 UTC (rev 4942)
+++ remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/servlet/nopreservelines/WEB-INF/web.xml	2009-04-05 06:27:41 UTC (rev 4943)
@@ -15,10 +15,8 @@
         </description>
         <servlet-class>org.jboss.remoting.transport.servlet.web.ServerInvokerServlet</servlet-class>
         <init-param>
-            <param-name>locatorUrl</param-name>
-            <param-value>
-               servlet://localhost:8080/servlet-invoker/ServerInvokerServlet
-            </param-value>
+            <param-name>invokerName</param-name>
+            <param-value>jboss.remoting:host=localhost,port=8080,service=invoker,transport=servlet</param-value>
             <description>The servlet server invoker</description>
         </init-param>
         <load-on-startup>1</load-on-startup>




More information about the jboss-remoting-commits mailing list