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 189215 - [69cat] java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key WS_NO_METHODS_ERROR
Summary: [69cat] java.util.MissingResourceException: Can't find resource for bundle or...
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Manager (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-04 15:58 UTC by aldobrucale
Modified: 2010-09-24 15:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 171733


Attachments
stacktrace (702 bytes, text/plain)
2010-08-04 15:59 UTC, aldobrucale
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aldobrucale 2010-08-04 15:58:57 UTC
Build: NetBeans IDE 6.9.1 Dev (Build 201007131557)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Linux

User Comments:
aldobrucale: loading wsdl




Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key WS_NO_METHODS_ERROR
   at java.util.ResourceBundle.getObject(ResourceBundle.java:374)
   at java.util.ResourceBundle.getString(ResourceBundle.java:334)
   at org.openide.util.NbBundle.getMessage(NbBundle.java:637)
   at org.netbeans.modules.websvc.saas.wsdl.websvcmgr.WebServiceManager.addWebService(WebServiceManager.java:145)
   at org.netbeans.modules.websvc.saas.wsdl.websvcmgr.WsdlDataManagerImpl$1.run(WsdlDataManagerImpl.java:79)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
Comment 1 aldobrucale 2010-08-04 15:59:01 UTC
Created attachment 101203 [details]
stacktrace
Comment 2 Denis Anisimov 2010-09-24 07:28:51 UTC
changeset:   178110:e98fc80bd792
tag:         tip
user:        Denis Anisimov <ads@netbeans.org>
date:        Fri Sep 24 11:26:33 2010 +0400
summary:     Fix for BZ#189215 -  [69cat] java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key WS_NO_METHODS_ERROR
Comment 3 Denis Anisimov 2010-09-24 15:45:38 UTC
changeset:   178112:7e1f58ed7c2b
user:        Denis Anisimov <ads@netbeans.org>
date:        Fri Sep 24 19:18:45 2010 +0400
summary:     Refix for BZ#189215