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

Summary: Needs separate method for query canAdd
Product: xml Reporter: Nam Nguyen <nnguyen>
Component: XAMAssignee: issues@xml <issues>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 96396    

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