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

Summary: AbstractMethodController can't handle more than one remote/local interface
Product: javaee Reporter: Martin Fousek <marfous>
Component: EJBAssignee: Martin Fousek <marfous>
Status: RESOLVED WONTFIX    
Severity: normal CC: pjiricka
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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