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 92396 - Differences in Session bean generation
Summary: Differences in Session bean generation
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Adamek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-12 02:37 UTC by Lukas Jungmann
Modified: 2007-01-12 19:09 UTC (History)
1 user (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 Lukas Jungmann 2007-01-12 02:37:40 UTC
[build 200701101900]

-create new session bean w/ local and remote interfaces, eg. pkg.MySession

=> in M4 there were created: pkg.MySessionBean, pkg.MySessionLocal and
pkg.MySessionRemote classes

vs. pkg.LocalMySession, pkg.MySession and pkg.MySessionBean classes in b.
200701101900

=> in M4 bean impl. class implemented interfaces vs. in b. 200701101900 there
the bean impl. class has no "implements" part


Honzo, check this, please.
Thanks.
Comment 2 Jan Horvath 2007-01-12 19:09:42 UTC
verified