Return-Path: Delivered-To: apmail-openejb-users-archive@www.apache.org Received: (qmail 52140 invoked from network); 24 Feb 2011 14:06:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Feb 2011 14:06:15 -0000 Received: (qmail 51975 invoked by uid 500); 24 Feb 2011 14:06:15 -0000 Delivered-To: apmail-openejb-users-archive@openejb.apache.org Received: (qmail 51747 invoked by uid 500); 24 Feb 2011 14:06:11 -0000 Mailing-List: contact users-help@openejb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@openejb.apache.org Delivered-To: mailing list users@openejb.apache.org Received: (qmail 51728 invoked by uid 99); 24 Feb 2011 14:06:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Feb 2011 14:06:10 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of nicola.dellisanti@gmail.com designates 74.125.82.54 as permitted sender) Received: from [74.125.82.54] (HELO mail-ww0-f54.google.com) (74.125.82.54) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Feb 2011 14:06:04 +0000 Received: by wwi18 with SMTP id 18so730027wwi.35 for ; Thu, 24 Feb 2011 06:05:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=ruYSNWXxkAmYUOEgb7NmJvlOqPYJ6LqL0dnnpp//Gxc=; b=OpXEDHRAHGW28IMvK8g6Kdbu7YFcVMDKhyCTEcaWbLnV2ysSTOcx41X1x+aTzpAAIP OPm75+5h/wxBepM2eVlkNRCKTtS+ntYYdRE+kPg4mTRw5tRHzl8SmLZWmji6pyU1mcXq ERdBOGYvljjt7bNxCOURgzxJE9S72odIZBWqQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Mh5tT8j1/9IfRDElaOygXe/sldZWGSqGaPpomBGnWIU4o/JnHWy/HmfohLv7fq0Fcj 2Dl+ZCew1FiV/CD9rrIgsKKqKvCfDlQz2LWYc8e4xB7Y6JmroUor1rPwjOsasZ5u8e1j Ib1ZGKCNLAFa7xK0Nlnjwf24NU9IHADJL2efw= MIME-Version: 1.0 Received: by 10.227.13.147 with SMTP id c19mr805317wba.187.1298556342957; Thu, 24 Feb 2011 06:05:42 -0800 (PST) Received: by 10.227.210.194 with HTTP; Thu, 24 Feb 2011 06:05:42 -0800 (PST) Date: Thu, 24 Feb 2011 15:05:42 +0100 Message-ID: Subject: jndi.properties From: Nicola Dellisanti To: users@openejb.apache.org Content-Type: multipart/alternative; boundary=002215b038a68af59d049d07b5ff --002215b038a68af59d049d07b5ff Content-Type: text/plain; charset=ISO-8859-1 Hi, I'd like deploy my ejb project in jar and I'd like to set up "openejb.validation.output.level" property to "verbose". In this way I would understand more clearly my mistakes in my ejb project. I read http://openejb.apache.org/3.0/embedded-configuration.html but I don't understand where the jndi.properties file must be placed. I tryed to put the jndi.properties file in the root folder of my ejb project, but it seems that OpenEJB does not read the file. Where do I have to put the jndi.properties file? N. --002215b038a68af59d049d07b5ff--