[jboss-cvs] JBossAS SVN: r74629 - in trunk/testsuite/src/resources/webservice/jbas5614: WEB-INF and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jun 16 12:36:06 EDT 2008


Author: heiko.braun at jboss.com
Date: 2008-06-16 12:36:06 -0400 (Mon, 16 Jun 2008)
New Revision: 74629

Modified:
   trunk/testsuite/src/resources/webservice/jbas5614/META-INF/jboss-client.xml
   trunk/testsuite/src/resources/webservice/jbas5614/WEB-INF/web.xml
Log:
JBAS-5614: Remove security reqs. from test case

Modified: trunk/testsuite/src/resources/webservice/jbas5614/META-INF/jboss-client.xml
===================================================================
--- trunk/testsuite/src/resources/webservice/jbas5614/META-INF/jboss-client.xml	2008-06-16 16:30:49 UTC (rev 74628)
+++ trunk/testsuite/src/resources/webservice/jbas5614/META-INF/jboss-client.xml	2008-06-16 16:36:06 UTC (rev 74629)
@@ -7,7 +7,7 @@
 
   <service-ref>
     <service-ref-name>service/HelloWorldService</service-ref-name>
-    <config-name>Standard WSSecurity Client</config-name>
+    <!--config-name>Standard WSSecurity Client</config-name-->
     <wsdl-override>http://@jbosstest.host.name@:8080/webservice-jbas5614?wsdl</wsdl-override>
   </service-ref>
 

Modified: trunk/testsuite/src/resources/webservice/jbas5614/WEB-INF/web.xml
===================================================================
--- trunk/testsuite/src/resources/webservice/jbas5614/WEB-INF/web.xml	2008-06-16 16:30:49 UTC (rev 74628)
+++ trunk/testsuite/src/resources/webservice/jbas5614/WEB-INF/web.xml	2008-06-16 16:36:06 UTC (rev 74629)
@@ -5,10 +5,10 @@
   xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
   version="2.4">
 
-  <context-param>
+  <!--context-param>
     <param-name>jbossws-config-name</param-name>
     <param-value>Standard WSSecurity Endpoint</param-value>
-  </context-param>
+  </context-param-->
 
   <servlet>
     <servlet-name>HelloWorldService</servlet-name>




More information about the jboss-cvs-commits mailing list