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 78329

Summary: Wrong java.rmi.RemoveException in source for EJB2.0:BMP pattern
Product: uml Reporter: bugbridge <bugbridge>
Component: Design CenterAssignee: issues@uml <issues>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description bugbridge 2006-06-19 21:53:12 UTC
Original status: 1-Dispatched; Suggested Status: NEW

Description:
reproducible with buzz and coke_build7

steps to reproduce:
1. create ejb project
2. create uml project by re first project
3. create package in uml project
4. apply EJB2.0:BMP pattern to the package with source generation
5. check BMPBean.java
there is "public void ejbRemove() throws java.rmi.RemoveException,
javax.ejb.EJBException, java.rmi.RemoteException" method, should be "public void
ejbRemove() throws javax.ejb.RemoveException, javax.ejb.EJBException,
java.rmi.RemoteException"
Comment 1 Sergey Petrov 2007-09-19 12:00:57 UTC
*** Issue 115899 has been marked as a duplicate of this issue. ***
Comment 2 Sergey Petrov 2009-01-15 08:36:49 UTC
it may have sense to remove ejb patters at all and keep GoF only.