You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by de...@geronimo.apache.org on 2004/07/08 01:17:08 UTC

[jira] Updated: (GERONIMO-262) NullPointerException deploying resource adapter

The following issue has been updated:

    Updater: toby cabot (mailto:toby@caboteria.org)
       Date: Wed, 7 Jul 2004 4:16 PM
    Comment:
the patch isn't as big as it looks, most of it is re-indenting the lines inside the new if() clauses.
    Changes:
             Attachment changed to ra-npe-patch.txt
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/GERONIMO-262?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/GERONIMO-262

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: GERONIMO-262
    Summary: NullPointerException deploying resource adapter
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Apache Geronimo
   Versions:
             1.0-M2

   Assignee: 
   Reporter: toby cabot

    Created: Wed, 7 Jul 2004 4:14 PM
    Updated: Wed, 7 Jul 2004 4:16 PM
Environment: java 1.4.2
fedora core 2
geronimo cvs as of 2004-07-07

Description:
trying to deploy a trivial "hello world" resource adapter results in NPE in ConnectorModuleBuilder.java.  Looks like it assumes that some optional elements in ra.xml will always be present.

Will attach a patch to check that these fields aren't null, with this patch it (at least) deploys.  Here's my ra.xml:

<?xml version="1.0" ?>
 
<connector xmlns="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/connector_1_5.xsd"
    version="1.5">
 
    <description>Fake Resource Adapter</description>
    <display-name>Fake Resource Adapter</display-name>
 
    <vendor-name>Fake Vendor</vendor-name>
    <eis-type>example</eis-type>
    <resourceadapter-version>0.0</resourceadapter-version>
    <resourceadapter>
        <resourceadapter-class>example.x.ResAdImpl</resourceadapter-class>
    </resourceadapter>
</connector>



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira