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 47598 - [40cat] Missing method from SessionBean, MessageDrivenBean, EntityBean
Summary: [40cat] Missing method from SessionBean, MessageDrivenBean, EntityBean
Status: RESOLVED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-20 20:48 UTC by _ leonchiver
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
source example (3.00 KB, text/plain)
2004-08-23 14:13 UTC, _ leonchiver
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ leonchiver 2004-08-20 20:48:20 UTC
[ JDK VERSION : J2SE 1.5.0 ]

using j2ee.jar (j2ee 1.3, downloaded from sun) in a project.

all EJB's don't show the method ejbCreate() as being a method specified by the corresponding interfaces (see summary).

1) method doesn't appear in "Override and Implement Methods" dialog.

2) there is no "implements" annotation in the editor

3) the method does not appear in the "Synchronize" dialog.
Comment 1 Martin Matula 2004-08-23 13:53:13 UTC
Leon, to make it easier for us to fix this, could you please provide a
sample code we could use to reproduce this bug? Thanks in advance.
Comment 2 _ leonchiver 2004-08-23 14:13:25 UTC
Created attachment 17029 [details]
source example
Comment 3 _ leonchiver 2004-08-23 14:14:41 UTC
ooooh, forget about the NullPointerException :). it was some code to
confuse someone :)
Comment 4 Jan Becicka 2004-09-02 09:21:52 UTC
I spent time to install all that J2EE 1.3 stuff, to reproduce this bug.
Well - correct me if I'm wrong, but neither MessageDrivenBean, nor
MessageListener, nor one of their anestors has method ejbCreate().
Accordingly this method does not appear in the IDE.
Or I missed something?
Comment 5 _ leonchiver 2004-09-02 09:42:11 UTC
oh :(. my fault. i'm really sorry!! what was i doing here?! of course,
there's no ejbCreate() in MessageDrivenBean.