[jboss-remoting-commits] JBoss Remoting SVN: r6071 - remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servlet/marshal/noconfig/WEB-INF.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Thu Aug 5 16:14:52 EDT 2010


Author: ron.sigal at jboss.com
Date: 2010-08-05 16:14:51 -0400 (Thu, 05 Aug 2010)
New Revision: 6071

Modified:
   remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servlet/marshal/noconfig/WEB-INF/web.xml
Log:
JBREM-1241: Reverting to correct contents.

Modified: remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servlet/marshal/noconfig/WEB-INF/web.xml
===================================================================
--- remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servlet/marshal/noconfig/WEB-INF/web.xml	2010-08-05 20:12:12 UTC (rev 6070)
+++ remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servlet/marshal/noconfig/WEB-INF/web.xml	2010-08-05 20:14:51 UTC (rev 6071)
@@ -4,7 +4,7 @@
    "http://java.sun.com/dtd/web-app_2_3.dtd">
 
 <!-- The the JBossRemoting server invoker servlet web.xml descriptor
-$Id: web.xml 4837 2009-01-18 05:40:05Z ron.sigal at jboss.com $
+$Id: web.xml 4903 2009-03-24 07:33:10Z ron.sigal at jboss.com $
 -->
 <web-app>
     <servlet>
@@ -16,7 +16,7 @@
         <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/?createUniqueObjectName=true&amp;useAllParams=true&amp;blockingMode=blocking</param-value>
+            <param-value>servlet://localhost:8080/servlet-invoker/ServerInvokerServlet</param-value>
             <description>The servlet server invoker locator url</description>
         </init-param>
         <load-on-startup>1</load-on-startup>



More information about the jboss-remoting-commits mailing list