Return-Path: X-Original-To: apmail-cxf-dev-archive@www.apache.org Delivered-To: apmail-cxf-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D535E10ECA for ; Wed, 12 Jun 2013 02:20:01 +0000 (UTC) Received: (qmail 49429 invoked by uid 500); 12 Jun 2013 02:20:01 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 49386 invoked by uid 500); 12 Jun 2013 02:20:01 -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 49373 invoked by uid 99); 12 Jun 2013 02:20:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jun 2013 02:20:01 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [74.50.49.35] (HELO sosnoski.com) (74.50.49.35) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jun 2013 02:19:55 +0000 Received: from linux-a5lu.site (ip-58-28-158-218.static-xdsl.xnet.co.nz [58.28.158.218]) (authenticated bits=0) by sosnoski.com (8.12.10/8.12.10) with ESMTP id r5C2KE2t022687 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 11 Jun 2013 22:20:15 -0400 Message-ID: <51B7DA9E.8050006@sosnoski.com> Date: Wed, 12 Jun 2013 14:19:10 +1200 From: Dennis Sosnoski User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: dev@cxf.apache.org CC: Daniel Kulp Subject: Re: Repeated problems with cxf-rt-ws-security build References: <51B7C941.4020300@sosnoski.com> <866CF518-9C68-430C-AABD-B892235395FD@apache.org> In-Reply-To: <866CF518-9C68-430C-AABD-B892235395FD@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Ok, I'll give that a try - but I see that Jenkins is also getting the same failures: https://builds.apache.org/job/CXF-Trunk-JDK16/1802/org.apache.cxf$cxf-rt-ws-security/ - Dennis On 06/12/2013 02:01 PM, Daniel Kulp wrote: > You MAY need to run with a -U flag to maven to have it grab the latest WSS4J snapshot. That usually works. Maven normally checks once a day, but you may have just missed a deploy of a snapshot or similar, particularly in your timezone. :-) > > Dan > > > On Jun 11, 2013, at 9:05 PM, Dennis Sosnoski wrote: > >> Over the weekend I was unable to build due to massive failures in cxf-rt-ws-security. They cleared up for a while yesterday, but now they're back again, basically NoSuchMethod errors on all the Stax tests: >> >> ... >> testEncryptConfig(org.apache.cxf.ws.security.wss4j.StaxToDOMRoundTripTest) Time elapsed: 0.017 sec <<< ERROR! >> java.lang.NoSuchMethodError: org.apache.xml.security.stax.config.JCEAlgorithmMapper.getJCEKeyAlgorithmFromURI(Ljava/lang/String;)Ljava/lang/String; >> java.lang.NoSuchMethodtestEncryptionAlgorithmsConfig(org.apache.cxf.ws.security.wss4j.StaxToDOMRoundTripTest) Time elapsed: 0.016 sec <<< ERROR! >> java.lang.NoSuchMethodError: org.apache.xml.security.stax.config.JCEAlgorithmMapper.getJCEKeyAlgorithmFromURI(Ljava/lang/String;)Ljava/lang/String; >> >> Is there something wrong in my setup that I'm getting these errors? I make a habit of updating with the latest changes and rebuilding before I do a commit, but that's getting really painful. >> >> Thanks, >> >> - Dennis >>