[jboss-cvs] JBossAS SVN: r82854 - in projects/ejb3/trunk/testsuite/src/test/resources: test-configs/invoker/deploy and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jan 14 03:48:40 EST 2009


Author: ALRubinger
Date: 2009-01-14 03:48:40 -0500 (Wed, 14 Jan 2009)
New Revision: 82854

Modified:
   projects/ejb3/trunk/testsuite/src/test/resources/known-issues.xml
   projects/ejb3/trunk/testsuite/src/test/resources/test-configs/invoker/deploy/servlet-invoker-service.xml
   projects/ejb3/trunk/testsuite/src/test/resources/test-configs/invoker/deploy/servlet-invoker.war/WEB-INF/web.xml
Log:
[EJBTHREE-1241][EJBTHREE-1675] Use a configuration that fixes the "invoker" tests

Modified: projects/ejb3/trunk/testsuite/src/test/resources/known-issues.xml
===================================================================
--- projects/ejb3/trunk/testsuite/src/test/resources/known-issues.xml	2009-01-14 08:40:43 UTC (rev 82853)
+++ projects/ejb3/trunk/testsuite/src/test/resources/known-issues.xml	2009-01-14 08:48:40 UTC (rev 82854)
@@ -44,7 +44,5 @@
   <entry key="org.jboss.ejb3.test.ejbthree1023.unit.DefaultLocalInterfaceWovenBeanTestCase.testDefaultLocalInterfaceWovenBean">show</entry>
   <!-- JBMETA-157 -->
   <entry key="org.jboss.ejb3.test.naming.unit.NamingTestCase.testJndiOverride">show</entry>
-  <!-- EJBTHREE-1675 -->
-  <entry key="org.jboss.ejb3.test.invoker.unit.InvokerTestCase.testHttp">show</entry>
  
 </properties>

Modified: projects/ejb3/trunk/testsuite/src/test/resources/test-configs/invoker/deploy/servlet-invoker-service.xml
===================================================================
--- projects/ejb3/trunk/testsuite/src/test/resources/test-configs/invoker/deploy/servlet-invoker-service.xml	2009-01-14 08:40:43 UTC (rev 82853)
+++ projects/ejb3/trunk/testsuite/src/test/resources/test-configs/invoker/deploy/servlet-invoker-service.xml	2009-01-14 08:48:40 UTC (rev 82854)
@@ -2,7 +2,7 @@
 
 <server>
 
-  <mbean code="org.jboss.remoting.transport.Connector" name="jboss.remoting:service=invoker,transport=servlet"
+  <mbean code="org.jboss.remoting.transport.Connector" name="jboss.remoting:service=connector,transport=servlet"
     display-name="Servlet transport Connector">
     <attribute name="InvokerLocator">servlet://${jboss.bind.address}:8080/servlet-invoker/ServerInvokerServlet</attribute>
     <attribute name="Configuration">

Modified: projects/ejb3/trunk/testsuite/src/test/resources/test-configs/invoker/deploy/servlet-invoker.war/WEB-INF/web.xml
===================================================================
--- projects/ejb3/trunk/testsuite/src/test/resources/test-configs/invoker/deploy/servlet-invoker.war/WEB-INF/web.xml	2009-01-14 08:40:43 UTC (rev 82853)
+++ projects/ejb3/trunk/testsuite/src/test/resources/test-configs/invoker/deploy/servlet-invoker.war/WEB-INF/web.xml	2009-01-14 08:48:40 UTC (rev 82854)
@@ -14,11 +14,17 @@
            ServletServerInvoker for processing.
         </description>
         <servlet-class>org.jboss.remoting.transport.servlet.web.ServerInvokerServlet</servlet-class>
-        <init-param>
+        <!--init-param>
             <param-name>invokerName</param-name>
             <param-value>jboss.remoting:service=invoker,transport=servlet</param-value>
             <description>The servlet server invoker</description>
+        </init-param-->
+        <init-param>
+            <param-name>locatorUrl</param-name>
+            <param-value>servlet://${jboss.bind.address}:8080/servlet-invoker/ServerInvokerServlet</param-value>
+            <description>The servlet server invoker</description>
         </init-param>
+
         <load-on-startup>1</load-on-startup>
     </servlet>
     <servlet-mapping>




More information about the jboss-cvs-commits mailing list