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 72179 - Exception is thrown when generate JSP page from bean
Summary: Exception is thrown when generate JSP page from bean
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 5.x
Hardware: PC All
: P1 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-02 15:49 UTC by Petr Blaha
Modified: 2006-02-03 13:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stack trace (16.85 KB, text/plain)
2006-02-02 15:50 UTC, Petr Blaha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Blaha 2006-02-02 15:49:45 UTC
[build 200602012300]
Steps:
1) create Web application
2) generate entity classes from DB
3) invoke new JSP page from entity class 
4) select class and click Finish
ERROR: get exception
Comment 1 Petr Blaha 2006-02-02 15:50:47 UTC
Created attachment 28720 [details]
stack trace
Comment 2 Pavel Buzek 2006-02-02 16:09:36 UTC
This is only when you do not have any JSF config files in your web project. To
fix I will add a warning into wizard that you need JSF and disable Finish
button. And also skip generation of rules if you do not have JSF.
Comment 3 Petr Blaha 2006-02-02 16:17:37 UTC
Yes, I don't have a JSF config in my project. 
Comment 4 Pavel Buzek 2006-02-02 16:32:26 UTC
fixed
Comment 5 Petr Blaha 2006-02-03 13:10:55 UTC
[build 20060202]
The issue is already fixed, but I think that we can advice How to add JSF in
project.