Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 40415 invoked from network); 22 Sep 2006 14:57:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Sep 2006 14:57:39 -0000 Received: (qmail 33017 invoked by uid 500); 22 Sep 2006 14:57:35 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 33010 invoked by uid 500); 22 Sep 2006 14:57:35 -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 32999 invoked by uid 99); 22 Sep 2006 14:57:35 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Sep 2006 07:57:35 -0700 Authentication-Results: idunn.apache.osuosl.org header.from=ammulder@gmail.com; domainkeys=good Authentication-Results: idunn.apache.osuosl.org smtp.mail=ammulder@gmail.com; spf=pass X-ASF-Spam-Status: No, hits=0.8 required=5.0 tests=DNS_FROM_RFC_ABUSE,MAILTO_TO_SPAM_ADDR Received-SPF: pass (idunn.apache.osuosl.org: domain gmail.com designates 64.233.182.188 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from [64.233.182.188] ([64.233.182.188:21648] helo=nf-out-0910.google.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id EF/AD-06791-6D9F3154 for ; Fri, 22 Sep 2006 07:57:30 -0700 Received: by nf-out-0910.google.com with SMTP id n29so1260375nfc for ; Fri, 22 Sep 2006 07:57:17 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=H/i9toDzNa/39xV/AB5gj/HjpP2SzZxwVuCH/qtPwkU5nAz9FQLkkTQ859TIR8+Hi9g0TyVY3lDi9+5ROpyex6x0ZrgbV05o0quK703VkTaKtk/odHJXZ/izJC20AmDMBljP+rNQbwA1NafoVwAIJ5O0ADTYAupqFrXZQZs7Ju4= Received: by 10.82.126.5 with SMTP id y5mr20233buc; Fri, 22 Sep 2006 07:57:17 -0700 (PDT) Received: by 10.82.118.16 with HTTP; Fri, 22 Sep 2006 07:57:17 -0700 (PDT) Message-ID: <74e15baa0609220757q4b1a0feas888035278e824c7b@mail.gmail.com> Date: Fri, 22 Sep 2006 10:57:17 -0400 From: "Aaron Mulder" Sender: ammulder@gmail.com To: user@geronimo.apache.org Subject: Re: Can not deploy EAR in Geronimo 1.1.1 In-Reply-To: <122901639912203@lycos-europe.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <122901639912203@lycos-europe.com> X-Google-Sender-Auth: 501b96950074d1e0 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Can you post your openejb-jar.xml (preferably once)? Thanks, Aaron On 9/22/06, mahu2425 wrote: > Hi there, > > I'm trying to migrate an application from Geronimo 1.0 to Geronimo 1.1.1 (Jetty version), but I fail deploying the ear file. > > My application consists of a single stateless session bean, that serves as a webservice. The resulting jar file (with the ejb) is packaged in a ear file. > > I updated the deployment plans openejb-jar.xml and geronimo-application.xml using the update tool and tried to deploy my application. > > Unfortunally I always receive the following error: > > > Unable to resolve reference "WebServiceContainer" in gbean default/MyEAR_MyEAR/1-default/car?EJBModule=MyEJB.jar,J2EEApplication=default/MyEAR_MyEAR/1-default/car,StatelessSessionBean=PDFCreator,j2eeType=WSLink,name=PDFCreator to a gbean matching the pattern [?name=JettyWebContainer#] > org.apache.geronimo.common.DeploymentException: Unable to resolve reference "WebServiceContainer" in gbean default/MyEAR_MyEAR/1-default/car?EJBModule=MyEJB.jar,J2EEApplication=default/MyEAR_MyEAR/1-default/car,StatelessSessionBean=PDFCreator,j2eeType=WSLink,name=PDFCreator to a gbean matching the pattern [?name=JettyWebContainer#] > at org.apache.geronimo.deployment.DeploymentContext.getConfigurationData(DeploymentContext.java:376) > at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:305) > at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:124) > at org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invoke() > at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) > at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38) > at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122) > at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:852) > at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239) > at org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:106) > at org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:60) > at java.lang.Thread.run(Thread.java:534) > > > > Did I maybe forget to convert anything? > > > Best regards, > > Markus > > Schnell und einfach ohne Anschlusswechsel zur Lycos DSL Flatrate wechseln und 3 Monate kostenlos ab effektiven 5,21 EUR pro Monat im ersten Jahr surfen. > http://www.lycos.de/startseite/online/dsl/index.html?prod=DSL&trackingID=email_footertxt >