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 225072 - AbstractMethodController can't handle more than one remote/local interface
Summary: AbstractMethodController can't handle more than one remote/local interface
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-18 18:24 UTC by Martin Fousek
Modified: 2016-07-07 08:55 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 Martin Fousek 2013-01-18 18:24:56 UTC
According to the summary. If I create bean with two local interfaces, methods just from the one are displayed because AbstractMethodController takes care just about the one interface.

It was not supposed that more of them could be available (although it was possible also earlier), so it's quite core functionality to change.
Comment 1 Martin Fousek 2013-08-08 08:24:11 UTC
The DD models are very outdated and as we agreed it doesn't have sense to update them until we get valid user request. The AbstractMethodController could at least leverage information get from the annotation based model. It should work with arrays of the businessRemote and businessLocal interfaces. I started with initial implementation but it looks to be pretty big change and many places for regressions, postponing into the next release.
Comment 2 Martin Balin 2016-07-07 08:55:59 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss