Return-Path: Delivered-To: apmail-jakarta-tapestry-user-archive@www.apache.org Received: (qmail 43796 invoked from network); 2 Sep 2005 09:51:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Sep 2005 09:51:32 -0000 Received: (qmail 86966 invoked by uid 500); 2 Sep 2005 09:51:25 -0000 Delivered-To: apmail-jakarta-tapestry-user-archive@jakarta.apache.org Received: (qmail 86955 invoked by uid 500); 2 Sep 2005 09:51:25 -0000 Mailing-List: contact tapestry-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Tapestry users" Reply-To: "Tapestry users" Delivered-To: mailing list tapestry-user@jakarta.apache.org Received: (qmail 86942 invoked by uid 99); 2 Sep 2005 09:51:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Sep 2005 02:51:25 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [83.137.96.25] (HELO pm1.terions.de) (83.137.96.25) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Sep 2005 02:51:39 -0700 Received: (qmail 2644 invoked by uid 98); 2 Sep 2005 09:51:24 -0000 Received: from localhost (HELO www.webmail-panel.de) (127.0.0.1) by pm1.terions.de with SMTP; 2 Sep 2005 09:51:24 -0000 Received: from 162.70.233.18 (proxying for 162.70.233.226) (SquirrelMail authenticated user jocsch@freaquac.de) by www.webmail-panel.de with HTTP; Fri, 2 Sep 2005 11:51:24 +0200 (CEST) Message-ID: <1931.162.70.233.18.1125654684.squirrel@www.webmail-panel.de> In-Reply-To: <43180C20.2030201@gmail.com> References: <4317EAA2.2070405@gmail.com> <1125647638.18781.5.camel@mark.net.rs> <43180C20.2030201@gmail.com> Date: Fri, 2 Sep 2005 11:51:24 +0200 (CEST) Subject: Re: @InjectObject spring beans proxyed with Spring-AOP problem. From: "jocsch" To: "Tapestry users" User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Just a thought: Did you try to extract an interface out of the class and make a proxy on the interface? Then cglib should be omitted and a jdk dynamic proxy (or something like that) would be created. Don't know if it works but I remember I had a similar issue with proxied classes once in spring tests. Markus --------------------------------------------------------------------- To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tapestry-user-help@jakarta.apache.org