Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DADACE2D5 for ; Tue, 26 Feb 2013 14:11:29 +0000 (UTC) Received: (qmail 45522 invoked by uid 500); 26 Feb 2013 14:11:29 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 45367 invoked by uid 500); 26 Feb 2013 14:11:26 -0000 Mailing-List: contact commits-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 commits@camel.apache.org Received: (qmail 45334 invoked by uid 99); 26 Feb 2013 14:11:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Feb 2013 14:11:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Feb 2013 14:11:23 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 45E022388993; Tue, 26 Feb 2013 14:11:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1450177 - /camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/component/validator/camelContext.xml Date: Tue, 26 Feb 2013 14:11:03 -0000 To: commits@camel.apache.org From: davsclaus@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130226141103.45E022388993@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: davsclaus Date: Tue Feb 26 14:11:02 2013 New Revision: 1450177 URL: http://svn.apache.org/r1450177 Log: CAMEL-6047: Added headerName option to validator component. Thanks to Laurynas Lubys for the patch. Modified: camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/component/validator/camelContext.xml Modified: camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/component/validator/camelContext.xml URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/component/validator/camelContext.xml?rev=1450177&r1=1450176&r2=1450177&view=diff ============================================================================== --- camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/component/validator/camelContext.xml (original) +++ camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/component/validator/camelContext.xml Tue Feb 26 14:11:02 2013 @@ -22,8 +22,8 @@ http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd "> - + @@ -38,7 +38,34 @@ + + + + + + + + + org.apache.camel.ValidationException + + + + + + + + + + + + + + + + + + + -