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

Summary: Button Add is disabled in new Message-Driven Bean wizard.
Product: serverplugins Reporter: debuggercz
Component: WebLogicAssignee: Petr Hejl <phejl>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: PC   
OS: Linux   
URL: http://wiki.netbeans.org/TS_71_EJB
Issue Type: DEFECT Exception Reporter:

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.