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 72376 - Message in Entity from DB progress is strange
Summary: Message in Entity from DB progress is strange
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Dongmei Cao
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-08 01:17 UTC by Rochelle Raccah
Modified: 2009-02-19 20:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rochelle Raccah 2006-02-08 01:17:54 UTC
Seen on J2EE 1.4 support (maybe also on 5?)
For each bean, say Team, it says something like:
Generating Java Classes for TeamBean Enterprise JavaBeans

But, it should not be plural =).  Also, in the portion about interfaces it says
something like Generating interfaces for TeamBean.  So, these should be made
consistent.
Comment 1 Dongmei Cao 2008-05-19 21:23:06 UTC
In NB 6.1, the message is something like this:

Generating the Xxxx entity class
Comment 2 Rochelle Raccah 2008-05-19 23:34:36 UTC
That is for JavaEE 5.  This bug is for what you see if you generate J2EE 1.4.
Comment 3 Dongmei Cao 2008-07-29 00:45:31 UTC
> Seen on J2EE 1.4 support (maybe also on 5?)
No, Java EE 5 has message, such as, Generating the Xxxx entity class

> For each bean, say Team, it says something like:
> Generating Java Classes for TeamBean Enterprise JavaBeans

The "Generating Java Classes for {0} Enterprise JavaBeans" is defined in j2ee.ejbcore

org.netbeans.modules.j2ee.ejbcore.ejb.wizard.cmp.Bundle.properties
Comment 4 Dongmei Cao 2008-12-24 19:47:47 UTC
Removed " Enterprise JavaBeans" from the message so it is consistent with the other messages. See changeset 4a8adc8d10f8 
Comment 5 Quality Engineering 2008-12-25 16:55:13 UTC
Integrated into 'main-golden', will be available in build *200812251401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/4a8adc8d10f8
User: Dongmei Cao <dongmeic@netbeans.org>
Log: Fix for #72376 -
Changed the message to what suggested in the bug.