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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Sun Jan 18 00:41:01 EST 2009


Author: ron.sigal at jboss.com
Date: 2009-01-18 00:41:01 -0500 (Sun, 18 Jan 2009)
New Revision: 4839

Modified:
   remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servlet/ssl/WEB-INF/web.xml
Log:
JBREM-139, JBREM-1079: Reorganized servlet unit tests and added .../callback/CallbackTestClient.

Modified: remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servlet/ssl/WEB-INF/web.xml
===================================================================
--- remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servlet/ssl/WEB-INF/web.xml	2009-01-18 05:40:30 UTC (rev 4838)
+++ remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servlet/ssl/WEB-INF/web.xml	2009-01-18 05:41:01 UTC (rev 4839)
@@ -16,7 +16,7 @@
         <servlet-class>org.jboss.remoting.transport.servlet.web.ServerInvokerServlet</servlet-class>
         <init-param>
             <param-name>locatorUrl</param-name>
-            <param-value>sslservlet://localhost:8443/servlet-invoker/ServerInvokerServlet</param-value>
+            <param-value>sslservlet://localhost:8443/servlet-invoker/ServerInvokerServlet/?createUniqueObjectName=true</param-value>
             <description>The servlet server invoker locator url</description>
 <!--
            <param-name>locatorUrl</param-name>




More information about the jboss-remoting-commits mailing list