[jira] Commented: (GERONIMO-1695) CORBA for EJB with Local interface only causes NPE

2006-07-24 Thread Matt Hogstrom (JIRA)
[ 
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.init(StandardServant.java:135)
 at org.openejb.corba.StandardServant.init(StandardServant.java:116)
 at org.openejb.corba.Adapter.init(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




[jira] Commented: (GERONIMO-1695) CORBA for EJB with Local interface only causes NPE

2006-07-17 Thread Rick McGuire (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMO-1695?page=comments#action_12421590
 ] 

Rick McGuire commented on GERONIMO-1695:


The SessionBuilder and EntityBuilder changes are still there, but the 
CMPEntityBuilder change was not.  Attaching patches for these two versions. 

 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: Rick McGuire
Priority: Critical
 Fix For: 1.2, 1.1.1

 Attachments: GERONIMO-1695.diff-1.1.1


 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.init(StandardServant.java:135)
 at org.openejb.corba.StandardServant.init(StandardServant.java:116)
 at org.openejb.corba.Adapter.init(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