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 - Enterprise Application can't build and run
Summary: Enterprise Application can't build and run
Status: RESOLVED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 7.1
Hardware: PC Other
: P3 normal (vote)
Assignee: Petr Hejl
URL: http://wiki.netbeans.org/TS_71_WebLogic
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-08 19:39 UTC by debuggercz
Modified: 2011-11-08 19:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log of WebLogic (4.39 KB, application/octet-stream)
2011-11-08 19:39 UTC, debuggercz
Details

Note You need to log in before you can comment on or make changes to this bug.
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.