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 158413 - IllegalArgumentException: Type com.sun.webui.jsf.component.Table cannot be found
Summary: IllegalArgumentException: Type com.sun.webui.jsf.component.Table cannot be found
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ deva
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-11 16:25 UTC by tonny_logicc
Modified: 2009-02-23 19:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 144604


Attachments
stacktrace (4.33 KB, text/plain)
2009-02-11 16:25 UTC, tonny_logicc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tonny_logicc 2009-02-11 16:25:33 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.IllegalArgumentException: Type com.sun.webui.jsf.component.Table cannot be found
        at org.netbeans.modules.visualweb.insync.java.TreeMakerUtils.createType(TreeMakerUtils.java:272)
        at org.netbeans.modules.visualweb.insync.java.TreeMakerUtils.createPropertyField(TreeMakerUtils.java:79)
        at org.netbeans.modules.visualweb.insync.java.JavaClass.addProperty(JavaClass.java:249)
        at org.netbeans.modules.visualweb.insync.java.JavaClass.access$700(JavaClass.java:87)
        at org.netbeans.modules.visualweb.insync.java.JavaClass$6.run(JavaClass.java:301)
        at org.netbeans.modules.visualweb.insync.java.WriteTaskWrapper.run(WriteTaskWrapper.java:75)
Comment 1 tonny_logicc 2009-02-11 16:25:45 UTC
Created attachment 76869 [details]
stacktrace