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 204865 - Button Add is disabled in new Message-Driven Bean wizard.
Summary: Button Add is disabled in new Message-Driven Bean wizard.
Status: RESOLVED WONTFIX
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 7.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Hejl
URL: http://wiki.netbeans.org/TS_71_EJB
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-08 21:59 UTC by debuggercz
Modified: 2011-11-08 22:18 UTC (History)
0 users

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 debuggercz 2011-11-08 21:59:18 UTC
Product Version: NetBeans IDE Dev (Build 201111070600)
Java: 1.7.0_01; Java HotSpot(TM) Client VM 21.1-b02
System: Linux version 3.0.0-12-generic running on i386; UTF-8; en_US (nb)
User directory: /home/ubuntu/.netbeans/dev
Cache directory: /home/ubuntu/.netbeans/dev/var/cache


Steps:
1. Invoke File | New Project 
2. Select Java EE | EJB Module and push Next
3. Again push Next and select Oracle WebLogic Server
4. Invoke File | New File 
5. Select Enterpise JavaBeans | Message-Driven Bean and click Next
6. Fill package (for instance "test")

Now we must provide valid destination but button Add is disabled...
Comment 1 Petr Hejl 2011-11-08 22:18:21 UTC
Level of support differs per server. Project destinations are not supported in WL and actually we do not plan to support them. You should be able to create message driven beans with server (pre)configured JMS.

If test case is going to be used for WL it should be fixed.