Return-Path: Delivered-To: apmail-incubator-cxf-dev-archive@locus.apache.org Received: (qmail 5744 invoked from network); 13 Nov 2006 03:19:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Nov 2006 03:19:15 -0000 Received: (qmail 21637 invoked by uid 500); 13 Nov 2006 03:19:25 -0000 Delivered-To: apmail-incubator-cxf-dev-archive@incubator.apache.org Received: (qmail 21591 invoked by uid 500); 13 Nov 2006 03:19:25 -0000 Mailing-List: contact cxf-dev-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-dev@incubator.apache.org Received: (qmail 21581 invoked by uid 99); 13 Nov 2006 03:19:25 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Nov 2006 19:19:25 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of James.Mao@iona.com designates 65.223.216.181 as permitted sender) Received: from [65.223.216.181] (HELO amereast-smg1.iona.com) (65.223.216.181) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Nov 2006 19:19:11 -0800 Received: from amer-ems1.IONAGLOBAL.COM ([10.65.6.25]) by amereast-smg1.iona.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id kAD3IDbk020804 for ; Sun, 12 Nov 2006 22:18:13 -0500 (EST) Received: from [10.129.9.116] ([10.129.9.116]) by amer-ems1.IONAGLOBAL.COM with Microsoft SMTPSVC(6.0.3790.1830); Sun, 12 Nov 2006 22:18:49 -0500 Message-ID: <4557E3CB.80402@iona.com> Date: Mon, 13 Nov 2006 11:17:31 +0800 From: James Mao User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: cxf-dev@incubator.apache.org Subject: Kit testing issues Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 13 Nov 2006 03:18:50.0327 (UTC) FILETIME=[7079AE70:01C706D2] X-Virus-Checked: Checked by ClamAV on apache.org I found following issues: 1. js_provider demo: [java] Invoking server through Dispatch interface using SOAPMessage [java] Response from server: Hi undefined [java] Invoking server through Dispatch interface using DOMSource in PAYLOAD Mode [java] Response from server: Hi Heron The first request return "Hi undefined" , not sure it's correct. and in server dir, there are three response xml files, but client side only have two request xml files. I'll looking into this, and will port a system tests for this. 2. mtom demo: Client side exception: [java] Exception in thread "main" java.lang.NullPointerException [java] at demo.mtom.client.Client.main(Client.java:91) and then the demo hang. 3. Servlet demos: I just test the hello_world servlet demo, it failed, but i tested the previous snapshot, it works fine. i guess we need to add more unit tests and system tests to catch this failure. [java] http://localhost:8080/helloworld/cxf/hello_world [java] Exception in thread "main" org.apache.cxf.service.factory.ServiceConstructionException: Failed to create service. [java] at org.apache.cxf.wsdl11.WSDLServiceFactory.(WSDLServiceFactory.java:62) [java] at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.initializeServiceModel(ReflectionServiceFactoryBean .java:174) [java] at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.create(ReflectionServiceFactoryBean.java:116) [java] at org.apache.cxf.jaxws.ServiceImpl.createPort(ServiceImpl.java:239) [java] at org.apache.cxf.jaxws.ServiceImpl.getPort(ServiceImpl.java:199) [java] at javax.xml.ws.Service.getPort(Service.java:94) [java] at org.apache.hello_world_soap_http.SOAPService.getSoapPort(SOAPService.java:67) [java] at demo.hw.client.Client.main(Client.java:57) [java] Caused by: javax.wsdl.WSDLException: WSDLException: faultCode=OTHER_ERROR: Unable to resolve imported document at 'htt p://localhost:8080/helloworld/cxf/hello_world'.: java.io.FileNotFoundException: This file was not found: http://localhost:8080/hel loworld/cxf/hello_world [java] at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source) [java] at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source) [java] at org.apache.cxf.wsdl11.WSDLManagerImpl.loadDefinition(WSDLManagerImpl.java:163) [java] at org.apache.cxf.wsdl11.WSDLManagerImpl.getDefinition(WSDLManagerImpl.java:115) [java] at org.apache.cxf.wsdl11.WSDLServiceFactory.(WSDLServiceFactory.java:60) [java] ... 7 more [java] Caused by: java.io.FileNotFoundException: This file was not found: http://localhost:8080/helloworld/cxf/hello_world [java] at com.ibm.wsdl.util.StringUtils.getContentAsInputStream(Unknown Source) [java] ... 12 more [java] Java Result: 1 4. js_provider libs i think we should have a /share/lib directory to hold the js related jars, and all the non-distributed jars should also go into this directory. the jars under /lib directory should only contained the distributed jars. just a thought. I haven't test the mtosi demo, there 's no readme under the demo, not quite sure how to test this, will figure it out later. Cheers, James. > Hi guys, > > If you don't any priority tasks on hand today (any task needed to go > into M1 is high priority), please start to do kit testing for RC1 [1]. > > Thanks, > Bo > > [1] http://people.apache.org/~blin >