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 126683 - IllegalStateException: This framework does not implemement the deprecated extend() method. Use createWebModuleExtender() instead.
Summary: IllegalStateException: This framework does not implemement the deprecated ext...
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Matthew Bohm
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-05 09:36 UTC by Dan Kolar
Modified: 2008-04-30 15:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 24673


Attachments
stacktrace (7.09 KB, text/plain)
2008-02-05 09:36 UTC, Dan Kolar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Kolar 2008-02-05 09:36:15 UTC
Build: NetBeans IDE Dev (Build 20080204140437)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b02
OS: Windows XP, 5.1, x86

User Comments: 
1) Created Web project on glassfish
2) Created Entity classes and persistence unit from sample database
3) Created JSF from Entity

After finish, exception is fired
Comment 1 Dan Kolar 2008-02-05 09:36:20 UTC
Created attachment 56048 [details]
stacktrace
Comment 2 Petr Blaha 2008-02-05 14:52:16 UTC
Assign to mbohm for evaluation. The JSF CRUD framework does not implemement the deprecated extend() method. Use
createWebModuleExtender() instead.
Comment 3 Matthew Bohm 2008-02-05 17:01:08 UTC
I have not seen this before. Was this produced following http://www.netbeans.org/kb/55/persistence.html?
Comment 4 Matthew Bohm 2008-02-05 22:03:57 UTC
Got it. This occurs if the JavaServer Faces framework is not selected at project creation time. Implemented the
following fix:

changeset 3a283c74c4ba in main
details: http://hg.netbeans.org/main?cmd=changeset;node=3a283c74c4ba
Comment 5 Dan Kolar 2008-04-30 15:47:25 UTC
v.