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 65992 - Incorrect Finder method is deleted when CMP field is removed
Summary: Incorrect Finder method is deleted when CMP field is removed
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 5.x
Hardware: PC All
: P1 blocker (vote)
Assignee: Pavel Fiala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-05 16:16 UTC by Petr Blaha
Modified: 2009-11-10 06:49 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
test project (23.56 KB, application/x-compressed)
2005-10-05 16:17 UTC, Petr Blaha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Blaha 2005-10-05 16:16:11 UTC
[build 20051003]
Steps:
1) open attached EJB project
2) open ejb-jar.xml editor, there are 3 finder methods
3) add new CMP field, description
4) remove this field
ERROR: only two <query> elements are in ejb-jar.xml file. One finder method is
deleted.
Comment 1 Petr Blaha 2005-10-05 16:17:31 UTC
Created attachment 25562 [details]
test project
Comment 3 Petr Blaha 2005-11-04 13:15:42 UTC
[build 20051103]