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 59996 - Wrong code in newly created EJB
Summary: Wrong code in newly created EJB
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@javaee
URL:
Keywords: REGRESSION
: 60004 (view as bug list)
Depends on:
Blocks: 59972
  Show dependency tree
 
Reported: 2005-06-15 10:08 UTC by L Martinek
Modified: 2005-10-05 10: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 L Martinek 2005-06-15 10:08:43 UTC
[Q-build 200506142000]

Create new Session or Entity Bean. Bean class implements Remote/Local
interfaces, not RemoteBusiness/LocalBusiness and thus it's uncompilable.

NewSessionBean.java:10: test.NewSessionBean is not abstract and does not
override abstract method getHandle() in javax.ejb.EJBObject
public class NewSessionBean implements javax.ejb.SessionBean,
test.NewSessionRemote, test.NewSessionLocal {
1 error
Comment 1 Martin Adamek 2005-06-15 10:56:21 UTC
*** Issue 60004 has been marked as a duplicate of this issue. ***
Comment 3 Petr Blaha 2005-06-16 10:12:18 UTC
Verified in build 200506151800. Please, merge fix to Q-build branch.
Comment 5 Lukas Hasik 2005-06-20 16:05:38 UTC
please, don't forget to set the TM to the right value