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 0923810CF7 for ; Wed, 12 Jun 2013 01:06:01 +0000 (UTC) Received: (qmail 86100 invoked by uid 500); 12 Jun 2013 01:06:00 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 85972 invoked by uid 500); 12 Jun 2013 01:06:00 -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 85964 invoked by uid 99); 12 Jun 2013 01:06:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jun 2013 01:06:00 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.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 01:05:52 +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 r5C1692t022380 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 11 Jun 2013 21:06:11 -0400 Message-ID: <51B7C941.4020300@sosnoski.com> Date: Wed, 12 Jun 2013 13:05:05 +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 Subject: Repeated problems with cxf-rt-ws-security build Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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