Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 87039 invoked from network); 31 Jul 2008 03:42:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Jul 2008 03:42:53 -0000 Received: (qmail 25473 invoked by uid 500); 31 Jul 2008 03:42:52 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 25407 invoked by uid 500); 31 Jul 2008 03:42:51 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 25396 invoked by uid 99); 31 Jul 2008 03:42:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jul 2008 20:42:51 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jul 2008 03:42:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C0520234C17E for ; Wed, 30 Jul 2008 20:42:31 -0700 (PDT) Message-ID: <1061702093.1217475751772.JavaMail.jira@brutus> Date: Wed, 30 Jul 2008 20:42:31 -0700 (PDT) From: "Jarek Gawor (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Resolved: (GERONIMO-4218) NullPointerException in ConnectorModuleBuilder In-Reply-To: <746006752.1216998331618.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-4218?page=3Dcom.atlas= sian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Gawor resolved GERONIMO-4218. ----------------------------------- Resolution: Fixed Fix Version/s: 2.2 2.1.3 Committed changes to trunk (revision 681268) and branches/2.1 (revision 681= 269) to handle geronimo-ra.xml without resourceadapter-instance element. If= the Geronimo plan does not have the resourceadapter-instance element, a gb= ean for the resourceadapter-instance will be created using the defaults (e.= g. the default work manager). > NullPointerException in ConnectorModuleBuilder > ---------------------------------------------- > > Key: GERONIMO-4218 > URL: https://issues.apache.org/jira/browse/GERONIMO-4218 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues)=20 > Components: deployment > Affects Versions: 2.1.1 > Reporter: J=C3=BCrgen Weber > Assignee: Jarek Gawor > Fix For: 2.1.3, 2.2 > > > I tried to deploy IMS TM Resource Adapter V10.2.0 runtime (which is downl= oadable from http://www-306.ibm.com/software/data/ims/ims/components/tm-res= ource-adapter.html#downloads) > in Geronimo 2.1.1. > There is NullPointerException at ConnectorModuleBuilder.java:522 (stacktr= ace see below) > The Connector module runs fine with Glassfish 2.1 and JBoss 5. > The geronimo-ra.xml was included in ims1020.rar\META-INF > If there is a problem in geronimo-ra.xml, there should at least be a dece= nt error message instead of NPE. > geronimo-ra.xml: > > =09 > =09=09 > =09=09=09 > =09=09=09=09com.ibm.connector2.ims.ico.IMSMa= nagedConnectionFactory > =09=09=09 > =09=09 > =09 > > Caused by: java.lang.NullPointerException > =09at org.apache.geronimo.connector.deployment.ConnectorModuleBuilder.add= ConnectorGBeans(ConnectorModuleBuilder.java:522) > =09at org.apache.geronimo.connector.deployment.ConnectorModuleBuilder.ini= tContext(ConnectorModuleBuilder.java:499) > =09at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildConfigura= tion(EARConfigBuilder.java:595) > =09at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:254) --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.