Return-Path: Delivered-To: apmail-cxf-dev-archive@www.apache.org Received: (qmail 49413 invoked from network); 16 Jan 2009 19:22:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Jan 2009 19:22:14 -0000 Received: (qmail 14671 invoked by uid 500); 16 Jan 2009 19:22:13 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 14635 invoked by uid 500); 16 Jan 2009 19:22:13 -0000 Mailing-List: contact dev-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list dev@cxf.apache.org Received: (qmail 14624 invoked by uid 99); 16 Jan 2009 19:22:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jan 2009 11:22:13 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jan 2009 19:22:03 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1LNuGD-0004l2-Pg for dev@cxf.apache.org; Fri, 16 Jan 2009 11:21:41 -0800 Message-ID: <21506655.post@talk.nabble.com> Date: Fri, 16 Jan 2009 11:21:41 -0800 (PST) From: amichalec To: dev@cxf.apache.org Subject: Failures of unit tests on 2.2 snapshot MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: andrzej.michalec@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hi everybody, I am trying to make full build from sources taken from svn repo but I've found lot of failures in unit test in JAX-WS area: javax.xml.ws.soap.SOAPFaultException: Could not send Message. at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:145) at $Proxy60.addNumbers(Unknown Source) ... javax.xml.ws.soap.SOAPFaultException: Failed to send RM protocol message {http://schemas.xmlsoap.org/ws/2005/02/rm}CreateSequence. at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:145) at $Proxy51.greetMeOneWay(Unknown Source) ... And some other issues like this one: javax.xml.ws.soap.SOAPFaultException: Error reading XMLStreamReader. at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:145) at $Proxy51.pingMe(Unknown Source) ... at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:124) ... 28 more Caused by: com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character '5' (code 53) in prolog; expected '<' at [row,col {unknown-source}]: [1,1] at com.ctc.wstx.sr.StreamScanner.throwUnexpectedChar(StreamScanner.java:648) at com.ctc.wstx.sr.BasicStreamReader.nextFromProlog(BasicStreamReader.java:2047) I wonder if tests should be running w/o errors or repo is in some transitive state. I was reading about some problems with networked tests of WS with some workaround but I cannot apply them. I want to experiment and focus more on JAX-RS code so any hints are appreciated e.g. how selectively run JAX-RS unit tests :) cheers, andy. -- View this message in context: http://www.nabble.com/Failures-of-unit-tests-on-2.2-snapshot-tp21506655p21506655.html Sent from the cxf-dev mailing list archive at Nabble.com.