[jboss-cvs] JBossAS SVN: r62479 - branches/Branch_4_2/ejb3/src/resources/test-configs/invoker/deploy/jboss-web.deployer.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Apr 23 03:04:36 EDT 2007


Author: wolfc
Date: 2007-04-23 03:04:35 -0400 (Mon, 23 Apr 2007)
New Revision: 62479

Modified:
   branches/Branch_4_2/ejb3/src/resources/test-configs/invoker/deploy/jboss-web.deployer/server.xml
Log:
Fixed unit test for jboss/web 2.0.0.GA

Modified: branches/Branch_4_2/ejb3/src/resources/test-configs/invoker/deploy/jboss-web.deployer/server.xml
===================================================================
--- branches/Branch_4_2/ejb3/src/resources/test-configs/invoker/deploy/jboss-web.deployer/server.xml	2007-04-22 20:05:56 UTC (rev 62478)
+++ branches/Branch_4_2/ejb3/src/resources/test-configs/invoker/deploy/jboss-web.deployer/server.xml	2007-04-23 07:04:35 UTC (rev 62479)
@@ -10,8 +10,7 @@
    start to allow web apps to be deployed before starting the
    connectors.
    -->
-   <Service name="jboss.web"
-      className="org.jboss.web.tomcat.service.StandardService">
+   <Service name="jboss.web">
 
     <!-- A "Connector" represents an endpoint by which requests are received
          and responses are returned. Documentation at :




More information about the jboss-cvs-commits mailing list