Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 55629 invoked from network); 11 Sep 2008 17:55:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Sep 2008 17:55:57 -0000 Received: (qmail 44109 invoked by uid 500); 11 Sep 2008 17:55:54 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 43568 invoked by uid 500); 11 Sep 2008 17:55:53 -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 43557 invoked by uid 99); 11 Sep 2008 17:55:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Sep 2008 10:55:53 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [76.13.13.44] (HELO smtp105.prem.mail.ac4.yahoo.com) (76.13.13.44) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 11 Sep 2008 17:54:52 +0000 Received: (qmail 70328 invoked from network); 11 Sep 2008 17:54:23 -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=pblNVmq8lx0XzbWp0IJ53m+l68yXH4HkZ2/iR+6qCTILEk12H9d+OFkdvX7D30FHRYYjxRFBm3CzUulnwA2lwDPx6Dpm2lUQ8E+W/syvJBF99kc3AMg4B57Uj4rnApN9KBwaZCXy5XU3GbQiMz9NkNjW8K0CEo0SHFDEx2o1KJM= ; Received: from unknown (HELO ?192.168.1.130?) (david_jencks@68.166.238.247 with plain) by smtp105.prem.mail.ac4.yahoo.com with SMTP; 11 Sep 2008 17:54:22 -0000 X-YMail-OSG: KezTWMIVM1k16YTIgjgzOQZJ6bpkN7B6HlHZN.1ebWNLiLSGQfVWMPTAmju5IKfsqdclL5NxmiZAF5o_G9BYcYlK8zfIz1nxf1UfOsglrjV8JiVnFjLkvyOlowzTdZrKrXHoFyJy3t30DpLOfMQxsx0R X-Yahoo-Newman-Property: ymail-3 Message-Id: From: David Jencks To: user@geronimo.apache.org In-Reply-To: <19440108.post@talk.nabble.com> 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: Eclipse Utility Projects with 2.1.2 Date: Thu, 11 Sep 2008 13:54:20 -0400 References: <19402144.post@talk.nabble.com> <48C7C8B1.1050504@gmail.com> <19415054.post@talk.nabble.com> <48C83E89.4020803@gmail.com> <19424830.post@talk.nabble.com> <5C24F0B7-9861-4398-A8D3-B2FDAFBA9472@yahoo.com> <19440108.post@talk.nabble.com> X-Mailer: Apple Mail (2.926) X-Virus-Checked: Checked by ClamAV on apache.org On Sep 11, 2008, at 1:26 PM, Kory Markevich wrote: > > Well, Eclipse assists by having utility projects. From the WTP > documentation: > > > An enterprise application can contain utility JAR files that are to > be used > by the contained modules. This allows sharing of code at the > application > level by multiple Web, EJB, or application client modules. These JAR > files > are commonly referred to as utility JAR files. The utility JAR files > defined > for an enterprise application project can be actual JAR files in the > project, or you can include utility Java projects that are > designated to > become the utility JAR files during assembly and deployment. Do you have any idea what that means in non-eclipse-speak? To me it means nothing :-( in ee-land, you can have jars in an ear that are in the classpath of everything in the ear (typically by putting them in the lib/ dir of the ear). Does this have anything to do with eclipse utility jars? > > > So it sounds to me that having the geronimo-service.xml in such > projects in > the first place was a mistake, as these projects are not meant to be > deployed by themselves. I don't think the JIRA Tim mentioned should > have > removed support for utility projects altogether, just geronimo- > service.xml. > Now I know that geronimo has it's own robust module support, but since > that's not exposed to Eclipse directly I'd like to use utility > projects. > Should I create a JIRA to get this support back in? I'd prefer to understand what is meant by a utility module better before saying anything. thanks david jencks > > > > djencks wrote: >> >> >> I don't know how eclipse assists with this but you can include >> configuration for gbeans in any kind of geronimo plan, including that >> for ears (geronimo-application.xml or external plan), ejb modules >> (openejb-jar.xml), or web modules (geronimo-web.xml). META-INF/ >> geronimo-service.xml would only get detected if you were deploying a >> jar directly not as a javaee application. >> >> Generally gbean config is at the end of the plan after all the javaee >> stuff. >> >> thanks >> david jencks >> >> > > -- > View this message in context: http://www.nabble.com/Eclipse-Utility-Projects-with-2.1.2-tp19402144s134p19440108.html > Sent from the Apache Geronimo - Users mailing list archive at > Nabble.com. >