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 - Wrong java.rmi.RemoveException in source for EJB2.0:BMP pattern
Summary: Wrong java.rmi.RemoveException in source for EJB2.0:BMP pattern
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Design Center (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
: 115899 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-06-19 21:53 UTC by bugbridge
Modified: 2009-05-25 21:06 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 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.