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 88974

Summary: reset defaults option would be good
Product: webservices Reporter: tamiro <tamiro>
Component: WSITAssignee: Martin Grebac <mgrebac>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P4    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description tamiro 2006-11-08 21:26:06 UTC
This would help testing, but also would be a convenience to the developer. 
I.E., a "Reset Defaults" option for Edit Web Service Attributes. 

It would also help if there were a way to see what all the defaults are 
in the wsit xml file. For example, before you edit any web service attributes, 
FI is on by default, but there is nothing in the wsit xml file to indicate that. 
If you uncheck FI, the xml now contains

   <fi:OptimizedFastInfosetSerialization enabled="false"/>

Afterward if you check it, the value is changed to "true". So 
initially, the absense of the OptimizedFastInfosetSerialization
element means FI is enabled. 

For FI it is easy to see its default setting by looking at the UI, 
but to get a picture of all the defaults, it would be prohibitive 
to explore the whole UI.
Comment 1 Martin Grebac 2007-07-18 15:06:03 UTC
Current behaviour is that you just uncheck several boxes and you get back to defaults, so downgrading priority.
Comment 2 Martin Grebac 2007-12-06 17:42:22 UTC
As based on last comment, no plan to implement this feature.