Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 33578 invoked from network); 28 Feb 2011 11:19:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Feb 2011 11:19:00 -0000 Received: (qmail 92957 invoked by uid 500); 28 Feb 2011 11:19:00 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 92607 invoked by uid 500); 28 Feb 2011 11:18:57 -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 92600 invoked by uid 99); 28 Feb 2011 11:18:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Feb 2011 11:18:56 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=5.0 tests=FREEMAIL_FROM,HK_RANDOM_ENVFROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ncjfranken@gmail.com designates 209.85.161.182 as permitted sender) Received: from [209.85.161.182] (HELO mail-gx0-f182.google.com) (209.85.161.182) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Feb 2011 11:18:47 +0000 Received: by gxk7 with SMTP id 7so1704337gxk.13 for ; Mon, 28 Feb 2011 03:18:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:subject:from:to:in-reply-to:references :content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; bh=hY5WhVLgvAThgvj6FSONMkTviV3ZpJy7rgqHZezSdmU=; b=kdaMPlcSOsX+pA72+p1O5g2NmXY9f6MBuj52qYvfEfMIPU9t0IW1RNowWHE5VyQaVb v17PG9LoWbdj7mmBEwV431oywSDcRWWwo6JEwom7Z/tWeshMPxYSLalrxZEqRV1eoH3K 6Q768azWv68kfxFuiCBZ3QZwbGz9kVeep83jc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:in-reply-to:references:content-type:date:message-id :mime-version:x-mailer:content-transfer-encoding; b=TBYbPbtdSsMlE0vDrZq0yRYRIV3DeuC5/9wTgWP+cOLRpiOH0IGMlCWQZurTv1Mn2B GrwZ9q0EAG1KUAGTWjC51IEt+oxGa4IC3KuihUOEWRuONGnIadkXlS4z9ETMpH0UeX1W mR3YlCAsIUkLNl6xXWm/csYPOY0zWQSQJwMg8= Received: by 10.150.52.7 with SMTP id z7mr7071331ybz.100.1298891906699; Mon, 28 Feb 2011 03:18:26 -0800 (PST) Received: from [192.168.11.82] (196-210-147-198.dynamic.isadsl.co.za [196.210.147.198]) by mx.google.com with ESMTPS id q13sm201561yba.8.2011.02.28.03.18.22 (version=SSLv3 cipher=OTHER); Mon, 28 Feb 2011 03:18:25 -0800 (PST) Subject: Re: EJB Injection problem From: Neil Franken To: user@geronimo.apache.org In-Reply-To: <1298886319.25441.42.camel@namphibian> References: <1298361660491-2550788.post@n3.nabble.com> <7CCB81B41A7B444A99492669686D9320@JimmyZhangPC> <1298886319.25441.42.camel@namphibian> Content-Type: text/plain; charset="UTF-8" Date: Mon, 28 Feb 2011 13:18:07 +0200 Message-ID: <1298891887.25441.44.camel@namphibian> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Ok lesson for people out there. Netbeans and GF3 allows beans to be deployed without interface definitions(or it does it automagically) in the background. I recreated the EJB with interface definitions and it now works. Still got some EclipseLink issues to sort out though. Cheers N On Mon, 2011-02-28 at 11:45 +0200, Neil Franken wrote: > Hi Guys/Gals. > > After some success with JPA, EJB's etc on Geronimo on friday I started > porting my netbeans project over to eclipse. When trying to run the > servlets I get the following error. > > Some objects to be injected were not found in jndi: > [javax.naming.NameNotFoundException: com.cnectd.ejb.PaymentMethodEJB! > Remote] > > My session beans do not have remote or local interfaces would that be a > problem? > > Regards > Neil >