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 157830 - ArrayIndexOutOfBoundsException: 0
Summary: ArrayIndexOutOfBoundsException: 0
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-03 10:24 UTC by boske3
Modified: 2009-02-19 23:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 46015


Attachments
stacktrace (1.08 KB, text/plain)
2009-02-03 10:24 UTC, boske3
Details

Note You need to log in before you can comment on or make changes to this bug.
Description boske3 2009-02-03 10:24:43 UTC
Build: NetBeans IDE 6.1 (Build 200804211638)
VM: Java HotSpot(TM) Client VM, 1.6.0_02-b06, Java(TM) SE Runtime Environment, 1.6.0_02-b06
OS: Windows XP, 5.1, x86

User Comments:
jsr: deploying vwp project

vmanuelramirez: Draggin' a mysql table to the design page. It's supposed to create the dataprovider in the page and the rowset in the sessionbean

sprinx: deploying web application to Glassfish

GUEST: Did a build and compile of the sample vechicle incident app

paedagogus: Clean and build after refactoring (moved files from one source directory to another, then deleted the first source dir).



Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 0
        at org.netbeans.modules.visualweb.insync.models.FacesModelSet.getVisibleModels(FacesModelSet.java:471)
        at org.netbeans.modules.visualweb.insync.models.FacesModelSet.access$500(FacesModelSet.java:126)
        at org.netbeans.modules.visualweb.insync.models.FacesModelSet$1$1.run(FacesModelSet.java:432)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
        at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)
Comment 1 boske3 2009-02-03 10:24:53 UTC
Created attachment 76501 [details]
stacktrace