Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 59097 invoked from network); 16 Feb 2007 13:12:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Feb 2007 13:12:13 -0000 Received: (qmail 89153 invoked by uid 500); 16 Feb 2007 13:12:19 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 88827 invoked by uid 500); 16 Feb 2007 13:12:18 -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 88816 invoked by uid 99); 16 Feb 2007 13:12:18 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Feb 2007 05:12:18 -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 (herse.apache.org: domain of harikrishna.korrapati@gmail.com designates 66.249.92.169 as permitted sender) Received: from [66.249.92.169] (HELO ug-out-1314.google.com) (66.249.92.169) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Feb 2007 05:12:08 -0800 Received: by ug-out-1314.google.com with SMTP id m2so190662ugc for ; Fri, 16 Feb 2007 05:11:47 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=mjWTUyAOMqlLdB7Dao8c3Lxa+Ri+2R2OhGbspwqvM7SNuxic+fZ7HqHmAm37ywSb14HJA0u1EHECJKVzBMK6xH4EVmUa+XKN3goNyeG2IJyHoLl/u/PxAeqZ5+mUqTUfXGzIPeKFaQ0IJK3K1ZZZSc59tcBZDxnScxmZvBpgqCY= Received: by 10.114.145.1 with SMTP id s1mr1654806wad.1171631506069; Fri, 16 Feb 2007 05:11:46 -0800 (PST) Received: by 10.114.92.12 with HTTP; Fri, 16 Feb 2007 05:11:45 -0800 (PST) Message-ID: <8a855ce00702160511j66c8c1f2s76121cd012af37ef@mail.gmail.com> Date: Fri, 16 Feb 2007 18:41:45 +0530 From: "Hari Krishna Korrapati" To: user@geronimo.apache.org Subject: EJB MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2926_29886946.1171631505870" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_2926_29886946.1171631505870 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, We have the project.xml for the ejb project, which was built previously using maven. Now i am using Eclipse 3.2.1 for code editing,build and finally i am using Geronimo1.1.1 for running the application. In case of 1) web projects if we have war.bundle=true in project .xml, we will add that corresponding jar in J2ee Module Dependencies of the web project 2) ear projects if we have ear.bundle=true in project .xml, we will add that corresponding jar in J2ee Module Dependencies of the enterprise project Similarly in case of ejb project, we have true What is the corresponding action to be taken for the above. Please advice. -- Thanks and Regards, Hari ------=_Part_2926_29886946.1171631505870 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi,

We have the project.xml for the ejb project, which was built previously using maven.
Now i am using Eclipse 3.2.1 for code editing,build and finally i am using Geronimo1.1.1 for running the application.

In case of
 1) web projects if we have war.bundle=true in project .xml, we will add that corresponding jar in J2ee Module Dependencies of the web project
 2) ear projects if we have ear.bundle=true in project .xml, we will add that corresponding jar in J2ee Module Dependencies of the enterprise project

Similarly in case of ejb project, we have
  <ejb.manifest.classpath>true</ejb.manifest.classpath>
What is the corresponding action to be taken for the above.

Please advice.

--
Thanks and Regards,
Hari ------=_Part_2926_29886946.1171631505870--