Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 41431 invoked from network); 13 Dec 2006 00:11:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Dec 2006 00:11:52 -0000 Received: (qmail 51968 invoked by uid 500); 13 Dec 2006 00:11:55 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 51945 invoked by uid 500); 13 Dec 2006 00:11:55 -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 51868 invoked by uid 99); 13 Dec 2006 00:11:55 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Dec 2006 16:11:55 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of mperham@gmail.com designates 66.249.82.235 as permitted sender) Received: from [66.249.82.235] (HELO wx-out-0506.google.com) (66.249.82.235) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Dec 2006 16:11:44 -0800 Received: by wx-out-0506.google.com with SMTP id s18so7791wxc for ; Tue, 12 Dec 2006 16:11:23 -0800 (PST) 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=isWaDG9nHjEO7vKyip0gHRtUmNIx1+x4CxvKZhKcBnlaJ4rzFBCquqCuVgvEqwCK9kJUjxU85Mi8z6wtq5mINbEKsTMfaNhXkYoXAq2GvuN8ZTGH6FgZZC16LSQ/qRQOF2FuZZ/X8iPhx5bSsLr+USmagiaMj4SndJrl622y378= Received: by 10.70.74.6 with SMTP id w6mr262650wxa.1165968683415; Tue, 12 Dec 2006 16:11:23 -0800 (PST) Received: by 10.70.18.14 with HTTP; Tue, 12 Dec 2006 16:11:23 -0800 (PST) Message-ID: Date: Tue, 12 Dec 2006 18:11:23 -0600 From: "Mike Perham" To: user@geronimo.apache.org Subject: Re: ResourceAdapter is not of type: org.activemq.ra.ActiveMQResourceAdapter In-Reply-To: <419beb980612121452p3b4df40eo2c8178aaca60f04@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <419beb980612121452p3b4df40eo2c8178aaca60f04@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org jms.xml deploys just fine. The ResourceException occurs when I try to deploy an EAR which references those jms resources. See the MDB reference below. On 12/12/06, David Carew wrote: > I copied your plan (jms.xml) into Notepad++ and then saved it and it > deployed w/o any errors on WASCE 1.1.0.1 on Windows XP. Does your copy of > jms.xml file have any funky non-readable characters in it ? > > > > On 12/12/06, Mike Perham wrote: > > Anyone? We cannot support Geronimo in our app without this. > > > > On 12/5/06, Mike Perham wrote: > > > I'm using WAS CE 1.1.0.1 and used the console to create a > > > Topic/Queue/ConnFactory, saved the plan and modified it slightly (to > > > use XA instead of local transactions). The command I'm using to > > > deploy it: > > > > > > bin\deploy deploy jms.xml > > > > repository\geronimo\ge-activemq-rar\1.1.1\ge-activemq-rar-1.1.1.rar > > > > > > The error: > > > > > > javax.resource.ResourceException: ResourceAdapter is > not of type: > > > org.activemq.ra.ActiveMQResourceAdapter > > > at > org.activemq.ra.ActiveMQActivationSpec.setResourceAdapter(ActiveMQActivationSpec.java:215) > > > at > org.apache.geronimo.connector.ResourceAdapterWrapper.registerResourceAdapterAssociation(ResourceAdapterWrapper.java > :75) > > > at > org.apache.geronimo.connector.ResourceAdapterWrapper$$FastClassByCGLIB$$4ab28e73.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:817) > > > at > org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57) > > > at > org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35) > > > at > org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96) > > > at > org.apache.geronimo.connector.ResourceAdapterWrapper$$EnhancerByCGLIB$$daf4a2be.registerResourceAdapterAssociation > () > > > at > org.apache.geronimo.connector.ActivationSpecWrapper.activate(ActivationSpecWrapper.java:101) > > > at > org.apache.geronimo.connector.ActivationSpecWrapper$$FastClassByCGLIB$$aaa078c1.invoke > () > > > > > > The jms.xml plan: > > > > > > > > > > > > > > > xmlns:dep="http://geronimo.apache.org/xml/ns/deployment-1.1 > "> > > > > > > console.jms > > > fabric-jms > > > 1.0 > > > rar > > > > > > > > > > > > geronimo > > > > activemq-broker > > > car > > > > > > > > > > > > > > > > > > > fabric-jms > > > > > name="Clientid">fabric > > > > > xmlns:nam="http://geronimo.apache.org/xml/ns/naming-1.1 > "> > > > > DefaultWorkManager > > > > > > > > > > > > > > > > > > > javax.jms.ConnectionFactory > > > > > > > fabric-prism-connfactory > > > > > > > javax.jms.QueueConnectionFactory > > > > > > > javax.jms.TopicConnectionFactory > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > javax.jms.Queue > > > > org.activemq.message.ActiveMQQueue > > > > > > > fabric-prism-requestqueue > > > > > > name="PhysicalName">PRISMRequestQueue > > > > > > > > > > > > javax.jms.Topic > > > > org.activemq.message.ActiveMQTopic > > > > > > > fabric-prism-eventtopic > > > > > > name="PhysicalName">PRISMEventTopic > > > > > > > > > > > > > > > The MDB reference: > > > > > > > > > PerformanceMDBean > > > > > > > fabric-jms > > > > > > > > > > > > > destination > > > > fabric-prism-eventtopic > > > > > > > > > > > > > > > Any idea what's wrong? > > > > > > mike > > > > > > >