Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 47443 invoked from network); 23 Dec 2009 11:50:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Dec 2009 11:50:15 -0000 Received: (qmail 23502 invoked by uid 500); 23 Dec 2009 11:50:14 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 23435 invoked by uid 500); 23 Dec 2009 11:50: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 23427 invoked by uid 99); 23 Dec 2009 11:50:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Dec 2009 11:50:14 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Dec 2009 11:50:05 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1NNPiq-0005gI-Kt for user@geronimo.apache.org; Wed, 23 Dec 2009 03:49:44 -0800 Message-ID: <26899531.post@talk.nabble.com> Date: Wed, 23 Dec 2009 03:49:44 -0800 (PST) From: jam_developer To: user@geronimo.apache.org Subject: Resource Adapter deployment problem MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: kbhatt@mailcity.com X-Virus-Checked: Checked by ClamAV on apache.org Hi, I have a outbound resource adapter which is a connector for a rule engine. I need help to deploy it in Geronimo. Structure of rar is: adapter.jar(contains adapter classes) connector-api.jar(required 3rd party library) jsr94.jar(required 3rd party library) META-INF\rar.xml META-INF\geronimo.xml Following is my geronimo-ra.xml : biz.hammurapi.rules.ra.ConnectionFactory RuleConnection Following is ra.xml : Hammurapi Rules Adapter Hammurapi Group Rules enabled application 1.0 biz.hammurapi.rules.ra.ResourceAdapterImpl biz.hammurapi.rules.ra.ManagedConnectionFactoryImpl biz.hammurapi.rules.ra.ConnectionFactory biz.hammurapi.rules.ra.ConnectionFactoryImpl javax.rules.RuleSession biz.hammurapi.rules.ra.RuleSessionImpl NoTransaction BasicPassword javax.resource.spi.security.PasswordCredential false Please let me know what am I missing here. My second question is I have another web application through which I need to access this resource adapter. I assume connectiondefinition-instance name(which is "RuleConnection") can be used as JNDI name to get Connection object. Is this understanding correct? Please suggest. -- View this message in context: http://old.nabble.com/Resource-Adapter-deployment-problem-tp26899531s134p26899531.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.