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 98349 - Unexpected File name in wizards after work with New WSDL Document wizard.
Summary: Unexpected File name in wizards after work with New WSDL Document wizard.
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P4 blocker (vote)
Assignee: Milan Kubec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-20 15:12 UTC by Victoria Zhukovskaya
Modified: 2009-12-21 05:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Victoria Zhukovskaya 2007-03-20 15:12:53 UTC
1. Create BPELModule (Use wizard)
2. Right click on BpelModule node and select New -> WSDL Document...
  See - "New WSDL Document" window. The "File Name" field has default value:
"newWSDL". 
  
3. Press 'Next >' btn and then '< Back' and then one more time '< Back'
4. Select in categories section - 'XML|Sample Schemas' and select in File Types
section - 'Purchase Order Schema'. Then press 'Next >'.
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

Actual result -
  window title is "New Purchase Order Schema" but File name is "newWSDL". File
type is xsd.
Expected result:  File name should be newpo.

You can choose another File Type, not 'Purchase Order Schema'
result will be File name is "newWSDL".
Comment 1 Vladimir Yaroslavskiy 2007-07-31 14:30:19 UTC
The problem is in org.netbeans.modules.project.ui.SimpleTargetChooserPanelGUI:
new name is set in initValues() method, line 139. The name is passed as parameter
in class SimpleTargetChooserPanel in the same package, line 122, and takes from
Templates class. If user choose another type of created files, old name is used.
New name based on template name should be used.
Comment 2 Jesse Glick 2007-07-31 19:17:02 UTC
Always use the "Reassign issue to owner of selected subcomponent" button when changing component.
Comment 3 Milan Kubec 2007-09-12 11:48:30 UTC
This issue goes right against other issue #78943 where user requested that the field should remember its value when
clicking Back and Next.
Comment 4 Lukas Hasik 2008-04-10 21:41:02 UTC
moving opened issues from TM <= 6.1 to TM=Dev
Comment 5 Milan Kubec 2008-08-29 14:57:50 UTC
IMO it's not P3 defect, lowering priority.
Comment 6 Quality Engineering 2009-12-21 05:44:52 UTC
This bug was reported against NetBeans IDE 6.0 or an older release, or against a non-maintained module. NetBeans team does not have enough resources to get to this issue, therefore we are closing the issue as a WONTFIX. If you are interested in providing a patch for this bug, please see our NetFIX guidelines for how to proceed. 

We apologize for any inconvenience.


Thank you.
The NetBeans Team