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 104157 - already existing names problem
Summary: already existing names problem
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: martin_adamek
URL:
Keywords:
: 75715 104152 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-05-17 09:52 UTC by Lukasz Grela
Modified: 2007-07-31 08:02 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 Lukasz Grela 2007-05-17 09:52:27 UTC
currently when we want to create bean (message or session) using already
existing name (I mean name of file of already existing bean), wizard
automatically add number to name of the file to makes the names of files
different, the problem is that source code of such file is corrputed because
because also name of the class should be change.I think that instead of
generating unique name the better way is just inform the user that name is used,
as it is done in case entity class.
Comment 1 martin_adamek 2007-07-09 11:58:45 UTC
*** Issue 104152 has been marked as a duplicate of this issue. ***
Comment 2 martin_adamek 2007-07-09 12:01:13 UTC
See also issue 81163, which might be useful for this.
Comment 3 martin_adamek 2007-07-25 08:35:41 UTC
*** Issue 75715 has been marked as a duplicate of this issue. ***
Comment 4 martin_adamek 2007-07-31 08:02:50 UTC
Alreadu fixed. Wizard will not allow to continue unless EJB name or package is changed.