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 9577 - ConnectionCookie.Events not getting fired
Summary: ConnectionCookie.Events not getting fired
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P2 critical (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-02-12 23:32 UTC by Unknown
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Unknown 2001-02-12 23:32:18 UTC
It would appear that since the integration of the changes
in the Java module and the 'src' package in the open source,
no ConnectionCookie.Events are thrown, or at least no
JavaConnections.TYPE_METHOD_ADD or JavaConnections.TYPE_METHOD_CHANGE.
We use these events in the FFJ Enterprise Edition EJB
module for notifications of methods added to the home
and remote interfaces. At this point, we can't sync
up our bean class with the interfaces because we don't
know about method additions and/or changes.
Comment 1 Svata Dedic 2001-03-01 14:49:31 UTC
The Connection support was completely redone. Now the producer of JavaConnections.Events is an adapter that transforms java model events into JavaConnections ones. To preserve the previous behaviour, the adapter blocks all events that carry unresolved information; such changes are fired after the model is updated with resolved info.
Comment 2 Jan Becicka 2001-05-09 16:58:21 UTC
[010508] Verified
Comment 3 Quality Engineering 2003-07-01 13:17:33 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.