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 115899 - javax.ejb.RemoveException element is missing
Summary: javax.ejb.RemoveException element is missing
Status: RESOLVED DUPLICATE of bug 78329
Alias: None
Product: uml
Classification: Unclassified
Component: Design Center (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-18 18:36 UTC by Sherry Zhou
Modified: 2007-09-19 12:00 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 Sherry Zhou 2007-09-18 18:36:59 UTC
trunk build 070918

Apply design pattern EJB2.0 to project and generate class diagram. 
BMPBean's operation ejbRemove() overrides  interface javax.ejb.EntityBean's ejbRemove() which 
throws 3 exceptions:javax.ejb.RemoveException, javax.ejb.EJBException, and java.rmi.RemoteException
But javax.ejb.RemoveException is missing in model. Instead it generates a RemoveException node under
java.rmi. Therefore the generated java code is wrong.
Comment 1 Sergey Petrov 2007-09-19 12:00:58 UTC

*** This issue has been marked as a duplicate of 78329 ***