Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 54522 invoked from network); 1 Feb 2007 18:29:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Feb 2007 18:29:59 -0000 Received: (qmail 39817 invoked by uid 500); 1 Feb 2007 18:30:03 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 39783 invoked by uid 500); 1 Feb 2007 18:30:02 -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 39772 invoked by uid 99); 1 Feb 2007 18:30:02 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Feb 2007 10:30:02 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [213.123.26.90] (HELO hesl01uker.he.local) (213.123.26.90) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Feb 2007 10:29:53 -0800 Received: from HEMV2BUKER.he.local ([10.87.8.41]) by hesl01uker.he.local with Microsoft SMTPSVC(6.0.3790.1830); Thu, 1 Feb 2007 18:29:31 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: WANTED: example of accessing a JCA from servlet Date: Thu, 1 Feb 2007 18:29:31 -0000 Message-ID: <71B3593EF5502D4EB58FFFC6D3D30549035FB4FE@HEMV2BUKER.he.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: WANTED: example of accessing a JCA from servlet Thread-Index: AcdGLuoRprfmfnVsTQCcKnLA7ev/Sg== From: "John Hawkins" To: X-OriginalArrivalTime: 01 Feb 2007 18:29:32.0055 (UTC) FILETIME=[EA87B270:01C7462E] X-Virus-Checked: Checked by ClamAV on apache.org I'm having fun trying to get a JCA from a servlet. I deploy the JCA = first then the servlet next. I believe that I have to have a resource ref in the geronimo-war.xml of = the servlet so that it can see it in JNDI -=20 Has anyone got an example geronimo-web.xml that shows me how to do this? many thanks, John.