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 58831 - Migration of ejbapi to JMI
Summary: Migration of ejbapi to JMI
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: apireviews
URL:
Keywords: API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2005-05-12 15:56 UTC by Martin Adamek
Modified: 2005-09-05 10:01 UTC (History)
3 users (show)

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 Martin Adamek 2005-05-12 15:56:55 UTC
Currently we are migrating whole j2ee/ejbjarproject to JMI. Small change is
needed in j2ee/ejbapi module (org.netbeans.modules.j2ee.api.ejbjar.EjbReference
interface) used in ejbjarproject. Suggested changed signatures of affected methods:

org.netbeans.modules.j2ee.api.ejbjar.EjbReference:
public org.netbeans.jmi.javamodel.Method generateJNDILookup(EjbRef ref, boolean
throwExceptions);
public org.netbeans.jmi.javamodel.Method generateJNDILookup(EjbLocalRef ref,
boolean throwExceptions);
Comment 1 Jaroslav Tulach 2005-05-24 14:35:05 UTC
I was surprised someone wants to add new reference to jmi.Method into API, 
knowing what phrebejk works on, but I asked him and got no reply, so doing 
that in friend API is probably ok. 
Comment 2 Martin Adamek 2005-06-16 07:59:30 UTC
Done
Comment 3 Jan Horvath 2005-07-13 16:12:40 UTC
v.