Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 65926 invoked from network); 26 Aug 2009 07:34:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Aug 2009 07:34:26 -0000 Received: (qmail 30132 invoked by uid 500); 26 Aug 2009 07:34:25 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 30084 invoked by uid 500); 26 Aug 2009 07:34:25 -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 30076 invoked by uid 99); 26 Aug 2009 07:34:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Aug 2009 07:34:25 +0000 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 s.mehlhase@googlemail.com designates 209.85.220.210 as permitted sender) Received: from [209.85.220.210] (HELO mail-fx0-f210.google.com) (209.85.220.210) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Aug 2009 07:34:15 +0000 Received: by fxm6 with SMTP id 6so2701205fxm.19 for ; Wed, 26 Aug 2009 00:33:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=vHGRXUAhhJNSCPe9CUUdUDGV6Gq7ysVnBfccl9ZM6dc=; b=ZAHyAKwaugOqqb+/tRR/WHLz+x40w2O4hCXsVcWiywdDuJ6EqHK7ZY5XqMZzbBBxLZ yGbug5r/bTx0+X3orXTpZwouGbrtcivsXzrXQyW8sblCiyAjRvk8nILOqXB189EP0koA wnK8O0OfEJyxf3ArnchLAR/ubLDbtK/yb0gbQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=W26OWYv1JAylygtMHPgSDQr4PjmjZSFHA5QplmtyYvsJoV6/CQk9KsyBOIXhl5O1jS 5eiL+1ks4ATTaJIOk/hKuxmasVNcAc/qjAZBvE5FoAy09x2VyZYkJua3g4mhWrjeRVfY j6YL+wCSCFyewsoYjMOuuCSqcQeLNsZCb+qa8= MIME-Version: 1.0 Received: by 10.103.80.36 with SMTP id h36mr3294357mul.18.1251272034050; Wed, 26 Aug 2009 00:33:54 -0700 (PDT) In-Reply-To: <5e7fd1eb0908250805v6617b18aucd052b4b7bea32f1@mail.gmail.com> References: <5e7fd1eb0908250805v6617b18aucd052b4b7bea32f1@mail.gmail.com> Date: Wed, 26 Aug 2009 09:33:54 +0200 Message-ID: Subject: Re: Message Driven Bean is not receiving messages From: Stephan Mehlhase To: user@geronimo.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi, thanks, but unfortunately this leads to the following while deploying: Resource Adapter for MDB 'MDB'not found: ?j2eeType=3DJCAResourceAdapter,name=3DadministeredObjectGroup# org.apache.geronimo.common.DeploymentException: Resource Adapter for MDB 'MDB'not found: ?j2eeType=3DJCAResourceAdapter,name=3DadministeredObjectGroup# at org.apache.geronimo.openejb.deployment.EjbModuleBuilder.setMdbContainer= Ids(EjbModuleBuilder.java:867) at org.apache.geronimo.openejb.deployment.EjbModuleBuilder.addGBeans(EjbMo= duleBuilder.java:818) at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildConfiguration= (EARConfigBuilder.java:647) at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:255) at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:134) at sun.reflect.GeneratedMethodAccessor205.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso= rImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(Reflec= tionMethodInvoker.java:34) at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.= java:124) at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.ja= va:867) at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:23= 9) at org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDep= loy(AbstractDeployCommand.java:116) at org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(Distr= ibuteCommand.java:61) at java.lang.Thread.run(Thread.java:619) Caused by: org.apache.geronimo.kernel.GBeanNotFoundException: No matches for referencePatterns: [?j2eeType=3DJCAResourceAdapter,name=3DadministeredObjectGroup#] at org.apache.geronimo.kernel.config.Configuration.findGBeanData(Configura= tion.java:683) at org.apache.geronimo.kernel.config.Configuration.findGBean(Configuration= .java:656) at org.apache.geronimo.kernel.config.Configuration.findGBean(Configuration= .java:635) at org.apache.geronimo.deployment.DeploymentContext.findGBean(DeploymentCo= ntext.java:207) at org.apache.geronimo.openejb.deployment.EjbModuleBuilder.setMdbContainer= Ids(EjbModuleBuilder.java:865) ... 14 more Stephan On Tue, Aug 25, 2009 at 17:05, Jack Cai wrote: > =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0default > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0=A0 TestEJB > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A01.0 > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0car > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0org.apache.geronimo.configs > > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0activemq-broker > > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0=A0 = car > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0MDB > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 > > =A0administeredObjectGroup > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 >