Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 26953 invoked from network); 5 Nov 2010 16:50:46 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Nov 2010 16:50:46 -0000 Received: (qmail 99013 invoked by uid 500); 5 Nov 2010 16:51:17 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 98983 invoked by uid 500); 5 Nov 2010 16:51:17 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 98975 invoked by uid 99); 5 Nov 2010 16:51:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Nov 2010 16:51:17 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of richardkettelerij@gmail.com designates 209.85.214.173 as permitted sender) Received: from [209.85.214.173] (HELO mail-iw0-f173.google.com) (209.85.214.173) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Nov 2010 16:51:11 +0000 Received: by iwn36 with SMTP id 36so3026041iwn.32 for ; Fri, 05 Nov 2010 09:50:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=FsRYfitsfcgDF3Gd7s7S3MUCundWIzA40tYLInlaOpI=; b=rHngt9E1EeibswmXqIcZHTJRa25FFv6TY5J+ycFKn9wngYgKzgOarfN01K7jPHdey+ vADlydWuoYP4i4+i/caRAOxV6wk58yXYj1ozZxQalHZZixAweTHqFF38R43Iv4tTFdte WfZTlnl5GQwh6SWFKtkWVXR8+98HR5PAgNIyU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=kYC/00hUvAO5ZjswS3AvhquFltC3zSlIMW3y88yfork2CnOAjpnp9ZCqujpGEVc5VU g2NP42k2qfiMYE7ao8+hv48g8dhWlTjpKYNba4PHmJml7/WGCMi2c2PnhOAAeutMbZd6 6NhYi3QClkJl8N7qFbRGdoi/zdoTbLy11XfGU= Received: by 10.231.11.141 with SMTP id t13mr932909ibt.10.1288975850601; Fri, 05 Nov 2010 09:50:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.36.139 with HTTP; Fri, 5 Nov 2010 09:50:30 -0700 (PDT) From: Richard Kettelerij Date: Fri, 5 Nov 2010 17:50:30 +0100 Message-ID: Subject: Failing unit tests of spring-ws component in CI. To: dev@camel.apache.org Content-Type: multipart/alternative; boundary=00221532ca2cb306c704945113ee --00221532ca2cb306c704945113ee Content-Type: text/plain; charset=ISO-8859-1 Hi, I've noticed that the unit tests of the spring-ws component failed in the latest Hudson build. Probably because there's no SAAJ jar on the classpath. The following dependencies (with scope 'provided') in pom.xml should resolve this: com.sun.xml.messaging.saaj saaj-impl 1.3 provided javax.xml.soap saaj-api 1.3 provided javax.activation activation org.apache.geronimo.specs geronimo-activation_1.1_spec 1.1 provided org.apache.geronimo.specs geronimo-servlet_2.4_spec 1.1.1 provided It's a snippet from the pom.xml included in my original patch (CAMEL-3105). Perhaps a committer (Claus?) can add this (in the parent pom). --00221532ca2cb306c704945113ee--