Return-Path: Delivered-To: apmail-cxf-dev-archive@www.apache.org Received: (qmail 49581 invoked from network); 16 Feb 2009 02:48:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Feb 2009 02:48:36 -0000 Received: (qmail 16470 invoked by uid 500); 16 Feb 2009 02:48:35 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 16436 invoked by uid 500); 16 Feb 2009 02:48:35 -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 16425 invoked by uid 99); 16 Feb 2009 02:48:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Feb 2009 18:48:35 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of willem.jiang@gmail.com designates 209.85.142.191 as permitted sender) Received: from [209.85.142.191] (HELO ti-out-0910.google.com) (209.85.142.191) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Feb 2009 02:48:25 +0000 Received: by ti-out-0910.google.com with SMTP id j3so1224325tid.10 for ; Sun, 15 Feb 2009 18:48:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=wSF6s6F0gRZhfRCMqWU3hO4qokqKaJq3BFxE7xBXwLA=; b=VrHxlDHRvpFgGME9qjMFvrqttNZtwKnKAOECLal3bCX2VBKFLxS0pcYWqxRD0fBJZh i0lRisHtBAp4Rr9rIHjL31MMmwHfFvcemdJts76eyhXDVCAapgCwVCSC/vrdVsM3mdPf upAkRBaKCJm5ze4+d22rbIfAuNhglC7Xnyad8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=O6SoeQ9vhwcSfq0KFBZIx0CeqonDrrLOk2OmL7nxVy2Ozv2STrgI94DAUmgOWNkWaa hXn6MvaXkO0BoQ5Lf6wZU/wS9THTjH5oqqIX899Xx7rh/n+1VxA6SnimJpYeuSYpZ3T3 R7uknsIcOuBkEpk1EkMJW3DBKRAa4sBecCXVs= Received: by 10.110.16.9 with SMTP id 9mr7847730tip.38.1234752483356; Sun, 15 Feb 2009 18:48:03 -0800 (PST) Received: from ?192.168.0.131? ([222.131.242.90]) by mx.google.com with ESMTPS id w12sm7738108tib.20.2009.02.15.18.48.01 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 15 Feb 2009 18:48:02 -0800 (PST) Message-ID: <4998D3D7.6000707@gmail.com> Date: Mon, 16 Feb 2009 10:47:51 +0800 From: Willem Jiang User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: dev@cxf.apache.org Subject: Re: Unit Test failures References: <49986485.2000902@die-schneider.net> In-Reply-To: <49986485.2000902@die-schneider.net> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Christian I just ran the test with the latest trunk code on my Windows Vista box with JDK 1.5.0_13, every thing looks good. Did you run the "mvn clean install -Pfastinstall" with jdk1.5 first in your trunk ? Willem Christian Schneider wrote: > I currently get one error and one failure in systests on jdk 1.5 on > Windows Vista. > Is anyone already working on it or does this not happen on the > continuous build system? > > Greetings > > Christian > > > SecurityPolicyTest > > > +- [ Detail ] > > > java.lang.IncompatibleClassChangeError > at org.apache.cxf.ws.security.wss4j.policyhandlers.AsymmetricBindingHandler.doEncryptBeforeSign(AsymmetricBindingHandler.java:149) > at org.apache.cxf.ws.security.wss4j.policyhandlers.AsymmetricBindingHandler.handleBinding(AsymmetricBindingHandler.java:81) > at org.apache.cxf.ws.security.wss4j.PolicyBasedWSS4JOutInterceptor$PolicyBasedWSS4JOutInterceptorInternal.handleMessage(PolicyBasedWSS4JOutInterceptor.java:133) > at org.apache.cxf.ws.security.wss4j.PolicyBasedWSS4JOutInterceptor$PolicyBasedWSS4JOutInterceptorInternal.handleMessage(PolicyBasedWSS4JOutInterceptor.java:73) > at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:226) > at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:469) > at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:299) > at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:251) > at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:73) > at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:123) > at $Proxy48.doubleIt(Unknown Source) > at org.apache.cxf.systest.ws.security.SecurityPolicyTest.testPolicy(SecurityPolicyTest.java:115) > > > > > > JaxwsExecutorTest > > > +- [ Detail ] > 8,419 > > Response still not received. > > > > java.lang.AssertionError: Response still not received. > at org.junit.Assert.fail(Assert.java:74) > at org.junit.Assert.assertTrue(Assert.java:37) > at org.apache.cxf.systest.jaxws.JaxwsExecutorTest.testUseCustomExecutorOnClient(JaxwsExecutorTest.java:109) > > > > > > -- > > Christian Schneider > --- > http://www.liquid-reality.de >