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 146111 - java.util.MissingResourceException: No such bundle org.netbeans.modules.j2ee.sun.api.restricted.Bundle
Summary: java.util.MissingResourceException: No such bundle org.netbeans.modules.j2ee....
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: All Windows Vista
: P1 blocker (vote)
Assignee: Vince Kraemer
URL: http://statistics.netbeans.org/except...
Keywords: REGRESSION, TEST
Depends on:
Blocks:
 
Reported: 2008-09-03 23:47 UTC by Lukas Jungmann
Modified: 2008-09-04 09:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 104954


Attachments
ide log (78.51 KB, text/plain)
2008-09-03 23:48 UTC, Lukas Jungmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2008-09-03 23:47:41 UTC
Build: NetBeans IDE Dev (Build 20080903200228)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b30
OS: Windows Vista, 6.0, x86
User comments: -start the IDE
-register GFv2.1
-create new webapp
-open new entites from DB wizard

=> MissingResourceException
STACKTRACE: (first 10 lines)
java.util.MissingResourceException: No such bundle org.netbeans.modules.j2ee.sun.api.restricted.Bundle
        at org.openide.util.NbBundle.getBundle(NbBundle.java:438)
        at org.openide.util.NbBundle.getBundle(NbBundle.java:386)
        at org.openide.util.NbBundle.getMessage(NbBundle.java:629)
        at org.netbeans.modules.j2ee.sun.api.restricted.SunDatasource.toString(SunDatasource.java:130)
        at
org.netbeans.modules.j2ee.common.DatasourceUIHelper$DatasourceListCellRenderer.getListCellRendererComponent(DatasourceUIHelper.java:192)
        at javax.swing.plaf.basic.BasicComboBoxUI.getDisplaySize(BasicComboBoxUI.java:1336)
        at javax.swing.plaf.basic.BasicComboBoxUI.getMinimumSize(BasicComboBoxUI.java:905)
        at javax.swing.plaf.basic.BasicComboBoxUI.getPreferredSize(BasicComboBoxUI.java:894)
        at com.sun.java.swing.plaf.windows.WindowsComboBoxUI.getPreferredSize(WindowsComboBoxUI.java:309)
        at javax.swing.JComponent.getPreferredSize(JComponent.java:1632)
Comment 1 Lukas Jungmann 2008-09-03 23:48:45 UTC
Created attachment 68992 [details]
ide log
Comment 2 Vince Kraemer 2008-09-04 00:35:27 UTC
http://hg.netbeans.org/main/rev/46c94e9479d9
Comment 3 Quality Engineering 2008-09-04 06:19:46 UTC
Integrated into 'main-golden', will be available in build *200809040201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/46c94e9479d9
User: Vince Kraemer <vkraemer@netbeans.org>
Log: #146111 : missing Bundle after refactor to remove impl dependency
Comment 4 Lukas Jungmann 2008-09-04 09:30:17 UTC
v.