Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 40614 invoked from network); 2 Jan 2009 22:31:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Jan 2009 22:31:44 -0000 Received: (qmail 40039 invoked by uid 500); 2 Jan 2009 22:31:36 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 40011 invoked by uid 500); 2 Jan 2009 22:31:35 -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 40000 invoked by uid 99); 2 Jan 2009 22:31:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Jan 2009 14:31:35 -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 musachy@gmail.com designates 209.85.146.180 as permitted sender) Received: from [209.85.146.180] (HELO wa-out-1112.google.com) (209.85.146.180) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Jan 2009 22:31:27 +0000 Received: by wa-out-1112.google.com with SMTP id l24so3730586waf.11 for ; Fri, 02 Jan 2009 14:31:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.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=zipixzzTUS47u/jgTKKhukqO4qSWNhUc1FYoVchsL1M=; b=MbsYZrLJayomxEZ/exqlq46POmSVxgpdESNpQYBAh3vpBklICa0TvTllxhceCQoYR/ RleXsgVzX94NlXSFBHdMS0BKJcJ5S9gQMXytnk3cIwjM1xdkjGEVoE7QbXPaCFcPQOsV lx2dB6NNzEEk+GXtxAAp8L/ZasYnTToJeTDYk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=X17b8GPxJZISdT/l02Miy0Me1IL654glgYnwWvCUW0QtkJsvi8rjvIlgDjDMWXx/Ix RkI4hcoiRznY1gyH1lXH2AyhxR7KsGv4GSQ0UQjMBk0Wplo1StpDJiacdoUz1HBpwOb9 y1zyHvKDGP5H1zDXo9a4jdC0ApEQxv07grCKE= Received: by 10.115.59.4 with SMTP id m4mr12090051wak.37.1230935466063; Fri, 02 Jan 2009 14:31:06 -0800 (PST) Received: by 10.114.58.14 with HTTP; Fri, 2 Jan 2009 14:31:06 -0800 (PST) Message-ID: Date: Fri, 2 Jan 2009 17:31:06 -0500 From: "Musachy Barroso" To: "Struts Users Mailing List" Subject: Re: [S2] Convention plugin + Spring In-Reply-To: <9f960bad0901021428u7c2cd655ud548bdf13162dca8@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9f960bad0901021414g65ec1b66qa19dd94ae90f49e5@mail.gmail.com> <9f960bad0901021428u7c2cd655ud548bdf13162dca8@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org That code is a "fallback" to create an instance using a default constructor, when a UnsatisfiedDependencyException is thrown from spring. Take a look at SpringObjectFactory line 162. Something is wrong in your spring mapping (the "employeeManager" bean maybe?) musachy On Fri, Jan 2, 2009 at 5:28 PM, Lukasz Lenart wrote: > Spring config: > > class="pl.org.lenart.ems.web.actions.EmployeeAction" > scope="prototype"> > > > > with JUnit test there was no problem > > > Regards > -- > Lukasz > http://www.lenart.org.pl/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org > For additional commands, e-mail: user-help@struts.apache.org > > -- "Hey you! Would you help me to carry the stone?" Pink Floyd --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org