[jboss-svn-commits] JBossWS SVN: r1069 - trunk/src/test/resources/interop/microsoft/security/sep06/wsse10/WEB-INF

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Sep 27 11:34:35 EDT 2006


Author: heiko.braun at jboss.com
Date: 2006-09-27 11:34:32 -0400 (Wed, 27 Sep 2006)
New Revision: 1069

Modified:
   trunk/src/test/resources/interop/microsoft/security/sep06/wsse10/WEB-INF/jboss-web.xml
   trunk/src/test/resources/interop/microsoft/security/sep06/wsse10/WEB-INF/web.xml
   trunk/src/test/resources/interop/microsoft/security/sep06/wsse10/WEB-INF/webservices.xml
Log:
starting point

Modified: trunk/src/test/resources/interop/microsoft/security/sep06/wsse10/WEB-INF/jboss-web.xml
===================================================================
--- trunk/src/test/resources/interop/microsoft/security/sep06/wsse10/WEB-INF/jboss-web.xml	2006-09-27 15:11:15 UTC (rev 1068)
+++ trunk/src/test/resources/interop/microsoft/security/sep06/wsse10/WEB-INF/jboss-web.xml	2006-09-27 15:34:32 UTC (rev 1069)
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <jboss-web>
-   <context-root>/wsse10Sign</context-root>
-   <depends>jboss.ws:service=WebServiceDeployerJSE</depends>
+   <context-root>/wsse10Sign_sep06</context-root>   
 </jboss-web>
\ No newline at end of file

Modified: trunk/src/test/resources/interop/microsoft/security/sep06/wsse10/WEB-INF/web.xml
===================================================================
--- trunk/src/test/resources/interop/microsoft/security/sep06/wsse10/WEB-INF/web.xml	2006-09-27 15:11:15 UTC (rev 1068)
+++ trunk/src/test/resources/interop/microsoft/security/sep06/wsse10/WEB-INF/web.xml	2006-09-27 15:34:32 UTC (rev 1069)
@@ -12,7 +12,7 @@
 
    <servlet>
       <servlet-name>ServiceServlet</servlet-name>
-      <servlet-class>org.jboss.test.ws.interop.microsoft.security.wsse10.TestService</servlet-class>
+      <servlet-class>org.jboss.test.ws.interop.microsoft.security.sep06.wsse10.TestService</servlet-class>
       <load-on-startup>0</load-on-startup>
    </servlet>
    <servlet-mapping>

Modified: trunk/src/test/resources/interop/microsoft/security/sep06/wsse10/WEB-INF/webservices.xml
===================================================================
--- trunk/src/test/resources/interop/microsoft/security/sep06/wsse10/WEB-INF/webservices.xml	2006-09-27 15:11:15 UTC (rev 1068)
+++ trunk/src/test/resources/interop/microsoft/security/sep06/wsse10/WEB-INF/webservices.xml	2006-09-27 15:34:32 UTC (rev 1069)
@@ -8,14 +8,14 @@
 
    <webservice-description>
 
-      <webservice-description-name>wsse10SignTestService</webservice-description-name>
+      <webservice-description-name>wsse10SignTestService_sep06</webservice-description-name>
       <wsdl-file>WEB-INF/wsdl/WsSecurity10Sign.wsdl</wsdl-file>
       <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
 
       <port-component>
          <port-component-name>signPort</port-component-name>
          <wsdl-port>wsdl:MutualCertificate10Sign_IPingServiceSign</wsdl-port>
-         <service-endpoint-interface>org.jboss.test.ws.interop.microsoft.security.wsse10.IPingServiceSign</service-endpoint-interface>
+         <service-endpoint-interface>org.jboss.test.ws.interop.microsoft.security.sep06.wsse10.IPingServiceSign</service-endpoint-interface>
          <service-impl-bean>
             <servlet-link>ServiceServlet</servlet-link>
          </service-impl-bean>




More information about the jboss-svn-commits mailing list