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

Summary: Session Bean wizard doesn't deal well with no-interface view naming
Product: javaee Reporter: ievans <ievans>
Component: EJBAssignee: Andrey Yamkovoy <kaktus>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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 ***