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 171368 - Session Bean wizard doesn't deal well with no-interface view naming
Summary: Session Bean wizard doesn't deal well with no-interface view naming
Status: RESOLVED DUPLICATE of bug 170392
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrey Yamkovoy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-02 23:56 UTC by ievans
Modified: 2009-09-03 01:20 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 ievans 2009-09-02 23:56:24 UTC
For the no-interface view, the only coding artifact is the implementation class. If I enter a name in the New Session
Bean wizard, for example, DukesBirthdayBean, the generated class is DukesBirthdayBeanBean. For the no-interface view, it
doesn't make sense to enter DukesBirthday, because that name is never used.

If the user enters <X>Bean as the name for a no-interface EJB, the wizard should not append "Bean".
Comment 1 David Konecny 2009-09-03 01:20:23 UTC

*** This issue has been marked as a duplicate of 170392 ***