Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 24418 invoked from network); 10 Sep 2007 21:05:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Sep 2007 21:05:50 -0000 Received: (qmail 55968 invoked by uid 500); 10 Sep 2007 21:05:41 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 55946 invoked by uid 500); 10 Sep 2007 21:05:41 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 55935 invoked by uid 99); 10 Sep 2007 21:05:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2007 14:05:41 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of david.blevins@visi.com designates 208.42.176.213 as permitted sender) Received: from [208.42.176.213] (HELO g2host.com) (208.42.176.213) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2007 21:05:38 +0000 Received: from [76.167.141.63] (account dblevins@visi.com HELO [10.0.1.2]) by mailfront2.g2host.com (CommuniGate Pro SMTP 5.1.10) with ESMTPSA id 16594895 for user@geronimo.apache.org; Mon, 10 Sep 2007 16:05:11 -0500 Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <487394.75331.qm@web27713.mail.ukl.yahoo.com> References: <487394.75331.qm@web27713.mail.ukl.yahoo.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: David Blevins Subject: Re: G2.0.1 @Stateless and @Stateful name parameter ignored? Date: Mon, 10 Sep 2007 14:05:15 -0700 To: user@geronimo.apache.org X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org On Sep 7, 2007, at 9:02 PM, Xh wrote: > Hi David! > > There were no errors during deployment. > Application deploys and starts. Bean does not work. > > Without name attribute, everything is OK. Not sure what you might be doing wrong, but I've created an example of both @Stateless and @Stateful beans using the name attribute and both deploy and run fine in Geronimo 2.0.1. http://people.apache.org/~dblevins/tmp/examples/ The source is buildable with maven2. There's a prebuilt "ready to deploy" jar there as well. Hope this helps! -David