Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 35877 invoked from network); 17 Sep 2007 04:52:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Sep 2007 04:52:28 -0000 Received: (qmail 7071 invoked by uid 500); 17 Sep 2007 04:52:14 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 7052 invoked by uid 500); 17 Sep 2007 04:52:14 -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 7041 invoked by uid 99); 17 Sep 2007 04:52:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Sep 2007 21:52:14 -0700 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 ed.hillmann@gmail.com designates 209.85.128.190 as permitted sender) Received: from [209.85.128.190] (HELO fk-out-0910.google.com) (209.85.128.190) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Sep 2007 04:52:13 +0000 Received: by fk-out-0910.google.com with SMTP id b27so1552987fka for ; Sun, 16 Sep 2007 21:51:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=IJ8uQ6qVqndD80iq319fLaS3vEcqvwrjYIc8zH9nzbc=; b=mDJBKeqMOANvi43Jtu9PeEAA6/xTZtWRKyDQ7MrV69D28HSADdzylhopJVv9oBWrvT2Xp9mXjfidPDErWijwiA2nQsir2GUYLxkeD4jricv4Wby+9XZKLKQ4mHVrGXJAXFhJIrxrxFqL4RxXQMpAN66CtHRClglQU87bO0sR+Jk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OEPm4OH3VkmNnQCpjzwMBWW6dn/HncRljY8aQLjDzrnk4ZUCPHMz3cCF6itNWSWdVznO7WYt/eE9AjZl0veUQDsbxjP0rMge6XefniExS0cI/Go9+OxYMBdRObW1byntRTaAT3ATbsPJ7o5ah+zWmGDKBqfJxhkyTnUQW+ML95A= Received: by 10.82.183.19 with SMTP id g19mr4804668buf.1190004709855; Sun, 16 Sep 2007 21:51:49 -0700 (PDT) Received: by 10.82.139.1 with HTTP; Sun, 16 Sep 2007 21:51:49 -0700 (PDT) Message-ID: Date: Mon, 17 Sep 2007 14:51:49 +1000 From: "Ed Hillmann" To: user@geronimo.apache.org Subject: Re: ra.xml parse error when deploying JCA adapter In-Reply-To: <2C676E8F-4ED9-4124-8CFC-85FAEC7FA828@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5F609250-9A2B-4327-B499-A0923008BF23@yahoo.com> <2C676E8F-4ED9-4124-8CFC-85FAEC7FA828@yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org > aren't mailing lists fun :-) Just ducky :) > > Anyway, your rar is not constructed properly. You are supposed to > have a META-INF/ra.xml file and then any number of jar files inside > with the classes. Classes packed "loose" in the rar are ignored. > Again, I can't explain the behavior of other app servers :-) > > I don't know if you are building this rar but if you are you might > try using maven and the rar plugin which makes it pretty easy to get > the correct structure. The geronimo build has an example of > repackaging a rar in the geronimo-activemq-ra module but in that case > we didn't have to pack the classes into a jar but just leave a lot of > stuff out. Still it might be a useful reference. > > Hope this helps > david jencks Ok, I'll work at re-packing the RAR file, and sort myself out. I am building this file, but at the moment I'm not using maven. It might be in the cards in the near future, though, so I'll keep that in mind. However, I should be able to restructure the archives to the way they are supposed to be. Thanks heaps for the help, Ed