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 173995 - java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key COMBO_Passwd_Derived_Info
Summary: java.util.MissingResourceException: Can't find resource for bundle org.openid...
Status: RESOLVED DUPLICATE of bug 175089
Alias: None
Product: webservices
Classification: Unclassified
Component: WSIT (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Grebac
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-07 16:11 UTC by Lukas Hasik
Modified: 2009-10-21 13:31 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 159727


Attachments
stacktrace (3.83 KB, text/plain)
2009-10-07 16:11 UTC, Lukas Hasik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2009-10-07 16:11:12 UTC
Build: NetBeans IDE Dev (Build 200910030241)
VM: Java HotSpot(TM) Client VM, 14.1-b02, Java(TM) SE Runtime Environment, 1.6.0_15-b03
OS: Windows Vista, 6.0, x86

User Comments:
lhasik: FoD problem?
-I created a new Web service client in java project
-when I wanted to Edit Web Service Attributes the exception appeared



Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key COMBO_Passwd_Derived_Info
        at java.util.ResourceBundle.getObject(ResourceBundle.java:384)
        at java.util.ResourceBundle.getString(ResourceBundle.java:344)
        at org.openide.util.NbBundle.getMessage(NbBundle.java:634)
        at org.netbeans.modules.websvc.wsitconf.ui.ComboConstants.<clinit>(ComboConstants.java:80)
        at org.netbeans.modules.websvc.wsitconf.wsdlmodelext.ProfilesModelHelper.getWSITSecurityProfile(ProfilesModelHelper.java:338)
        at org.netbeans.modules.websvc.wsitconf.ui.client.ClientView.isCallBackConfigRequired(ClientView.java:225)
Comment 1 Lukas Hasik 2009-10-07 16:11:17 UTC
Created attachment 89030 [details]
stacktrace
Comment 2 Lukas Jungmann 2009-10-16 14:28:21 UTC
breaks the feature...
Comment 3 Martin Grebac 2009-10-21 13:31:05 UTC

*** This issue has been marked as a duplicate of 175089 ***