Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 65520 invoked from network); 29 Oct 2008 02:15:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Oct 2008 02:15:15 -0000 Received: (qmail 91625 invoked by uid 500); 29 Oct 2008 02:15:19 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 91601 invoked by uid 500); 29 Oct 2008 02:15:19 -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 91590 invoked by uid 99); 29 Oct 2008 02:15:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Oct 2008 19:15:19 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of reeder.29@gmail.com designates 209.85.132.240 as permitted sender) Received: from [209.85.132.240] (HELO an-out-0708.google.com) (209.85.132.240) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Oct 2008 02:14:04 +0000 Received: by an-out-0708.google.com with SMTP id d23so403465and.132 for ; Tue, 28 Oct 2008 19:14:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=HHIZNOx0JJNw1NhkpvxYh2EbO4FTU9HGQ1M/OJylsTw=; b=g2vdfzOQ55rH/d9v5Ajy7T0jIPLTFKdJt8q1kSZaY7OUoWSi3fwLpUgLX1R9a1vup9 Pv/kjZpMN0i2xW9ncq1n9VWel0jubAQM7YBo4uKmdhehl/fPPAm/n77pk8gsnCHchz0E g/6Zzi0LdatUv4U8dUNJOVGWCxPp5xfrE5OH8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=jy4rgONeH65vke6KCw+/wX2vE2OvSUMtA0WYNRhIPkBPqsOZ7Ct8KX99YwGN7gRh0c CCOid8H94E1QxZ1TXS0fY0x05yjhCiMjn5ZiXUoPIrtCRC4MmYdyyBrQIE2G7Qg3gzHc L9P5rQ1w68EUX4JtvN7x6knD+RaostetwnEO8= Received: by 10.100.143.17 with SMTP id q17mr8125385and.29.1225246474022; Tue, 28 Oct 2008 19:14:34 -0700 (PDT) Received: from ?192.168.0.5? (cpe-76-181-248-89.columbus.res.rr.com [76.181.248.89]) by mx.google.com with ESMTPS id c29sm5999284anc.13.2008.10.28.19.14.32 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 28 Oct 2008 19:14:33 -0700 (PDT) Message-Id: From: Doug Reeder To: user@geronimo.apache.org In-Reply-To: <20209014.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v929.2) Subject: Re: How may I access ConnectionFactory/Queues etc. with JNDI-lookup? Date: Tue, 28 Oct 2008 22:14:31 -0400 References: <20209014.post@talk.nabble.com> X-Mailer: Apple Mail (2.929.2) X-Virus-Checked: Checked by ClamAV on apache.org I think the documentation at = http://cwiki.apache.org/GMOxDOC22/datasource-connectionfactory-mdb-and-jpa= .html and http://cwiki.apache.org/GMOxDOC21/configuring-jms.html is all the documentation there is. Let me know if you figure it out. =20= I spent several days trying to configure OpenJPA to access a JDBC =20 connection pool via JNDI, and never could get it to work. On Oct 28, 2008, at 11:25 AM, jsmch wrote: > > Hi, > > i=B4ve a problem and was not able to find any answer in the last days. > I installed some ConnectionFactory and Topics in the "JMS > Resources"-menu-item from Geronimo. > > Next step i need is to make a lookup on this objects from an > client-application. But even that=B4s the problem. > I don=B4t know how to manage it, that my Objects habe an simple jndi-=20= > name. > Those JMS-objects have to be accessable from any other client. > > I also tried the -Tag because i thought ths would =20= > help - > but surprisingly it is deprecated in the newer Versions and i don=B4t =20= > find > something to replace it? >