User: starksm 
  Date: 01/06/01 07:08:49

  Modified:    src/resources/web/WEB-INF web.xml
  Log:
  Update the web integration test for resource access
  
  Revision  Changes    Path
  1.7       +4 -0      jbosstest/src/resources/web/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/resources/web/WEB-INF/web.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- web.xml   2001/05/31 02:30:04     1.6
  +++ web.xml   2001/06/01 14:08:49     1.7
  @@ -20,6 +20,10 @@
       <servlet>
           <servlet-name>EJBOnStartupServlet</servlet-name>
           
<servlet-class>org.jboss.test.web.servlets.EJBOnStartupServlet</servlet-class>
  +        <init-param>
  +            <param-name>failOnError</param-name>
  +            <param-value>false</param-value>
  +        </init-param>
           <load-on-startup>1</load-on-startup>
       </servlet>
       <servlet>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to