Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 87359 invoked from network); 15 Jul 2009 16:39:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Jul 2009 16:39:39 -0000 Received: (qmail 56104 invoked by uid 500); 15 Jul 2009 16:39:45 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 56060 invoked by uid 500); 15 Jul 2009 16:39:45 -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 56050 invoked by uid 99); 15 Jul 2009 16:39:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jul 2009 16:39:45 +0000 X-ASF-Spam-Status: No, hits=-1.0 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jak-struts-user@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jul 2009 16:39:35 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MR7Vh-0008Kb-U5 for user@struts.apache.org; Wed, 15 Jul 2009 16:39:14 +0000 Received: from weppsb02.northropgrumman.com ([155.104.37.18]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Jul 2009 16:39:13 +0000 Received: from nathan.schulte by weppsb02.northropgrumman.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Jul 2009 16:39:13 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: user@struts.apache.org From: Nathan Schulte Subject: Re: Struts2 Action Class and EJB Injection Date: Wed, 15 Jul 2009 16:39:03 +0000 (UTC) Lines: 12 Message-ID: References: <4A5DD7BE.4010104@mtndesigns.co.uk> <4A5DDE22.40507@mtndesigns.co.uk> <4A5DFB12.4040001@mtndesigns.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 155.104.37.18 (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10) Sender: news X-Virus-Checked: Checked by ClamAV on apache.org Robin Mannering mtndesigns.co.uk> writes: > Can you please tell me how you obtained the EJB plugin and a short > example of using it. > > I would prefer to use this if possible. Sorr, I misspoke earlier. I'm actually using the EJB3 JBoss Plugin, from here http://cwiki.apache.org/S2PLUGINS/ejb3-jboss-plugin.html. However, browsing the source for the EJB3 Plugin, the annotations and even classes are named the same, so the following example should still apply; http://pastebin.com/f7053a2bc. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org