Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 59282 invoked from network); 24 Jul 2006 14:23:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Jul 2006 14:23:44 -0000 Received: (qmail 6534 invoked by uid 500); 24 Jul 2006 14:23:36 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 6491 invoked by uid 500); 24 Jul 2006 14:23:36 -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 6400 invoked by uid 99); 24 Jul 2006 14:23:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jul 2006 07:23:35 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jul 2006 07:23:32 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 492327141F1 for ; Mon, 24 Jul 2006 14:21:14 +0000 (GMT) Message-ID: <6690560.1153750874276.JavaMail.jira@brutus> Date: Mon, 24 Jul 2006 07:21:14 -0700 (PDT) From: "Matt Hogstrom (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-1695) CORBA for EJB with Local interface only causes NPE In-Reply-To: <1831002897.1139203387153.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/GERONIMO-1695?page=comments#action_12423080 ] Matt Hogstrom commented on GERONIMO-1695: ----------------------------------------- Rick, what is the state of this JIRA? > CORBA for EJB with Local interface only causes NPE > -------------------------------------------------- > > Key: GERONIMO-1695 > URL: http://issues.apache.org/jira/browse/GERONIMO-1695 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: CORBA > Affects Versions: 1.0 > Reporter: Aaron Mulder > Assigned To: Kevan Miller > Priority: Critical > Fix For: 1.2, 1.1.1 > > Attachments: GERONIMO-1695.diff-1.1.1, GERONIMO-1695.diff-1.2, GERONIMO-1695.diff-1.2a > > > I have an EJB with a local interface and I tried applying CORBA settings. It blows up during deployment. My guess is that it wants a remote interface to be there, but somehow, the checks in StandardServant:126 are not working and the interface just comes up as null. > Caused by: java.lang.NullPointerException > at org.openejb.corba.util.Util.getAllInterfaces(Util.java:593) > at org.openejb.corba.util.Util.getAllMethods(Util.java:815) > at org.openejb.corba.util.Util.iiopMap(Util.java:608) > at org.openejb.corba.util.Util.mapOperationToMethod(Util.java:604) > at org.openejb.corba.StandardServant.(StandardServant.java:135) > at org.openejb.corba.StandardServant.(StandardServant.java:116) > at org.openejb.corba.Adapter.(Adapter.java:100) > ... 67 more -- 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 - For more information on JIRA, see: http://www.atlassian.com/software/jira