This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 8701

Summary: Sometimes OpenCookie is null
Product: java Reporter: David Kaspar <dkaspar>
Component: UnsupportedAssignee: issues@java <issues>
Status: CLOSED FIXED    
Severity: normal CC: jtulach
Priority: P4    
Version: -FFJ-   
Hardware: Sun   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:
Attachments: Exception

Description David Kaspar 2000-12-01 13:17:25 UTC
On this bug depends CORBA module
How to reproduce:
Create package
Create IDL from Simple.idl template
Insert op into interface:
    void op ();
Save IDL
Compile IDL
Gen. Impl. of IDL
ERROR - Exception is thrown in the CORBA module on the line where the OpenCookie
of JavaDataObject is used
Comment 1 Svata Dedic 2000-12-01 14:19:59 UTC
Can you attach stacktrace of the exception, please ?
Comment 2 David Kaspar 2000-12-01 17:01:59 UTC
Created attachment 359 [details]
Exception
Comment 3 Svata Dedic 2000-12-05 08:04:59 UTC
This is strange because cookies are attached during execution of
JavaDataObject's constructor. Is there any possibility that the DataObject is
made available by DataObject.find() BEFORE its constructor has finished ?
Comment 4 Jan Becicka 2001-01-12 17:05:59 UTC
*** Bug 8700 has been marked as a duplicate of this bug. ***
Comment 5 Svata Dedic 2001-03-06 14:20:08 UTC
OpenCookie should now work OK. If not, reopen the issue.
Comment 6 Jan Becicka 2001-04-04 15:23:14 UTC
[release32-20] No reaction. I suppose it is OK. -> Verified
Comment 7 Quality Engineering 2003-07-01 13:20:21 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.