Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 75776 invoked from network); 7 Aug 2006 06:32:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Aug 2006 06:32:09 -0000 Received: (qmail 87411 invoked by uid 500); 7 Aug 2006 06:32:06 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 87371 invoked by uid 500); 7 Aug 2006 06:32:06 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 87360 invoked by uid 99); 7 Aug 2006 06:32:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Aug 2006 23:32:06 -0700 X-ASF-Spam-Status: No, hits=2.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [68.142.206.235] (HELO smtp102.plus.mail.mud.yahoo.com) (68.142.206.235) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 06 Aug 2006 23:32:05 -0700 Received: (qmail 833 invoked from network); 7 Aug 2006 06:31:44 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:Mime-Version:In-Reply-To:References:Content-Type:Message-Id:Content-Transfer-Encoding:From:Subject:Date:To:X-Mailer; b=tICx1B2Vw2P46WjWsirGDJImd6sKSNDVJJZ8WKXyP7PwhKeAuoB1l9mg0lXGt2RyfHl8958nPnN5ghwU8tGVV9Uplv76WZOv1jj/IUbA7lcMwwrBEDpz78bGvlcWNv+hLASYr/z2tU3qWQ90sRp4Rnv04mUvltF3S6mZ0EVwHFU= ; Received: from unknown (HELO ?10.11.55.8?) (david?jencks@63.105.20.225 with plain) by smtp102.plus.mail.mud.yahoo.com with SMTP; 7 Aug 2006 06:31:44 -0000 Mime-Version: 1.0 (Apple Message framework v749.3) In-Reply-To: <95EA10E6-D456-4D6E-96BF-16D1BF4ADE0C@iq80.com> References: <74e15baa0608051749v6b7514a3i6805ce7b75d8f2f0@mail.gmail.com> <5366CF5E-937E-47A5-A45A-FBC9ED34B5A0@yahoo.com> <95EA10E6-D456-4D6E-96BF-16D1BF4ADE0C@iq80.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <96F5BC91-2D90-404C-8B9E-722336A14103@yahoo.com> Content-Transfer-Encoding: 7bit From: David Jencks Subject: Re: Remove server-environment from app client Date: Sun, 6 Aug 2006 23:31:37 -0700 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.749.3) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Aug 6, 2006, at 4:40 PM, Dain Sundstrom wrote: > On Aug 6, 2006, at 12:04 PM, David Jencks wrote: > >> How do we install the required yet idiotic jsr-77 gbean that >> represents the app client without a module to put it in? > > Easy, just toss it into the parent ear configuration. ok, but that won't work for a standalone app client. For consistency I think we should generate a server side moduleId from the supplied client side moduleId e.g. by appending "_server" to the artifactId. thanks david jencks > > -dain