Return-Path: Delivered-To: apmail-incubator-cxf-commits-archive@locus.apache.org Received: (qmail 22644 invoked from network); 14 Dec 2007 15:49:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Dec 2007 15:49:46 -0000 Received: (qmail 3859 invoked by uid 500); 14 Dec 2007 15:49:34 -0000 Delivered-To: apmail-incubator-cxf-commits-archive@incubator.apache.org Received: (qmail 3797 invoked by uid 500); 14 Dec 2007 15:49:34 -0000 Mailing-List: contact cxf-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-commits@incubator.apache.org Received: (qmail 3788 invoked by uid 99); 14 Dec 2007 15:49:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Dec 2007 07:49:34 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Dec 2007 15:49:20 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 29C531A984A; Fri, 14 Dec 2007 07:49:11 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r604213 - in /incubator/cxf/trunk/rt/javascript/src/test: java/org/apache/cxf/javascript/hwdemo/GreeterImpl.java resources/org/apache/cxf/javascript/GreeterTests.js resources/wsdl/hello_world.wsdl Date: Fri, 14 Dec 2007 15:49:10 -0000 To: cxf-commits@incubator.apache.org From: bimargulies@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071214154911.29C531A984A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bimargulies Date: Fri Dec 14 07:49:10 2007 New Revision: 604213 URL: http://svn.apache.org/viewvc?rev=604213&view=rev Log: Change the namespaces of a copy of a schema that conflicted with testutils. Modified: incubator/cxf/trunk/rt/javascript/src/test/java/org/apache/cxf/javascript/hwdemo/GreeterImpl.java incubator/cxf/trunk/rt/javascript/src/test/resources/org/apache/cxf/javascript/GreeterTests.js incubator/cxf/trunk/rt/javascript/src/test/resources/wsdl/hello_world.wsdl Modified: incubator/cxf/trunk/rt/javascript/src/test/java/org/apache/cxf/javascript/hwdemo/GreeterImpl.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/javascript/src/test/java/org/apache/cxf/javascript/hwdemo/GreeterImpl.java?rev=604213&r1=604212&r2=604213&view=diff ============================================================================== --- incubator/cxf/trunk/rt/javascript/src/test/java/org/apache/cxf/javascript/hwdemo/GreeterImpl.java (original) +++ incubator/cxf/trunk/rt/javascript/src/test/java/org/apache/cxf/javascript/hwdemo/GreeterImpl.java Fri Dec 14 07:49:10 2007 @@ -22,13 +22,14 @@ import java.util.logging.Logger; import org.apache.cxf.common.logging.LogUtils; -import org.apache.hello_world_soap_http.Greeter; -import org.apache.hello_world_soap_http.PingMeFault; -import org.apache.hello_world_soap_http.types.FaultDetail; +import uri.cxf_apache_org.jstest.Greeter; +import uri.cxf_apache_org.jstest.PingMeFault; +import uri.cxf_apache_org.jstest.types.FaultDetail; + @javax.jws.WebService(portName = "SoapPort", serviceName = "SOAPService", targetNamespace = "http://apache.org/hello_world_soap_http", - endpointInterface = "org.apache.hello_world_soap_http.Greeter") + endpointInterface = "uri.cxf_apache_org.jstest.Greeter") @org.apache.cxf.feature.Features(features = "org.apache.cxf.feature.LoggingFeature") public class GreeterImpl implements Greeter { Modified: incubator/cxf/trunk/rt/javascript/src/test/resources/org/apache/cxf/javascript/GreeterTests.js URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/javascript/src/test/resources/org/apache/cxf/javascript/GreeterTests.js?rev=604213&r1=604212&r2=604213&view=diff ============================================================================== --- incubator/cxf/trunk/rt/javascript/src/test/resources/org/apache/cxf/javascript/GreeterTests.js (original) +++ incubator/cxf/trunk/rt/javascript/src/test/resources/org/apache/cxf/javascript/GreeterTests.js Fri Dec 14 07:49:10 2007 @@ -59,7 +59,7 @@ globalNotifier = new org_apache_cxf_notifier(); var intf; - intf = new apache_org_hello_world_soap_http_Greeter(); + intf = new cxf_apache_org_jstest_Greeter(); intf.url = url; intf.sayHi(testSuccessCallback, testErrorCallback); Modified: incubator/cxf/trunk/rt/javascript/src/test/resources/wsdl/hello_world.wsdl URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/javascript/src/test/resources/wsdl/hello_world.wsdl?rev=604213&r1=604212&r2=604213&view=diff ============================================================================== --- incubator/cxf/trunk/rt/javascript/src/test/resources/wsdl/hello_world.wsdl (original) +++ incubator/cxf/trunk/rt/javascript/src/test/resources/wsdl/hello_world.wsdl Fri Dec 14 07:49:10 2007 @@ -17,17 +17,17 @@ specific language governing permissions and limitations under the License. --> - -