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 248446

Summary: java.util.MissingResourceException: No such bundle org.netbeans.modules.web.project.jaxws.Bundle
Product: javaee Reporter: Exceptions Reporter <exceptions_reporter>
Component: Web ProjectAssignee: Tomas Mysik <tmysik>
Status: RESOLVED FIXED    
Severity: normal CC: dkonecny
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 213211
Attachments: stacktrace

Description Exceptions Reporter 2014-11-06 07:54:52 UTC
This bug was originally marked as duplicate of bug 115805, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) Client VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows XP

User Comments:
GUEST: error




Stacktrace: 
java.util.MissingResourceException: No such bundle org.netbeans.modules.web.project.jaxws.Bundle
   at org.openide.util.NbBundle.getBundle(NbBundle.java:451)
   at org.openide.util.NbBundle.getBundle(NbBundle.java:399)
   at org.openide.util.NbBundle.getMessage(NbBundle.java:642)
   at org.netbeans.modules.web.project.jaxws.WebProjectJAXWSSupport.removeNonJsr109Entries(WebProjectJAXWSSupport.java:508)
   at org.netbeans.modules.web.project.jaxws.WebProjectJAXWSSupport.serviceFromJavaRemoved(WebProjectJAXWSSupport.java:442)
   at org.netbeans.modules.websvc.jaxws.api.JAXWSSupport.serviceFromJavaRemoved(JAXWSSupport.java:163)
Comment 1 Exceptions Reporter 2014-11-06 07:54:54 UTC
Created attachment 150313 [details]
stacktrace
Comment 2 Tomas Mysik 2015-05-26 14:37:15 UTC
Fixed now. Thanks.

http://hg.netbeans.org/web-main/rev/3cbcc323abc2
Comment 3 Quality Engineering 2015-05-27 05:54:19 UTC
Integrated into 'main-silver', will be available in build *201505270357* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/3cbcc323abc2
User: Tomas Mysik <tmysik@netbeans.org>
Log: #248446 - java.util.MissingResourceException: No such bundle org.netbeans.modules.web.project.jaxws.Bundle