Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 23410 invoked from network); 3 Jan 2009 15:03:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jan 2009 15:03:36 -0000 Received: (qmail 8479 invoked by uid 500); 3 Jan 2009 15:03:26 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 8454 invoked by uid 500); 3 Jan 2009 15:03:26 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 8443 invoked by uid 99); 3 Jan 2009 15:03:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Jan 2009 07:03:26 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lukasz.lenart@googlemail.com designates 209.85.218.10 as permitted sender) Received: from [209.85.218.10] (HELO mail-bw0-f10.google.com) (209.85.218.10) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Jan 2009 15:03:16 +0000 Received: by bwz3 with SMTP id 3so19438246bwz.11 for ; Sat, 03 Jan 2009 07:02:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=H6iymQz7n7jiksdKg4F1CxUMtfCP1ntW4tBv8tCRy4M=; b=YHBVbuHjlOBblQFeYJdGZPDXRGOxBwFPffltjwyDsfVmP3yKgg7iXmKVENHW95LYpV /Xzb+v44xHqmJKRb8WfZMXWjeDQ7QFWVDh0ZYrRyjn+T4fKbL7kCNNqMpPWdTjM/RpyU nOAAcV1k+atdT/tLBbFK6hR/J46IYgd+XLfrQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=ORjYB730y1zi+KxpuVjiEO0UpWIyjC33JqiZAB+1fqXBUrN5UQFDZ+zz05de8InTho EcZQ0lYa4FdjCk7rPdFpepeR2bBpPDxgCndLMZQZ0V2x/ZbrHnhl0nNFAlO843BYTnl1 PrbNHFRafASyjKHPHgMM0YWWaEHGuGgfV3z9A= Received: by 10.181.24.14 with SMTP id b14mr7292593bkj.104.1230994974678; Sat, 03 Jan 2009 07:02:54 -0800 (PST) Received: by 10.181.217.3 with HTTP; Sat, 3 Jan 2009 07:02:54 -0800 (PST) Message-ID: <9f960bad0901030702w502af9a9wbbb4edd3ec54aa6b@mail.gmail.com> Date: Sat, 3 Jan 2009 16:02:54 +0100 From: "Lukasz Lenart" To: "Struts Users Mailing List" Subject: Re: [S2] Convention plugin + Spring In-Reply-To: <1230938644.19113.8.camel@wesw-laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9f960bad0901021414g65ec1b66qa19dd94ae90f49e5@mail.gmail.com> <9f960bad0901021428u7c2cd655ud548bdf13162dca8@mail.gmail.com> <9f960bad0901021515u7401474bo94536090e35fe62a@mail.gmail.com> <1230938644.19113.8.camel@wesw-laptop> X-Virus-Checked: Checked by ClamAV on apache.org 2009/1/3 Wes Wannemacher : > Lukasz, it may be unrelated, but I vaguely remember having a similar > issue a while back and switching to cglib based proxies because JDK > interface proxies didn't seem to cut it. IIRC, all I had to do was add > cglib to the classpath and add proxy-target-class="true" to the >