From user-return-14065-apmail-geronimo-user-archive=geronimo.apache.org@geronimo.apache.org Thu Oct 08 16:36:50 2009 Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 78524 invoked from network); 8 Oct 2009 16:36:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Oct 2009 16:36:50 -0000 Received: (qmail 76295 invoked by uid 500); 8 Oct 2009 16:36:49 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 76266 invoked by uid 500); 8 Oct 2009 16:36:49 -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 76258 invoked by uid 99); 8 Oct 2009 16:36:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Oct 2009 16:36:49 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [98.136.44.61] (HELO smtp106.prem.mail.sp1.yahoo.com) (98.136.44.61) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 08 Oct 2009 16:36:38 +0000 Received: (qmail 96793 invoked from network); 8 Oct 2009 16:36:15 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Yahoo-SMTP: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=v0pXcJQxF8TL3S6u2B+lHP8cs/WFB7DHnKUHSXiM2uR8/56Mv34CRr2hjHnzbi4fWtj1QH6kJ1uLrFAvZeHQrh4SPfLGKYlQz7eVxaR/74qPBgKrCJ5Phiqb2YzKFM6MOdtrrdykq3FLSurzTS+hp1WXpS0o3CJwHfjk9lrGsik= ; Received: from 076-076-148-215.pdx.net (david_jencks@76.76.148.215 with plain) by smtp106.prem.mail.sp1.yahoo.com with SMTP; 08 Oct 2009 09:36:14 -0700 PDT X-Yahoo-SMTP: .9oIUzyswBANsYgUm_5uPui0skTnzGJXJQ-- X-YMail-OSG: qHyyHLwVM1m35LOQKp1tBwrNKBduX8uRD5ss2nYMSbFX7TS1PmeIal4HlMxZm8w2BiIqC9YM1PQJbqF1CAm3H8Vm.zr8OZiAd16HrlsoIlPMo97OSAt_NNkorMgs91tsCXMiR5p10glH77m4xWp5U0ZnB_SOmGKMORAgLEIhkoXm2i6GGmKErgHW8IF9Itr7UoiJLAgjuM2LNcbkcP_.KlLL4C1q8._bqSDcPwAMllnSoOxCouXbMPpJOHQxX_KkF6a7wvgBHKHtP_9Lz8hRbM7Qlh3Ym5PXgOwRp5IeDPbhhD684XOMKLwMym8ytnlYL5U0 X-Yahoo-Newman-Property: ymail-3 Message-Id: <694502F9-CC91-4F13-BD7E-7F6E29583630@yahoo.com> From: David Jencks To: user@geronimo.apache.org In-Reply-To: <25802978.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v936) Subject: Re: Where to download an ejb3 app already packaged/deployed Date: Thu, 8 Oct 2009 09:36:13 -0700 References: <25801685.post@talk.nabble.com> <1f3854d50910080358p2e5c535fuedfa48f54636ba62@mail.gmail.com> <25802072.post@talk.nabble.com> <1f3854d50910080439p6c28322dhcd0f94139240f1fc@mail.gmail.com> <25802978.post@talk.nabble.com> X-Mailer: Apple Mail (2.936) X-Virus-Checked: Checked by ClamAV on apache.org On Oct 8, 2009, at 6:11 AM, Antonio Forni=E9 wrote: > > Thank you again. I'm trying to use your help for my sample app. > > Please, can you tell if I'm right with this app file structure =20 > (there's no > zipped file like jar or war, only folders): > > \helloear > |---\META-INF > |---application.xml > |---\helloweb > |---\WEB-INF > |---web.xml > |---\classes > |---HelloServlet.class > |---\lib > |---*.jar ok so far, although see note below > |---\helloejb > |---\classes remove the /classes directory, put the ejbs directly in "helloejb" > |---HelloInterface.class > |---HelloBean.class > |---\lib > |---*.jar no lib dir is allowed in an ejb jar. You can put it in helloear =20 directly > |---\META-INF > |---ejb-jar.xml > > Is it right? Can I have helloweb and helloejb as folder or must I =20 > have a > zipped file (jar/war) with everything inside? This might work as long as you label the modules correctly in =20 application.xml, however I think you might need to rename the module =20 directories helloweb.war and helloejb.jar. We do have some sample apps that should work OK on 2.1.4, and they got =20= published to a maven repo... http://cwiki.apache.org/GMOxDOC21/sample-applications.html http://repo2.maven.org/maven2/org/apache/geronimo/samples/ I think these do not include the geronimo plans you need to deploy =20 them, as we also publish them as predeployed geronimo plugins. The docs have a link to the svn checkout. thanks david jencks > > Thank you very much. > > > > > --=20 > View this message in context: = http://www.nabble.com/Where-to-download-an-ejb3-app-already-packaged-deplo= yed-tp25801685s134p25802978.html > Sent from the Apache Geronimo - Users mailing list archive at =20 > Nabble.com. >