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 99080 - "Reset to Default" for polling interval is not working as expected
Summary: "Reset to Default" for polling interval is not working as expected
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Tools (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Shivanand Kini
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-27 09:47 UTC by srinivaschintalapati
Modified: 2007-07-26 19:16 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 srinivaschintalapati 2007-03-27 09:47:26 UTC
Steps to reproduce:
Create a FileBC WSDL.  
Change the default value"1000" to "10000" for polling interval.
Click on "Reset to Default".  
Observation: no value is displayed for polling interval.
Expected Value: on Clicking "Reset to Default" the value should be "1000".

Build details:
NetBeans IDE Dev (Build 200703191900)
1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105
Windows XP version 5.1 running on x86
en_US (nb); Cp1252
Comment 1 Shivanand Kini 2007-07-26 19:16:25 UTC
The property  uses the default specified in the binding component's schema.

Will change this to enhancement, to read from template.xml if provided.

If there is a value provided in the template.xml, then that will be considered the default.