From user-return-16-apmail-geronimo-user-archive=geronimo.apache.org@geronimo.apache.org Wed Aug 18 17:48:24 2004 Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 76787 invoked from network); 18 Aug 2004 17:48:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 18 Aug 2004 17:48:24 -0000 Received: (qmail 19615 invoked by uid 500); 18 Aug 2004 17:48:23 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 19588 invoked by uid 500); 18 Aug 2004 17:48:22 -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 Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 19575 invoked by uid 99); 18 Aug 2004 17:48:22 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received: from [207.172.4.62] (HELO smtp03.mrf.mail.rcn.net) (207.172.4.62) by apache.org (qpsmtpd/0.27.1) with ESMTP; Wed, 18 Aug 2004 10:48:19 -0700 Received: from 207-172-209-229.c3-0.ded-ubr1.sbo-ded.ma.cable.rcn.com ([207.172.209.229] helo=mail.caboteria.org) by smtp03.mrf.mail.rcn.net with esmtp (Exim 3.35 #7) id 1BxUXq-0004fT-00 for user@geronimo.apache.org; Wed, 18 Aug 2004 13:48:18 -0400 Received: by mail.caboteria.org (Postfix, from userid 1000) id 2494BC409F; Wed, 18 Aug 2004 13:48:05 -0400 (EDT) Date: Wed, 18 Aug 2004 13:48:05 -0400 From: toby cabot To: user@geronimo.apache.org, Sai Arunachalam Subject: Re: Geronimo JNDI properties Message-ID: <20040818174805.GA29692@caboteria.org> References: <645d1db104081807024e7296f5@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <645d1db104081807024e7296f5@mail.gmail.com> User-Agent: Mutt/1.5.6+20040803i X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Wed, Aug 18, 2004 at 07:32:59PM +0530, Sai Arunachalam wrote: > Hi, > I am trying to run a stateless session HelloWorld example that > comes with MasteringEJB2 (it is meant for WebLogic 6.1) on Geronimo. My understanding is that at the moment OpenEJB uses its own JNDI provider so you can get the property values, etc from http://www.openejb.org/hello-world.html . The only caveat that I'd add is that it doesn't look as if OpenEJB picks up the properties from the system properties so you need to specify them explicitly (like they do on that page). > The HelloWorld.jar gets deployed on the server and I am able to start > the server with the appropriate configId but ain't able to run the > client. I am getting the following exception: > > Exception in thread "main" javax.naming.NameNotFoundException: HelloHome This looks like a JNDI error so I'd check the properties from the above page and try again.