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

Summary: Exception is thrown when generate JSP page from bean
Product: javaee Reporter: Petr Blaha <blaha>
Component: EJBAssignee: Pavel Buzek <pbuzek>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 5.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: stack trace

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.