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 85522 - Request for new MDB wizard
Summary: Request for new MDB wizard
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: martin_adamek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-22 01:50 UTC by fkieviet
Modified: 2007-06-18 10:07 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 fkieviet 2006-09-22 01:50:08 UTC
The current MDB wizard is limited to JMS only (and in that, only the jmsra
connector). Perhaps the wizard should be replaced with a new one that works
something like this:

A.1 Right click project, choose New > Message Drive Bean X
B.1 select a resource adapter, either by
- connecting to the application server: select an RA name
- providing the location of an ra.xml plus the name of the RA
- nothing
B.2 click Next
C.1 enter activation spec properties (these are based on the ra.xml read in the
previous step). This screen will
- contain help information picked up from the ra.xml (format to be determined)
- provide the user the ability to select an admin object for the value of a
property (see below why this required); this will connect to the application
server and show a jndi tree
C.2 click Next
D.1 Enter Name, package, choose destination type
D.2 click Finish

This will result in code that:
- matches the message listener class (javax.jms.MessageListener if no ra.xml
provided)
- has all specified activation spec properties

Also this will generate a sun-ejb.xml that has the correct name for the resource
adapter