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 104582

Summary: Migrate EJB refactoring to new Java infrastructure
Product: javaee Reporter: Erno Mononen <emononen>
Component: RefactoringAssignee: issues@javaee <issues>
Status: NEW ---    
Severity: blocker CC: pjiricka
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 92443    

Description Erno Mononen 2007-05-23 08:36:50 UTC
The EJB refactoring support in the j2ee/refactoring module needs to be migrated 
to the new Java infrastructure and split into its own module. In 5.5, the 
support provides the following refactorings (for EJB 2.1):
- rename and move to ejb-jar.xml
- checks for removing remote / local interfaces 
- find usages support in ejb-jar.xml
- safe delete support for EJB classes, CMP fields and EJB queries
- change parameters support

For EJB 3 projects the support only checks whether there is an ejb-jar.xml file 
present and if so, displays a warning message saying that possible changes will 
not be propagated to it.
Comment 1 Erno Mononen 2008-06-18 09:16:28 UTC
*** Issue 136935 has been marked as a duplicate of this issue. ***