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

Summary: Cannot set proxy in new websvc client wizard
Product: webservices Reporter: Lukas Jungmann <jungi>
Component: ClientAssignee: Radko Najman <rnajman>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.