You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by mm...@apache.org on 2006/10/20 07:18:58 UTC

svn commit: r465997 - in /incubator/cxf/trunk: distribution/src/main/release/samples/dispatch_provider/src/demo/hwDispatch/server/ distribution/src/main/release/samples/js_provider/src/demo/hwDispatch/client/ distribution/src/main/release/samples/js_pr...

Author: mmao
Date: Thu Oct 19 22:18:56 2006
New Revision: 465997

URL: http://svn.apache.org/viewvc?view=rev&rev=465997
Log:
Fixed the Js_provider demo 
Clean the "objectweb"s in demo and tests.

Modified:
    incubator/cxf/trunk/distribution/src/main/release/samples/dispatch_provider/src/demo/hwDispatch/server/GreetMeDocLiteralResp1.xml
    incubator/cxf/trunk/distribution/src/main/release/samples/dispatch_provider/src/demo/hwDispatch/server/GreetMeDocLiteralResp2.xml
    incubator/cxf/trunk/distribution/src/main/release/samples/dispatch_provider/src/demo/hwDispatch/server/GreetMeDocLiteralResp3.xml
    incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/src/demo/hwDispatch/client/GreetMeDocLiteralReq1.xml
    incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/src/demo/hwDispatch/client/GreetMeDocLiteralReq3.xml
    incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/src/demo/hwDispatch/server/GreetMeDocLiteralResp1.xml
    incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/src/demo/hwDispatch/server/GreetMeDocLiteralResp2.xml
    incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/src/demo/hwDispatch/server/GreetMeDocLiteralResp3.xml
    incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/workqueue/AutomaticWorkQueueImpl.java
    incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/workqueue/WorkQueueManagerImpl.java
    incubator/cxf/trunk/rt/core/src/test/resources/org/apache/cxf/interceptor/resources/sayHiDocLitBareResp.xml
    incubator/cxf/trunk/rt/databinding/jaxb/src/test/java/org/apache/cxf/jaxb/resources/sayHiDocLitBareResp.xml
    incubator/cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/context/WebContextResourceResolver.java
    incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/basicDOCBare/DOCBareClientServerTest.java
    incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/basicDOCBare/PutLastTradedPriceImpl.java
    incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/provider/resources/GreetMeDocLiteralReq.xml
    incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/provider/resources/sayHiDocLiteralReq.xml
    incubator/cxf/trunk/testutils/src/main/java/org/apache/header_test/TestHeaderImpl.java
    incubator/cxf/trunk/testutils/src/main/java/org/apache/hello_world_soap_http/DocLitBareImpl.java

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/dispatch_provider/src/demo/hwDispatch/server/GreetMeDocLiteralResp1.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/dispatch_provider/src/demo/hwDispatch/server/GreetMeDocLiteralResp1.xml?view=diff&rev=465997&r1=465996&r2=465997
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/dispatch_provider/src/demo/hwDispatch/server/GreetMeDocLiteralResp1.xml (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/dispatch_provider/src/demo/hwDispatch/server/GreetMeDocLiteralResp1.xml Thu Oct 19 22:18:56 2006
@@ -23,7 +23,7 @@
     xmlns:xs="http://www.w3.org/2001/XMLSchema" 
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <SOAP-ENV:Body>
-        <ns4:greetMeResponse xmlns:ns4="http://objectweb.org/hello_world_soap_http/types">
+        <ns4:greetMeResponse xmlns:ns4="http://apache.org/hello_world_soap_http/types">
             <ns4:responseType>Hi Gil</ns4:responseType>
         </ns4:greetMeResponse>        
     </SOAP-ENV:Body>

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/dispatch_provider/src/demo/hwDispatch/server/GreetMeDocLiteralResp2.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/dispatch_provider/src/demo/hwDispatch/server/GreetMeDocLiteralResp2.xml?view=diff&rev=465997&r1=465996&r2=465997
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/dispatch_provider/src/demo/hwDispatch/server/GreetMeDocLiteralResp2.xml (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/dispatch_provider/src/demo/hwDispatch/server/GreetMeDocLiteralResp2.xml Thu Oct 19 22:18:56 2006
@@ -23,7 +23,7 @@
     xmlns:xs="http://www.w3.org/2001/XMLSchema" 
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <SOAP-ENV:Body>
-        <ns4:greetMeResponse xmlns:ns4="http://objectweb.org/hello_world_soap_http/types">
+        <ns4:greetMeResponse xmlns:ns4="http://apache.org/hello_world_soap_http/types">
             <ns4:responseType>Hi Scott</ns4:responseType>
         </ns4:greetMeResponse> 
     </SOAP-ENV:Body>

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/dispatch_provider/src/demo/hwDispatch/server/GreetMeDocLiteralResp3.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/dispatch_provider/src/demo/hwDispatch/server/GreetMeDocLiteralResp3.xml?view=diff&rev=465997&r1=465996&r2=465997
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/dispatch_provider/src/demo/hwDispatch/server/GreetMeDocLiteralResp3.xml (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/dispatch_provider/src/demo/hwDispatch/server/GreetMeDocLiteralResp3.xml Thu Oct 19 22:18:56 2006
@@ -22,7 +22,7 @@
     xmlns:xs="http://www.w3.org/2001/XMLSchema" 
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <SOAP-ENV:Body>
-        <ns4:greetMeResponse xmlns:ns4="http://objectweb.org/hello_world_soap_http/types">
+        <ns4:greetMeResponse xmlns:ns4="http://apache.org/hello_world_soap_http/types">
             <ns4:responseType>Hi Heron</ns4:responseType>
         </ns4:greetMeResponse> 
     </SOAP-ENV:Body>

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/src/demo/hwDispatch/client/GreetMeDocLiteralReq1.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/src/demo/hwDispatch/client/GreetMeDocLiteralReq1.xml?view=diff&rev=465997&r1=465996&r2=465997
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/src/demo/hwDispatch/client/GreetMeDocLiteralReq1.xml (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/src/demo/hwDispatch/client/GreetMeDocLiteralReq1.xml Thu Oct 19 22:18:56 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" enconding="utf-8" ?>
+<?xml version="1.0" encoding="utf-8" ?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one
   or more contributor license agreements. See the NOTICE file
@@ -17,4 +17,4 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><SOAP-ENV:Body><ns4:greetMe xmlns:ns4="http://objectweb.org/hello_world_soap_http/types"><ns4:requestType>Gil</ns4:requestType></ns4:greetMe></SOAP-ENV:Body></SOAP-ENV:Envelope>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><SOAP-ENV:Body><ns4:greetMe xmlns:ns4="http://apache.org/hello_world_soap_http/types"><ns4:requestType>Gil</ns4:requestType></ns4:greetMe></SOAP-ENV:Body></SOAP-ENV:Envelope>

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/src/demo/hwDispatch/client/GreetMeDocLiteralReq3.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/src/demo/hwDispatch/client/GreetMeDocLiteralReq3.xml?view=diff&rev=465997&r1=465996&r2=465997
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/src/demo/hwDispatch/client/GreetMeDocLiteralReq3.xml (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/src/demo/hwDispatch/client/GreetMeDocLiteralReq3.xml Thu Oct 19 22:18:56 2006
@@ -17,4 +17,4 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><SOAP-ENV:Body><ns4:greetMe xmlns:ns4="http://objectweb.org/hello_world_soap_http/types"><ns4:requestType>Heron</ns4:requestType></ns4:greetMe></SOAP-ENV:Body></SOAP-ENV:Envelope>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><SOAP-ENV:Body><ns4:greetMe xmlns:ns4="http://apache.org/hello_world_soap_http/types"><ns4:requestType>Heron</ns4:requestType></ns4:greetMe></SOAP-ENV:Body></SOAP-ENV:Envelope>

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/src/demo/hwDispatch/server/GreetMeDocLiteralResp1.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/src/demo/hwDispatch/server/GreetMeDocLiteralResp1.xml?view=diff&rev=465997&r1=465996&r2=465997
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/src/demo/hwDispatch/server/GreetMeDocLiteralResp1.xml (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/src/demo/hwDispatch/server/GreetMeDocLiteralResp1.xml Thu Oct 19 22:18:56 2006
@@ -22,7 +22,7 @@
     xmlns:xs="http://www.w3.org/2001/XMLSchema" 
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <SOAP-ENV:Body>
-        <ns4:greetMeResponse xmlns:ns4="http://objectweb.org/hello_world_soap_http/types">
+        <ns4:greetMeResponse xmlns:ns4="http://apache.org/hello_world_soap_http/types">
             <ns4:responseType>Hi Gil</ns4:responseType>
         </ns4:greetMeResponse>        
     </SOAP-ENV:Body>

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/src/demo/hwDispatch/server/GreetMeDocLiteralResp2.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/src/demo/hwDispatch/server/GreetMeDocLiteralResp2.xml?view=diff&rev=465997&r1=465996&r2=465997
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/src/demo/hwDispatch/server/GreetMeDocLiteralResp2.xml (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/src/demo/hwDispatch/server/GreetMeDocLiteralResp2.xml Thu Oct 19 22:18:56 2006
@@ -22,7 +22,7 @@
     xmlns:xs="http://www.w3.org/2001/XMLSchema" 
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <SOAP-ENV:Body>
-        <ns4:greetMeResponse xmlns:ns4="http://objectweb.org/hello_world_soap_http/types">
+        <ns4:greetMeResponse xmlns:ns4="http://apache.org/hello_world_soap_http/types">
             <ns4:responseType>Hi Scott</ns4:responseType>
         </ns4:greetMeResponse> 
     </SOAP-ENV:Body>

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/src/demo/hwDispatch/server/GreetMeDocLiteralResp3.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/src/demo/hwDispatch/server/GreetMeDocLiteralResp3.xml?view=diff&rev=465997&r1=465996&r2=465997
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/src/demo/hwDispatch/server/GreetMeDocLiteralResp3.xml (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/src/demo/hwDispatch/server/GreetMeDocLiteralResp3.xml Thu Oct 19 22:18:56 2006
@@ -22,7 +22,7 @@
     xmlns:xs="http://www.w3.org/2001/XMLSchema" 
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <SOAP-ENV:Body>
-        <ns4:greetMeResponse xmlns:ns4="http://objectweb.org/hello_world_soap_http/types">
+        <ns4:greetMeResponse xmlns:ns4="http://apache.org/hello_world_soap_http/types">
             <ns4:responseType>Hi Heron</ns4:responseType>
         </ns4:greetMeResponse> 
     </SOAP-ENV:Body>

Modified: incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/workqueue/AutomaticWorkQueueImpl.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/workqueue/AutomaticWorkQueueImpl.java?view=diff&rev=465997&r1=465996&r2=465997
==============================================================================
--- incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/workqueue/AutomaticWorkQueueImpl.java (original)
+++ incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/workqueue/AutomaticWorkQueueImpl.java Thu Oct 19 22:18:56 2006
@@ -96,9 +96,6 @@
     
     // WorkQueue interface
      
-    /* (non-Javadoc)
-     * @see org.objectweb.celtix.workqueue.WorkQueue#execute(java.lang.Runnable, long)
-     */
     public void execute(Runnable work, long timeout) {
         try {
             execute(work);
@@ -111,9 +108,6 @@
         }    
     }
 
-    /* (non-Javadoc)
-     * @see org.objectweb.celtix.workqueue.WorkQueue#schedule(java.lang.Runnable, long)
-     */
     public void schedule(final Runnable work, final long delay) {
         // temporary implementation, replace with shared long-lived scheduler
         // task

Modified: incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/workqueue/WorkQueueManagerImpl.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/workqueue/WorkQueueManagerImpl.java?view=diff&rev=465997&r1=465996&r2=465997
==============================================================================
--- incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/workqueue/WorkQueueManagerImpl.java (original)
+++ incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/workqueue/WorkQueueManagerImpl.java Thu Oct 19 22:18:56 2006
@@ -59,12 +59,6 @@
         }
     }
 
-
-    /*
-     * (non-Javadoc)
-     *
-     * @see org.objectweb.celtix.workqueue.WorkQueueManager#getAutomaticWorkQueue()
-     */
     public synchronized AutomaticWorkQueue getAutomaticWorkQueue() {
         if (autoQueue == null) {
             autoQueue = createAutomaticWorkQueue();
@@ -78,30 +72,14 @@
         return autoQueue;
     }
 
-    /*
-     * (non-Javadoc)
-     *
-     * @see org.objectweb.celtix.workqueue.WorkQueueManager#getThreadingModel()
-     */
     public ThreadingModel getThreadingModel() {
         return threadingModel;
     }
 
-    /*
-     * (non-Javadoc)
-     *
-     * @see org.objectweb.celtix.workqueue.WorkQueueManager#setThreadingModel(
-     *      org.objectweb.celtix.workqueue.WorkQueueManager.ThreadingModel)
-     */
     public void setThreadingModel(ThreadingModel model) {
         threadingModel = model;
     }
 
-    /*
-     * (non-Javadoc)
-     *
-     * @see org.objectweb.celtix.workqueue.WorkQueueManager#shutdown(boolean)
-     */
     public synchronized void shutdown(boolean processRemainingTasks) {
         inShutdown = true;
         if (autoQueue != null) {

Modified: incubator/cxf/trunk/rt/core/src/test/resources/org/apache/cxf/interceptor/resources/sayHiDocLitBareResp.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/core/src/test/resources/org/apache/cxf/interceptor/resources/sayHiDocLitBareResp.xml?view=diff&rev=465997&r1=465996&r2=465997
==============================================================================
--- incubator/cxf/trunk/rt/core/src/test/resources/org/apache/cxf/interceptor/resources/sayHiDocLitBareResp.xml (original)
+++ incubator/cxf/trunk/rt/core/src/test/resources/org/apache/cxf/interceptor/resources/sayHiDocLitBareResp.xml Thu Oct 19 22:18:56 2006
@@ -23,7 +23,7 @@
     <SOAP-ENV:Body>
 	<ns5:inout xmlns:ns4="http://www.w3.org/2005/08/addressing/wsdl" 
 		   xmlns:ns5="http://apache.org/hello_world_doc_lit_bare/types">
-	    <ns5:tickerSymbol>OBJECTWEB</ns5:tickerSymbol>
+	    <ns5:tickerSymbol>APACHE</ns5:tickerSymbol>
 	    <ns5:tickerPrice>4.5</ns5:tickerPrice>
 	</ns5:inout>
     </SOAP-ENV:Body>

Modified: incubator/cxf/trunk/rt/databinding/jaxb/src/test/java/org/apache/cxf/jaxb/resources/sayHiDocLitBareResp.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/databinding/jaxb/src/test/java/org/apache/cxf/jaxb/resources/sayHiDocLitBareResp.xml?view=diff&rev=465997&r1=465996&r2=465997
==============================================================================
--- incubator/cxf/trunk/rt/databinding/jaxb/src/test/java/org/apache/cxf/jaxb/resources/sayHiDocLitBareResp.xml (original)
+++ incubator/cxf/trunk/rt/databinding/jaxb/src/test/java/org/apache/cxf/jaxb/resources/sayHiDocLitBareResp.xml Thu Oct 19 22:18:56 2006
@@ -18,6 +18,6 @@
 -->
 <ns5:inout xmlns:ns4="http://www.w3.org/2005/08/addressing/wsdl" 
 	   xmlns:ns5="http://apache.org/hello_world_doc_lit_bare/types">
-    <ns5:tickerSymbol>OBJECTWEB</ns5:tickerSymbol>
+    <ns5:tickerSymbol>APACHE</ns5:tickerSymbol>
     <ns5:tickerPrice>4.5</ns5:tickerPrice>
 </ns5:inout>

Modified: incubator/cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/context/WebContextResourceResolver.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/context/WebContextResourceResolver.java?view=diff&rev=465997&r1=465996&r2=465997
==============================================================================
--- incubator/cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/context/WebContextResourceResolver.java (original)
+++ incubator/cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/context/WebContextResourceResolver.java Thu Oct 19 22:18:56 2006
@@ -28,8 +28,6 @@
 
 public class WebContextResourceResolver implements ResourceResolver {
 
-    // Implementation of org.objectweb.celtix.resource.ResourceResolver
-
     public final InputStream getAsStream(final String string) {
         return null;
     }

Modified: incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/basicDOCBare/DOCBareClientServerTest.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/basicDOCBare/DOCBareClientServerTest.java?view=diff&rev=465997&r1=465996&r2=465997
==============================================================================
--- incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/basicDOCBare/DOCBareClientServerTest.java (original)
+++ incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/basicDOCBare/DOCBareClientServerTest.java Thu Oct 19 22:18:56 2006
@@ -72,7 +72,7 @@
         for (int i = 0; i < 5; i++) {
             putLastTradedPrice.sayHi(holder);
             assertEquals(4.5f, holder.value.getTickerPrice());
-            assertEquals("OBJECTWEB", holder.value.getTickerSymbol());
+            assertEquals("APACHE", holder.value.getTickerSymbol());
             putLastTradedPrice.putLastTradedPrice(priceData);
         }
 

Modified: incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/basicDOCBare/PutLastTradedPriceImpl.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/basicDOCBare/PutLastTradedPriceImpl.java?view=diff&rev=465997&r1=465996&r2=465997
==============================================================================
--- incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/basicDOCBare/PutLastTradedPriceImpl.java (original)
+++ incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/basicDOCBare/PutLastTradedPriceImpl.java Thu Oct 19 22:18:56 2006
@@ -32,7 +32,7 @@
    
     public void sayHi(Holder<TradePriceData> inout) {
         inout.value.setTickerPrice(4.5f);
-        inout.value.setTickerSymbol("OBJECTWEB");
+        inout.value.setTickerSymbol("APACHE");
     }   
     public void putLastTradedPrice(TradePriceData body) {
         System.out.println("-----TradePriceData TickerPrice : ----- " + body.getTickerPrice());

Modified: incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/provider/resources/GreetMeDocLiteralReq.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/provider/resources/GreetMeDocLiteralReq.xml?view=diff&rev=465997&r1=465996&r2=465997
==============================================================================
--- incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/provider/resources/GreetMeDocLiteralReq.xml (original)
+++ incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/provider/resources/GreetMeDocLiteralReq.xml Thu Oct 19 22:18:56 2006
@@ -17,4 +17,4 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><SOAP-ENV:Body><ns4:greetMe xmlns:ns4="http://objectweb.org/hello_world_soap_http/types"><ns4:requestType>TestSOAPInputPMessage</ns4:requestType></ns4:greetMe></SOAP-ENV:Body></SOAP-ENV:Envelope>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><SOAP-ENV:Body><ns4:greetMe xmlns:ns4="http://apache.org/hello_world_soap_http/types"><ns4:requestType>TestSOAPInputPMessage</ns4:requestType></ns4:greetMe></SOAP-ENV:Body></SOAP-ENV:Envelope>

Modified: incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/provider/resources/sayHiDocLiteralReq.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/provider/resources/sayHiDocLiteralReq.xml?view=diff&rev=465997&r1=465996&r2=465997
==============================================================================
--- incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/provider/resources/sayHiDocLiteralReq.xml (original)
+++ incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/provider/resources/sayHiDocLiteralReq.xml Thu Oct 19 22:18:56 2006
@@ -17,4 +17,4 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><SOAP-ENV:Body><ns5:sayHi xmlns:ns4="http://www.w3.org/2005/08/addressing/wsdl" xmlns:ns5="http://objectweb.org/hello_world_soap_http/types"/></SOAP-ENV:Body></SOAP-ENV:Envelope>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><SOAP-ENV:Body><ns5:sayHi xmlns:ns4="http://www.w3.org/2005/08/addressing/wsdl" xmlns:ns5="http://apache.org/hello_world_soap_http/types"/></SOAP-ENV:Body></SOAP-ENV:Envelope>

Modified: incubator/cxf/trunk/testutils/src/main/java/org/apache/header_test/TestHeaderImpl.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/testutils/src/main/java/org/apache/header_test/TestHeaderImpl.java?view=diff&rev=465997&r1=465996&r2=465997
==============================================================================
--- incubator/cxf/trunk/testutils/src/main/java/org/apache/header_test/TestHeaderImpl.java (original)
+++ incubator/cxf/trunk/testutils/src/main/java/org/apache/header_test/TestHeaderImpl.java Thu Oct 19 22:18:56 2006
@@ -37,13 +37,6 @@
             targetNamespace = "http://apache.org/header_test")
 public class TestHeaderImpl implements TestHeader {
 
-    /**
-     * 
-     * @param inHeader
-     * @param in
-     * @return
-     *     returns org.objectweb.header_test.types.TestHeader1Response
-     */
     public TestHeader1Response testHeader1(
         TestHeader1 in,
         TestHeader1 inHeader) {
@@ -76,13 +69,6 @@
         outHeader.value = outHeaderVal;        
     }
 
-    /**
-     * 
-     * @param inoutHeader
-     * @param in
-     * @return
-     *     returns org.objectweb.header_test.types.TestHeader3Response
-     */
     public TestHeader3Response testHeader3(
         TestHeader3 in,
         Holder<TestHeader3> inoutHeader) {
@@ -106,12 +92,6 @@
         
     }
 
-    /**
-     * 
-     * @param in
-     * @return
-     *     returns org.objectweb.header_test.types.TestHeader5
-     */
     public TestHeader5 testHeader5(
         TestHeader5 in) {
         return in;

Modified: incubator/cxf/trunk/testutils/src/main/java/org/apache/hello_world_soap_http/DocLitBareImpl.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/testutils/src/main/java/org/apache/hello_world_soap_http/DocLitBareImpl.java?view=diff&rev=465997&r1=465996&r2=465997
==============================================================================
--- incubator/cxf/trunk/testutils/src/main/java/org/apache/hello_world_soap_http/DocLitBareImpl.java (original)
+++ incubator/cxf/trunk/testutils/src/main/java/org/apache/hello_world_soap_http/DocLitBareImpl.java Thu Oct 19 22:18:56 2006
@@ -33,7 +33,7 @@
     public void sayHi(Holder<TradePriceData> inout) {
         ++sayHiCount;
         inout.value.setTickerPrice(4.5f);
-        inout.value.setTickerSymbol("OBJECTWEB");
+        inout.value.setTickerSymbol("APACHE");
     }
     
     public void putLastTradedPrice(TradePriceData body) {