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 200780 - java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key Name_AD
Summary: java.util.MissingResourceException: Can't find resource for bundle org.openid...
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 7.1
Hardware: All All
: P2 normal (vote)
Assignee: Martin Fousek
URL:
Keywords: REGRESSION, TEST
Depends on:
Blocks:
 
Reported: 2011-08-09 10:10 UTC by Jiri Skrivanek
Modified: 2011-08-22 07:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 180504


Attachments
stacktrace (4.02 KB, text/plain)
2011-08-09 10:10 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2011-08-09 10:10:21 UTC
Build: NetBeans IDE Dev (Build 201108060600)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows XP

User Comments:
jskrivanek: To reproduce:

- create 1.4 enterprise application
- create new entity bean in EJB project
- right-click "Enterprise Beans|NewEntityBeanEB" and choose "Add...|Add CMP Field..." and exception is thrown




Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key Name_AD
   at java.util.ResourceBundle.getObject(ResourceBundle.java:393)
   at java.util.ResourceBundle.getString(ResourceBundle.java:353)
   at org.openide.util.NbBundle.getMessage(NbBundle.java:642)
   at org.netbeans.modules.j2ee.common.method.impl.FieldCustomizerPanel.initComponents(FieldCustomizerPanel.java:237)
   at org.netbeans.modules.j2ee.common.method.impl.FieldCustomizerPanel.<init>(FieldCustomizerPanel.java:79)
   at org.netbeans.modules.j2ee.common.method.FieldCustomizer.<init>(FieldCustomizer.java:70)
Comment 1 Jiri Skrivanek 2011-08-09 10:10:26 UTC
Created attachment 109880 [details]
stacktrace
Comment 2 Martin Fousek 2011-08-19 09:38:50 UTC
There was missing 10 items in the bundle.
Fixed in web-main #8448b27186c4.
Comment 3 Quality Engineering 2011-08-20 14:13:28 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/8448b27186c4
User: Martin Fousek <marfous@netbeans.org>
Log: #200780 - java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key Name_AD
Comment 4 Jiri Skrivanek 2011-08-22 07:05:48 UTC
Verified in build 201108210601.