Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 28192 invoked from network); 7 Aug 2006 14:12:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Aug 2006 14:12:29 -0000 Received: (qmail 26288 invoked by uid 500); 7 Aug 2006 14:12:26 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 26235 invoked by uid 500); 7 Aug 2006 14:12:26 -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 26224 invoked by uid 99); 7 Aug 2006 14:12:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Aug 2006 07:12:26 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of manu.t.george@gmail.com designates 64.233.184.226 as permitted sender) Received: from [64.233.184.226] (HELO wr-out-0506.google.com) (64.233.184.226) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Aug 2006 07:12:24 -0700 Received: by wr-out-0506.google.com with SMTP id i2so60559wra for ; Mon, 07 Aug 2006 07:12:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jN5WxQr/nC7gTam7/adU/WhoR7cumcDQBzzT9kynWoNCtYG0IRrWTUx6jEOx9CLH4WNTNK8q/EvgXGsdqtxLZ7iy5q80MsvjlFh7btKF/40MbZXZ3K2EX0Jh+URE0nwrIY1RxEKD5shErsQsM9jGy2Mxtna3vG1J2rVxkxtZ+mk= Received: by 10.78.134.12 with SMTP id h12mr2396973hud; Mon, 07 Aug 2006 07:12:03 -0700 (PDT) Received: by 10.78.153.4 with HTTP; Mon, 7 Aug 2006 07:12:03 -0700 (PDT) Message-ID: <466797bd0608070712n4803892cq8996e5e044a1d026@mail.gmail.com> Date: Mon, 7 Aug 2006 19:42:03 +0530 From: "Manu George" To: dev@geronimo.apache.org Subject: Re: Regarding Exploded Deployments In-Reply-To: <44D3F993.3010501@optusnet.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <466797bd0608040114w31537898nd009a035e06dd559@mail.gmail.com> <44D3F993.3010501@optusnet.com.au> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Gianny, Thanks for the explanation. Are ejb modules also auto exploded? I saw that war's are exploded but ejb modules don't seem to be auto exploded. Any reason for this? Thanks Manu On 8/5/06, Gianny Damour wrote: > Manu George wrote: > > > Hi, > > Does Geronimo support exploded deployments of ear's that > > contain wars and jars using --inPlace Argument? When I try to deploy > > daytrader by extracting it to a directory and passing the path to the > > directory as an argument to deploy along with --inPlace it is giving > > an error > > > > java.lang.Error: Only local file jars are supported > > jar:file:/C:/1.1samples/samp > > les/applications/daytrader/target/test/daytrader-ear-1.1/web.war!/WEB-INF/lib/st > > > > andard-1.1.1.jar > > There is a bug in the deployment of war module defining libraries within > WEB-INF/lib/ when this module is inside an ear module. I will fix this > problem. > > > What is the correct format of an exploded EAR. Will it have the > > ejb-jar and webapp-war exploded as well? OR will geronimo support non > > exploded format as well? > > In the case of an in-place deployment, nested modules are auto-exploded > upon deployment, if need be. For instance, if there is a non-exploded > war module mywar.war within an ear, then the war is renamed > mywar.war.saved, a sub-directory mywar.war is created and > mywar.war.saved is unjarred within it. > > Thanks, > Gianny > > > > > Regards > > Manu > > > > >