Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 77030 invoked from network); 28 Oct 2008 16:34:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Oct 2008 16:34:15 -0000 Received: (qmail 22558 invoked by uid 500); 28 Oct 2008 16:34:17 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 22538 invoked by uid 500); 28 Oct 2008 16:34:17 -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 22527 invoked by uid 99); 28 Oct 2008 16:34:17 -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 09:34:17 -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: local policy) Received: from [98.136.44.62] (HELO smtp107.prem.mail.sp1.yahoo.com) (98.136.44.62) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 28 Oct 2008 16:33:03 +0000 Received: (qmail 38321 invoked from network); 28 Oct 2008 16:32:42 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:Message-Id:From:To:In-Reply-To:Content-Type:Content-Transfer-Encoding:Mime-Version:Subject:Date:References:X-Mailer; b=Nlw+mdHUgHIqZnKOkOhjnRFvRtVBNzzSAJH5cNUovMyEsMerjUh8hzOS4re0Z51dWMwUw93MwNyR8j8hCG5yzgOGZ808MYAsD/zKbsrKyrOzta11rhCOSE4x1r3pIxaIZknTpMj47HSss2UtuwiIFWnpc0a3/7O6LPFKL74yXuI= ; Received: from unknown (HELO ?10.11.55.45?) (david_jencks@63.105.20.225 with plain) by smtp107.prem.mail.sp1.yahoo.com with SMTP; 28 Oct 2008 16:32:41 -0000 X-YMail-OSG: aaKefeEVM1nn73lS.hXaRN8ofdWzHHkVHRUklN84X3.2hMXRjz.ZfQD6Uj5mY0TI.uohHighbtruyhMifGlkeekfvnhw8rZW8m0vM_7HttGZPY4IzD0sZz.ywW4OKAmeCDGuO3dhiOK6_mJbG.mMNRZBZLKgHs_N6SXX1Ek- X-Yahoo-Newman-Property: ymail-3 Message-Id: <0D00BBBE-BF4A-4733-AF2E-357328CDE97C@yahoo.com> From: David Jencks To: user@geronimo.apache.org In-Reply-To: <7C173BF6D5C92C4C9259C35519CBD49B036BCF7A@daf.interchain.nl> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v926) Subject: Re: login module & jdbc driver in ear Date: Tue, 28 Oct 2008 09:32:40 -0700 References: <20085767.post@talk.nabble.com> <7C173BF6D5C92C4C9259C35519CBD49B036BCF7A@daf.interchain.nl> X-Mailer: Apple Mail (2.926) X-Virus-Checked: Checked by ClamAV on apache.org On Oct 28, 2008, at 2:02 AM, Marco Laponder wrote: > Hi All, > > I wonder if it is possible to accomplish the following. I have an EAR > (with a WAR) which I can deploy (after your help). The WAR needs a > custom login module and this module needs a jDBC driver. Is it > possible > to embed the login module JAR, the jDBC driver JAR and the loginmoudle > configuration within the EAR ? Or should I install the jDBC driver and > login module first into the Geronimo repository ? Everything in the ear should work fine. I'd put everything in lib/ inside the ear so you don't have to try to figure out how to make manifest classpath work inside an ear. david jencks > > > Kind regards, > Marco Laponder