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 98203 - JAXWS Model does not fire appropriate events for WSClient removal
Summary: JAXWS Model does not fire appropriate events for WSClient removal
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Client (show other bugs)
Version: 5.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks: 98143
  Show dependency tree
 
Reported: 2007-03-19 14:28 UTC by Martin Grebac
Modified: 2009-11-09 06:31 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 Martin Grebac 2007-03-19 14:28:07 UTC
For service removal events, there's JaxWsModel.ServiceListener, which somewhat
works (see also 98202). For clients, there's no such listener, but there's
jaxwsmodel PropertyChangeListener. However, what is expected from the PCL is to
send events with newValue == null, oldValue == Client in case of removal.
 This is not currently happening, thus it's impossible to track client removal.
Comment 1 Milan Kuchtiak 2007-06-22 13:01:10 UTC
Yes, that would be useful.
Comment 3 Martin Grebac 2009-11-09 06:31:37 UTC
verified