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 73851 - Cannot set proxy in new websvc client wizard
Summary: Cannot set proxy in new websvc client wizard
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Client (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Radko Najman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-21 23:41 UTC by Lukas Jungmann
Modified: 2006-03-24 17:53 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 Lukas Jungmann 2006-03-21 23:41:56 UTC
-go to new websvc wizard
-press set proxy button

=>Annotation: Key which was not found: MSG_ProxySettingsDlg_ProxyNotFound
java.util.MissingResourceException: Can't find resource for bundle
org.openide.util.NbBundle$PBundle, key MSG_ProxySettingsDlg_ProxyNotFound
	at java.util.ResourceBundle.getObject(ResourceBundle.java:325)
	at java.util.ResourceBundle.getString(ResourceBundle.java:285)
	at org.openide.util.NbBundle.getMessage(NbBundle.java:617)
	at
org.netbeans.modules.websvc.core.client.wizard.ProxySettingsDlg.initComponents(ProxySettingsDlg.java:95)
	at
org.netbeans.modules.websvc.core.client.wizard.ProxySettingsDlg.<init>(ProxySettingsDlg.java:39)
	at org.netbeans.modules.websvc.core.client.wizard.ProxySettingsDlg.show
Comment 1 Lukas Jungmann 2006-03-21 23:42:42 UTC
I meant new websvc client wizard...
Comment 2 Radko Najman 2006-03-22 10:26:54 UTC
Fixed.

Checking in Bundle.properties;
/cvs/websvc/core/src/org/netbeans/modules/websvc/core/client/wizard/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.24.2.4.2.5; previous revision: 1.24.2.4.2.4
Comment 3 Lukas Jungmann 2006-03-24 17:53:40 UTC
v.