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 153081

Summary: Unique prefix message remains even after a unqiue value entered
Product: soa Reporter: andyloh <andyloh>
Component: XSLTAssignee: Vitaly Bychkov <lativ>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description andyloh 2008-11-12 22:07:50 UTC
When adding a WSDL to the TransformMap Imports node, if the same prefix is used (e.g. when adding back the same WSDL
that was previously deleted), a "Unique prefix must be specified." error message appears in the Import Customizer
dialog, as expected.  However, when the prefix is changed, the error message remains visible.  This incorrectly leads
the user to believe that the prefix value used is still not unique when it is.  If the user simply ignores the message
after entering a new prefix value, then import is successful.  This error message needs to be removed when a truly
unique prefix is entered.
Comment 1 andyloh 2008-11-12 22:08:25 UTC
Keyword NO65 added.