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 204860

Summary: Enterprise Application can't build and run
Product: serverplugins Reporter: debuggercz
Component: WebLogicAssignee: Petr Hejl <phejl>
Status: RESOLVED INVALID    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: PC   
OS: Other   
URL: http://wiki.netbeans.org/TS_71_WebLogic
Issue Type: DEFECT Exception Reporter:
Attachments: Log of WebLogic

Description debuggercz 2011-11-08 19:39:36 UTC
Created attachment 113017 [details]
Log of WebLogic

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. Choose Java EE and Enterprise Application
3. Push Next | Next
4. Select Oracle WebLogic Server and click Finish
5. Run this project

Build will failed. Add session bean to EJB module don't solve the problem...
Comment 1 Petr Hejl 2011-11-08 19:51:39 UTC
Build won't fail. The deployment fail and the message is quite clear. EJB module without ejb bean is not valid according to specification.