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 157106 - RuntimeException: java.lang.reflect.InvocationTargetException
Summary: RuntimeException: java.lang.reflect.InvocationTargetException
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Peter Zavadsky
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-20 09:24 UTC by bonej010
Modified: 2009-02-19 23:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 144299


Attachments
stacktrace (6.16 KB, text/plain)
2009-01-20 09:24 UTC, bonej010
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bonej010 2009-01-20 09:24:25 UTC
Build: NetBeans IDE 6.1 (Build 200805300101)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Windows XP, 5.1, x86

User Comments:
GUEST: Opening a jsp fragment in visual web pack for editing

dgbarber: Opening a JSF JSP in the Visual Web editor

GUEST: Creating a new Visual JSF page

GUEST: Creating a new Visual JSF Page



Stacktrace: 
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
        at org.netbeans.modules.visualweb.insync.ModelSet.createInstance(ModelSet.java:269)
        at org.netbeans.modules.visualweb.insync.ModelSet.getInstance(ModelSet.java:250)
        at org.netbeans.modules.visualweb.insync.ModelSet$1.run(ModelSet.java:217)
        at java.lang.Thread.run(Thread.java:619)
Comment 1 bonej010 2009-01-20 09:24:41 UTC
Created attachment 76022 [details]
stacktrace
Comment 2 Petr Dvorak 2009-01-21 13:58:12 UTC
Reassigning to visualweb for evaluation.