Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 22444 invoked from network); 11 Feb 2008 21:18:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Feb 2008 21:18:53 -0000 Received: (qmail 23631 invoked by uid 500); 11 Feb 2008 21:18:46 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 23569 invoked by uid 500); 11 Feb 2008 21:18:45 -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 23558 invoked by uid 99); 11 Feb 2008 21:18:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2008 13:18:45 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of hcunico@gmail.com designates 66.249.92.173 as permitted sender) Received: from [66.249.92.173] (HELO ug-out-1314.google.com) (66.249.92.173) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2008 21:18:14 +0000 Received: by ug-out-1314.google.com with SMTP id 29so390971ugc.10 for ; Mon, 11 Feb 2008 13:18:19 -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:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=7Bnc3LtA4LqEe/0iJ9mzvbBCaRfgfaDdqInlUk7ZWmM=; b=kpRP5tGqRB2p8H7g5bblsmr9hnKjoq7wkKd6QSG9YF/6biFtTXyKesR5qFchBbeb6BQpWh1Hbc9dLjLQ7QAUm8q8JRvzeEMwciJUsDlKqo1EC0EfopPFaOSVWfD//TWd2dt9F2YVD7jFuL2sgc0wPdmMm9pFXcrLD7OZNUfZaM0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=KI19RhneeqXwAy01zPGF/NGDQbLZEgiavUrO1rTUXEgbU1/1WOxLMD7GUKZ3LPYuqlt39TpHUBgH19/QsDnLOXuATcCK4FU2Hxh3OlS5RmF6E7SakVvBU9ofPzn2gbvLFCsvFeGbq0oHFHVK2Y2VSVmKiXrA4oTHYqU9jFuohK0= Received: by 10.151.12.1 with SMTP id p1mr168182ybi.83.1202764698187; Mon, 11 Feb 2008 13:18:18 -0800 (PST) Received: from ?9.37.214.128? ( [129.33.49.251]) by mx.google.com with ESMTPS id h2sm34578570rnb.16.2008.02.11.13.18.16 (version=SSLv3 cipher=RC4-MD5); Mon, 11 Feb 2008 13:18:17 -0800 (PST) Message-ID: <47B0BB95.8060503@gmail.com> Date: Mon, 11 Feb 2008 16:18:13 -0500 From: Hernan Cunico User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: [Fwd: Geronimo Documentation - 5-minute Tutorial on Enterprise Application Development with Eclipse and Geronimo] References: <47A8E971.1000908@gmail.com> <1b5bfeb50802101001g301a188ap602dcb9fb445915a@mail.gmail.com> <47B09A84.90305@gmail.com> <1b5bfeb50802111308p3cc79e2bkab5298f19375e11a@mail.gmail.com> In-Reply-To: <1b5bfeb50802111308p3cc79e2bkab5298f19375e11a@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Jacek Laskowski wrote: > On Feb 11, 2008 10:57 AM, Hernan Cunico wrote: > >> Back on the 5 min tutorial, I'm still having some issues deploying the app. My latest environment is using G 2.1 RC that is currently out for a vote (Tomcat flavor) and the GEP that I just built from devtools/eclipse-plugin/trunk rev # 620497. I know it's still kinda early but it would be great if we can have this tutorial updated ( a new one for 2.1 actually ), I figure a lot of users would be interested in testing this on 2.1 > > I'll be doing it then. I helped a geronimo user offline who had some > troubles with it, but he eventually confirmed it worked fine with G > 2.0.2 or G 2.1-SNAPSHOT and the latest Eclipse 3.4 M5 and other > Eclipse goodies to satisfy the geronimo eclipse plugin so it should > work with your configuration. I'll give it a shot tonight (PST). > > What worried me the most was that Geronimo 2.1 Enhancements from > RELEASE_NOTES-2.1.txt was not covered by the documentation. I'm going > to describe > > Custom server assemblies > - Lightweight server assemblies may be created that contain only the functional > components required by your application(s). I overlooked this one, I'll add an entry on the "Developer's guide" section. Are you volunteering for this one too ;-) Cheers! Hernan > > as I guess that's our differentiator against other application servers > and one of the topic we should cover during our next presentation > about Geronimo. It seems like a way to custom profiles in java ee 6 as > well. > > Jacek >