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 236618 - Adapt MDB wizard to the modernized Connector/MDB architecture
Summary: Adapt MDB wizard to the modernized Connector/MDB architecture
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 7.4
Hardware: All All
: P2 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-01 18:40 UTC by Martin Fousek
Modified: 2013-10-01 22:58 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Fousek 2013-10-01 18:40:27 UTC
Since EJB 3.2 Message Driven Beans are not directly tied to the Java Message Service. The first window of the MDB wizard should offer which interfaces to use (whether the JMS's MessageListener or another, custom one) - JMS should be default here. If user chooses custom one, body of the MDB would require implementation of methods defined by that interface.

In that case is also necessary to truncate standard ACPs from the last page of the wizard since they are JMS related. See https://java.net/jira/browse/EJB_SPEC-60 for more information.
Comment 1 Martin Fousek 2013-10-01 22:58:42 UTC
Marina's comment:
Please add support to a message-listener interface that has no methods.