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 96635 - Needs separate method for query canAdd
Summary: Needs separate method for query canAdd
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: XAM (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@xml
URL:
Keywords:
Depends on:
Blocks: 96396
  Show dependency tree
 
Reported: 2007-02-27 00:04 UTC by Nam Nguyen
Modified: 2007-04-12 22:54 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nam Nguyen 2007-02-27 00:04:06 UTC
For WSDL extension elements that provide separate component updater, the call to
update(..., operation = null) could not relay the query result to WSDL component
updater.  We need a separate API method for this query purpose.  Best on an
extension of ComponentUpdater, either in XAM or in WSDL Model.
Comment 1 Nam Nguyen 2007-03-01 23:55:29 UTC
Fixed as described as part of issue 96396.
Comment 2 tonybeckham 2007-04-12 22:54:45 UTC
nnguyen implemented this a a part of fixing issue 96396.  New API method added.
 Marking issue as VERIFIED