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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Sun Apr 5 02:55:48 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-04-05 02:55:48 -0400 (Sun, 05 Apr 2009)
New Revision: 4954

Modified:
   remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servlet/WEB-INF/web.xml
Log:
JBREM-139: Removed extraneous parameters from locatorUrl.

Modified: remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servlet/WEB-INF/web.xml
===================================================================
--- remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servlet/WEB-INF/web.xml	2009-04-05 06:50:47 UTC (rev 4953)
+++ remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servlet/WEB-INF/web.xml	2009-04-05 06:55:48 UTC (rev 4954)
@@ -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/?marshaller=org.jboss.test.remoting.marshall.config.ConfigTestMarshaller&amp;unmarshaller=org.jboss.test.remoting.marshall.config.ConfigTestUnmarshaller</param-value>
+            <param-value>servlet://localhost:8080/servlet-invoker/ServerInvokerServlet/?createUniqueObjectName=true</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