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 - Sometimes OpenCookie is null
Summary: Sometimes OpenCookie is null
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: -FFJ-
Hardware: Sun Solaris
: P4 normal (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-12-01 13:17 UTC by David Kaspar
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception (2.76 KB, text/plain)
2000-12-01 17:01 UTC, David Kaspar
Details

Note You need to log in before you can comment on or make changes to this bug.
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.