[jbossws-commits] JBossWS SVN: r16166 - in stack/native/branches/jbossws-native-4.0.x: modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws1792/WEB-INF and 2 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Apr 16 09:57:53 EDT 2012


Author: ropalka
Date: 2012-04-16 09:57:51 -0400 (Mon, 16 Apr 2012)
New Revision: 16166

Modified:
   stack/native/branches/jbossws-native-4.0.x/
   stack/native/branches/jbossws-native-4.0.x/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws1792/WEB-INF/web.xml
   stack/native/branches/jbossws-native-4.0.x/modules/testsuite/native-tests/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/web.xml
   stack/native/branches/jbossws-native-4.0.x/modules/testsuite/native-tests/src/test/resources/jaxrpc/outparam/WEB-INF/web.xml
Log:
[JBPAPP-8667] Merged revisions 16165 via svnmerge from 
https://svn.jboss.org/repos/jbossws/stack/native/trunk

.......
  r16165 | ropalka | 2012-04-16 15:52:43 +0200 (Mon, 16 Apr 2012) | 1 line
  
  [JBWS-3481] removing useless configuration parameters
.......



Property changes on: stack/native/branches/jbossws-native-4.0.x
___________________________________________________________________
Modified: svnmerge-integrated
   - https://svn.jboss.org/repos/jbossws/stack/native/trunk:1-15651,15653-15678,15686,15696,15707,15714,15726-15731,15739-15740,15749-15759,15761,15775-15777,15779,15787-15791,15793-15804,15810,15812-15818,15821,15823-15827,15829,15831,15836-15876,15878-15891,15904-15933,15935-15944,15974,15988,15991,15995,15997,15999,16003,16013,16015,16021,16050-16052,16063-16065,16073-16078,16081-16085,16091-16097,16099-16105
   + https://svn.jboss.org/repos/jbossws/stack/native/trunk:1-15651,15653-15678,15686,15696,15707,15714,15726-15731,15739-15740,15749-15759,15761,15775-15777,15779,15787-15791,15793-15804,15810,15812-15818,15821,15823-15827,15829,15831,15836-15876,15878-15891,15904-15933,15935-15944,15974,15988,15991,15995,15997,15999,16003,16013,16015,16021,16050-16052,16063-16065,16073-16078,16081-16085,16091-16097,16099-16105,16165
Modified: svn:mergeinfo
   - /stack/native/branches/asoldano:14057,14069
/stack/native/branches/ropalka:13836-13879
/stack/native/trunk:15653,15670-15677,15686,15696,15707,15714,15726-15731,15739-15740,15749-15759,15761,15775-15777,15779,15787-15791,15793,15795,15797-15804,15810,15812-15818,15821,15823-15827,15829,15831,15836-15840,15858,15861,15871,15873,15880-15883,15887,15890-15891,15904-15931,15944,15974,15988,15991,15995,15997,15999,16003,16013,16015,16021,16050-16052,16063-16065,16073-16078,16081-16085,16091-16095,16103-16105
   + /stack/native/branches/asoldano:14057,14069
/stack/native/branches/ropalka:13836-13879
/stack/native/trunk:15653,15670-15677,15686,15696,15707,15714,15726-15731,15739-15740,15749-15759,15761,15775-15777,15779,15787-15791,15793,15795,15797-15804,15810,15812-15818,15821,15823-15827,15829,15831,15836-15840,15858,15861,15871,15873,15880-15883,15887,15890-15891,15904-15931,15944,15974,15988,15991,15995,15997,15999,16003,16013,16015,16021,16050-16052,16063-16065,16073-16078,16081-16085,16091-16095,16103-16105,16165

Modified: stack/native/branches/jbossws-native-4.0.x/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws1792/WEB-INF/web.xml
===================================================================
--- stack/native/branches/jbossws-native-4.0.x/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws1792/WEB-INF/web.xml	2012-04-16 13:52:43 UTC (rev 16165)
+++ stack/native/branches/jbossws-native-4.0.x/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws1792/WEB-INF/web.xml	2012-04-16 13:57:51 UTC (rev 16166)
@@ -5,15 +5,6 @@
   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>
-    <param-name>jbossws-config-name</param-name>
-    <param-value>Custom Endpoint Config</param-value>
-  </context-param>
-  <context-param>
-    <param-name>jbossws-config-file</param-name>
-    <param-value>WEB-INF/custom-endpoint-config.xml</param-value>
-  </context-param>	
-	
   <servlet>
     <servlet-name>TestEndpoint</servlet-name>
     <servlet-class>org.jboss.test.ws.jaxrpc.jbws1792.TestEndpointImpl</servlet-class>

Modified: stack/native/branches/jbossws-native-4.0.x/modules/testsuite/native-tests/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/web.xml
===================================================================
--- stack/native/branches/jbossws-native-4.0.x/modules/testsuite/native-tests/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/web.xml	2012-04-16 13:52:43 UTC (rev 16165)
+++ stack/native/branches/jbossws-native-4.0.x/modules/testsuite/native-tests/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/web.xml	2012-04-16 13:57:51 UTC (rev 16166)
@@ -5,12 +5,7 @@
   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>
-      <param-name>jbossws-config-name</param-name>
-      <param-value>Standard Endpoint</param-value>
-   </context-param>
-
-   <servlet>
+  <servlet>
     <servlet-name>StandardTypes</servlet-name>
     <servlet-class>org.jboss.test.ws.jaxrpc.marshall.StandardTypesBean</servlet-class>
   </servlet>

Modified: stack/native/branches/jbossws-native-4.0.x/modules/testsuite/native-tests/src/test/resources/jaxrpc/outparam/WEB-INF/web.xml
===================================================================
--- stack/native/branches/jbossws-native-4.0.x/modules/testsuite/native-tests/src/test/resources/jaxrpc/outparam/WEB-INF/web.xml	2012-04-16 13:52:43 UTC (rev 16165)
+++ stack/native/branches/jbossws-native-4.0.x/modules/testsuite/native-tests/src/test/resources/jaxrpc/outparam/WEB-INF/web.xml	2012-04-16 13:57:51 UTC (rev 16166)
@@ -5,11 +5,6 @@
   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>
-      <param-name>jbossws-config-name</param-name>
-      <param-value>Standard Endpoint</param-value>
-   </context-param>
-
   <servlet>
     <servlet-name>OutParamTestService</servlet-name>
     <servlet-class>org.jboss.test.ws.jaxrpc.outparam.OutParamTestServiceBean</servlet-class>



More information about the jbossws-commits mailing list