Return-Path: Delivered-To: apmail-camel-users-archive@www.apache.org Received: (qmail 1048 invoked from network); 12 Nov 2010 07:35:56 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Nov 2010 07:35:56 -0000 Received: (qmail 50130 invoked by uid 500); 12 Nov 2010 07:36:27 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 49886 invoked by uid 500); 12 Nov 2010 07:36:27 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 49870 invoked by uid 99); 12 Nov 2010 07:36:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Nov 2010 07:36:25 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,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 ammulder@gmail.com designates 209.85.216.173 as permitted sender) Received: from [209.85.216.173] (HELO mail-qy0-f173.google.com) (209.85.216.173) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Nov 2010 07:36:20 +0000 Received: by qyl33 with SMTP id 33so742635qyl.11 for ; Thu, 11 Nov 2010 23:35:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; bh=OMjsEys30bpFzGorkis2XvTBdS1HisbJd1Us73LRp8E=; b=VZHIcUb8nTzE79gFya+SOAz5nMVWxHWHlJTx4GOeMJc0hrBu11wYrNWoNOVe4ie8P6 9ptIYA3VcqwkUxqhMmL1omt2tTbxcTGUNAyIBt3bgQpMlIDaeFUz0Gye36fwm/cIEDCs 83U7qOm3scOt8fla6e25nGaru288MVNuJKreA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=bo3h2g+ziifX8j3D9OTeayWAaT7JfzeV5gbAwKnkkleEoBERtTs+DlgLpfQ5ZVfB+0 fsCccn1q/3cnqGFwXHRVwG0zESWYotSt4Kdd9QjkGphTZKmKbgWy55HbsrvMZUEWESEy 9V2ob6hjaOsc/yc+yqIcinA2AY0TBtH/s6zHM= MIME-Version: 1.0 Received: by 10.229.231.4 with SMTP id jo4mr1718088qcb.22.1289547358438; Thu, 11 Nov 2010 23:35:58 -0800 (PST) Sender: ammulder@gmail.com Received: by 10.220.161.21 with HTTP; Thu, 11 Nov 2010 23:35:58 -0800 (PST) In-Reply-To: References: Date: Thu, 11 Nov 2010 23:35:58 -0800 X-Google-Sender-Auth: C16bm5CqJyp0cwXE6QwJeLLt45A Message-ID: Subject: Re: BeanShell Expressions From: Aaron Mulder To: users@camel.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Ooh... I tried one more time and now it works. (?) Will update docs. Thanks, Aaron On Thu, Nov 11, 2010 at 5:59 PM, Aaron Mulder wrote: > Anybody know how to use a BeanShell expression in a filter with XML > configuration? > > I added bsh-2.0b5 to the classpath. > > I tried: > > > =A0... > > > And various other variations such as Beanshell, beanshell, bsh, etc. > No dice -- it always says the language can't be found. =A0"simple" > doesn't blow up. =A0Not sure what I'm missing. > > Thanks, > =A0 =A0 =A0Aaron >