Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 85255 invoked from network); 3 Dec 2007 11:43:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Dec 2007 11:43:52 -0000 Received: (qmail 3516 invoked by uid 500); 3 Dec 2007 11:43:38 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 3496 invoked by uid 500); 3 Dec 2007 11:43:38 -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 3485 invoked by uid 99); 3 Dec 2007 11:43:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Dec 2007 03:43:38 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of harikrishna.korrapati@gmail.com designates 209.85.146.176 as permitted sender) Received: from [209.85.146.176] (HELO wa-out-1112.google.com) (209.85.146.176) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Dec 2007 11:43:18 +0000 Received: by wa-out-1112.google.com with SMTP id j4so5234065wah for ; Mon, 03 Dec 2007 03:43:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=1FgXM+Bffqs0u9hD/KE94n1dV+bXfNHLJqj0W5gpD4g=; b=e4FLhV59S9hVhUCUMAWtT1tphkA7w0xugMMUd60VNjT/l9M2EAdMQTd1D1MZvBoGpHsnCa227ORwZpGIv4Jh8dU8V7w1MV+ip+ySWkp5jrF79/kG/E8CiaHBmamEXY9Y7WtHlP4GVTn4K1t21CwGWvZTVG00kjaybhG1sKu7PCU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:mime-version:content-type; b=JsqPxS1QettmeyWbNHV3jXOn7Pr3CcU38pSokIOW6F23zpO39/1Xo76LwF+1qfa5ply5kX7Yj3sn6kmwA2f/mbwnJtDiSkgNSn3XYfp7KmFoykuEsCKbIKJEVn1PwFO19p7QmZ1qONAKzHeyacBNF4NIQKw2rulbKW4aSiktvCk= Received: by 10.114.111.1 with SMTP id j1mr3445600wac.1196682200829; Mon, 03 Dec 2007 03:43:20 -0800 (PST) Received: by 10.115.54.11 with HTTP; Mon, 3 Dec 2007 03:43:20 -0800 (PST) Message-ID: <8a855ce00712030343k4062726al30410e382db9a1de@mail.gmail.com> Date: Mon, 3 Dec 2007 17:13:20 +0530 From: "Hari Krishna Korrapati" To: user@geronimo.apache.org Subject: Specifying the dependencies for the project MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_9083_20146135.1196682200814" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_9083_20146135.1196682200814 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, Need some help regarding specifying the dependencies for the project. Please find below the description of the problem: I have two projects like util(java project) and dao(ejb project). The ear will have some modules along with the above two (util-cv.jar and dao-cv.jar). If dao has a dependency on util, i am referring to util by defining a dependency in openejb-jar.xml and having the util-cv.jar in geronimo repository. The sample code looks like jars util cv jar Is there any way i can use the util-cv.jar directly from ear instead having it explicitly in geronimo repository. *System environment is:* Application Server: Geronimo 1.1.1, JDK 1.5 Build using Maven 2.0.4 Eclipse 3.2.1 Please advice me how to proceed. Thanks and Regards, Hari ------=_Part_9083_20146135.1196682200814 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi,
Need some help regarding specifying the dependencies for the project.

Please find below the description of the problem:

I have two projects like util(java project) and dao(ejb project).
The ear will have some modules along with the above two ( util-cv.jar and dao-cv.jar).
If dao has a dependency on util, i am referring to util by defining a dependency in openejb-jar.xml and having the util-cv.jar in geronimo repository.
The sample code looks like
         <dep:dependencies>
            <dep:dependency>
                <dep:groupId>jars</dep:groupId>
                <dep:artifactId>util</dep:artifactId>
                <dep:version>cv</dep:version>
                <dep:type>jar</dep:type>
            </dep:dependency>
        </dep:dependencies>

Is there any way i can use the util-cv.jar directly from ear instead having it explicitly in geronimo repository.


System environment is:
Application Server: Geronimo 1.1.1, JDK 1.5
Build using Maven 2.0.4
Eclipse 3.2.1


Please advice me how to proceed.

 
Thanks and Regards,
Hari ------=_Part_9083_20146135.1196682200814--